Skip to content
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 schema label: addIndexLabel/removeIndexLabel race condition #1807

Merged
merged 1 commit into from
Apr 21, 2022

Conversation

javeme
Copy link
Contributor

@javeme javeme commented Apr 2, 2022

fix #1806
Change-Id: I02aaf058bc29e8fe73f29ec9579c47b377a29433

fix #1806
Change-Id: I02aaf058bc29e8fe73f29ec9579c47b377a29433
@codecov
Copy link

codecov bot commented Apr 2, 2022

Codecov Report

Merging #1807 (eab8989) into master (0cc02e4) will increase coverage by 3.91%.
The diff coverage is 89.47%.

@@             Coverage Diff              @@
##             master    #1807      +/-   ##
============================================
+ Coverage     66.93%   70.84%   +3.91%     
+ Complexity      980      692     -288     
============================================
  Files           446      446              
  Lines         37781    37787       +6     
  Branches       5380     5380              
============================================
+ Hits          25289    26772    +1483     
+ Misses         9768     8294    -1474     
+ Partials       2724     2721       -3     
Impacted Files Coverage Δ
...java/com/baidu/hugegraph/job/schema/SchemaJob.java 52.94% <ø> (-18.80%) ⬇️
...n/java/com/baidu/hugegraph/schema/SchemaLabel.java 68.18% <ø> (+1.51%) ⬆️
.../baidu/hugegraph/backend/tx/SchemaTransaction.java 89.31% <80.00%> (-0.04%) ⬇️
...hugegraph/backend/serializer/BinarySerializer.java 85.60% <100.00%> (+3.95%) ⬆️
.../hugegraph/backend/serializer/TableSerializer.java 87.60% <100.00%> (ø)
...u/hugegraph/backend/serializer/TextSerializer.java 86.24% <100.00%> (ø)
...aidu/hugegraph/job/schema/IndexLabelRemoveJob.java 68.00% <100.00%> (ø)
...in/java/com/baidu/hugegraph/schema/IndexLabel.java 77.52% <100.00%> (+1.12%) ⬆️
...du/hugegraph/schema/builder/IndexLabelBuilder.java 88.69% <100.00%> (+0.28%) ⬆️
.../java/com/baidu/hugegraph/structure/HugeIndex.java 80.67% <100.00%> (+0.84%) ⬆️
... and 117 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 0cc02e4...eab8989. Read the comment docs.

@imbajin imbajin merged commit 9a8259e into master Apr 21, 2022
@imbajin imbajin deleted the fix-concurrent-update-index_label branch April 21, 2022 10:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug] hbase删除索引后无法插入数据
4 participants