-
Notifications
You must be signed in to change notification settings - Fork 521
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
fix(core): handle schema Cache expandCapacity concurrent problem #2332
Conversation
@imbajin PTAL |
Codecov Report
@@ Coverage Diff @@
## master #2332 +/- ##
============================================
+ Coverage 63.85% 64.93% +1.07%
- Complexity 684 686 +2
============================================
Files 505 505
Lines 41902 41903 +1
Branches 5817 5817
============================================
+ Hits 26756 27209 +453
+ Misses 12455 11997 -458
- Partials 2691 2697 +6
... and 28 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/ram/IntObjectMap.java
Show resolved
Hide resolved
9464551
to
0b4618d
Compare
0b4618d
to
a28e6dd
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Find another critical bug @conghuhu maybe we don't handle all of the concurrent issues 😢 |
Purpose of the PR
fix #2330
Main Changes
Verifying these changes
before:
after:
Does this PR potentially affect the following parts?
Documentation Status
Doc - TODO
Doc - Done
Doc - No Need