Replace custom mutex/dashmap with shared primitves in JDS#641
Merged
Shourya742 merged 6 commits intoJul 24, 2026
Merged
Conversation
Shourya742
force-pushed
the
2026-07-21-replace-custom-job-with-shared-primitves
branch
from
July 21, 2026 17:52
4e4ae32 to
abbdf88
Compare
plebhash
reviewed
Jul 24, 2026
plebhash
reviewed
Jul 24, 2026
Member
|
we should bump:
and take note on #646 |
Member
Author
It would bump jd-client and tproxy as well, considering they depend on stratum-apps. |
Shourya742
force-pushed
the
2026-07-21-replace-custom-job-with-shared-primitves
branch
from
July 24, 2026 14:26
abbdf88 to
e1871b7
Compare
plebhash
approved these changes
Jul 24, 2026
Shourya742
force-pushed
the
2026-07-21-replace-custom-job-with-shared-primitves
branch
from
July 24, 2026 14:58
e1871b7 to
9108287
Compare
Shourya742
deleted the
2026-07-21-replace-custom-job-with-shared-primitves
branch
July 24, 2026 15:36
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is part of ongoing effort to deprecate custom mutex with shared primitive
Part of #499