-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[improve][broker] Optimize ConcurrentOpenLongPairRangeSet
by RoaringBitmap
#22908
Conversation
Please upgrade RoaringBitmap to latest version 1.0.6. it contains useful improvements such as RoaringBitmap/RoaringBitmap#713. |
Thanks for reminding, I'll create another PR to do the upgrading |
The new features could be useful in this PR. That's why it could be useful to simply do in this PR. |
@lhotari @mattisonchao @shibd PTAL |
…gBitmap (apache#22908) (cherry picked from commit 5b1f653) (cherry picked from commit f99040d)
…gBitmap (apache#22908) (cherry picked from commit 5b1f653) (cherry picked from commit f99040d)
I have reverted the changes in branch-3.0 branch-3.2 and branch-3.3 due to regressions referred in #22966 |
…Set` by RoaringBitmap (apache#22908)" This reverts commit 5b1f653.
…gBitmap (apache#22908) (cherry picked from commit 5b1f653) (cherry picked from commit f99040d)
…y RoaringBitmap (apache#22908)" This reverts commit f99040d. (cherry picked from commit 266f98c)
…gBitmap (apache#22908) (cherry picked from commit 5b1f653) (cherry picked from commit f99040d)
…y RoaringBitmap (apache#22908)" This reverts commit f99040d. (cherry picked from commit 266f98c)
Fixes #22866
Motivation
Optimize ConcurrentOpenLongPairRangeSet to prevent long GC pause
Modifications
RoaringBitmap
version to 1.1.0org.roaringbitmap.RoaringBitSet
ConcurrentRoaringBitSet
extendsorg.roaringbitmap.RoaringBitSet
to make it concurrency.Verifying this change
(Please pick either of the following options)
This change is a trivial rework / code cleanup without any test coverage.
(or)
This change is already covered by existing tests, such as (please describe tests).
(or)
This change added tests and can be verified as follows:
(example:)
Does this pull request potentially affect one of the following parts:
If the box was checked, please highlight the changes
Documentation
doc
doc-required
doc-not-needed
doc-complete
Matching PR in forked repository
PR in forked repository: