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

improve raft module #1802

Merged
merged 1 commit into from
Apr 21, 2022
Merged

improve raft module #1802

merged 1 commit into from
Apr 21, 2022

Conversation

javeme
Copy link
Contributor

@javeme javeme commented Mar 29, 2022

Change-Id: I16b3c5d47b35f584252c45843c48111c7cf5d9a5

Change-Id: I16b3c5d47b35f584252c45843c48111c7cf5d9a5
@codecov
Copy link

codecov bot commented Mar 29, 2022

Codecov Report

Merging #1802 (1e6caaf) into master (b591f7d) will increase coverage by 3.93%.
The diff coverage is 90.00%.

@@             Coverage Diff              @@
##             master    #1802      +/-   ##
============================================
+ Coverage     66.91%   70.85%   +3.93%     
  Complexity      978      978              
============================================
  Files           446      446              
  Lines         37781    37786       +5     
  Branches       5380     5380              
============================================
+ Hits          25281    26773    +1492     
+ Misses         9776     8291    -1485     
+ Partials       2724     2722       -2     
Impacted Files Coverage Δ
...m/baidu/hugegraph/backend/store/raft/RaftNode.java 47.33% <84.61%> (+47.33%) ⬆️
...hugegraph/backend/store/raft/rpc/RpcForwarder.java 69.49% <88.88%> (+69.49%) ⬆️
...hugegraph/backend/store/raft/RaftBackendStore.java 74.19% <100.00%> (+74.19%) ⬆️
...aidu/hugegraph/backend/store/raft/RaftClosure.java 44.82% <100.00%> (+44.82%) ⬆️
...baidu/hugegraph/backend/store/raft/RaftResult.java 81.25% <100.00%> (+81.25%) ⬆️
...ugegraph/backend/store/raft/RaftSharedContext.java 79.56% <100.00%> (+79.56%) ⬆️
...m/baidu/hugegraph/backend/tx/GraphTransaction.java 80.08% <0.00%> (+0.10%) ⬆️
...du/hugegraph/backend/tx/GraphIndexTransaction.java 83.82% <0.00%> (+0.21%) ⬆️
...du/hugegraph/traversal/optimize/TraversalUtil.java 62.87% <0.00%> (+0.21%) ⬆️
.../baidu/hugegraph/backend/query/ConditionQuery.java 85.64% <0.00%> (+0.24%) ⬆️
... and 114 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 b591f7d...1e6caaf. Read the comment docs.

@imbajin imbajin merged commit 7d46524 into master Apr 21, 2022
@imbajin imbajin deleted the raft-improve2 branch April 21, 2022 10:41
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.

3 participants