fix(core): handle schema Cache expandCapacity concurrent problem#2332
Merged
imbajin merged 1 commit intoapache:masterfrom Oct 25, 2023
Merged
fix(core): handle schema Cache expandCapacity concurrent problem#2332imbajin merged 1 commit intoapache:masterfrom
imbajin merged 1 commit intoapache:masterfrom
Conversation
Contributor
Author
|
@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 |
imbajin
reviewed
Oct 23, 2023
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
VGalaxies
pushed a commit
to VGalaxies/incubator-hugegraph
that referenced
this pull request
Nov 10, 2023
imbajin
pushed a commit
that referenced
this pull request
Nov 10, 2023
Member
|
Find another critical bug @conghuhu
maybe we don't handle all of the concurrent issues 😢 |
1 task
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.

Purpose of the PR
fix #2330
Main Changes
Verifying these changes
before:

after:
![Uploading image.png…]()
Does this PR potentially affect the following parts?
Documentation Status
Doc - TODODoc - DoneDoc - No Need