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 the counter growth discontinuous in raft mode #1135

Merged
merged 1 commit into from
Aug 7, 2020

Conversation

Linary
Copy link
Contributor

@Linary Linary commented Aug 7, 2020

Change-Id: I97f52f22cfd433517f3cae8aff390d4c0dc28e27

Change-Id: I97f52f22cfd433517f3cae8aff390d4c0dc28e27
@codecov
Copy link

codecov bot commented Aug 7, 2020

Codecov Report

Merging #1135 into master will decrease coverage by 0.37%.
The diff coverage is 3.57%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master    #1135      +/-   ##
============================================
- Coverage     65.39%   65.02%   -0.38%     
+ Complexity     5628     5608      -20     
============================================
  Files           354      355       +1     
  Lines         28851    28852       +1     
  Branches       4065     4065              
============================================
- Hits          18868    18760     -108     
- Misses         8100     8213     +113     
+ Partials       1883     1879       -4     
Impacted Files Coverage Δ Complexity Δ
...hugegraph/backend/store/raft/RaftBackendStore.java 0.00% <0.00%> (ø) 0.00 <0.00> (ø)
...aidu/hugegraph/backend/store/raft/RaftClosure.java 0.00% <0.00%> (ø) 0.00 <0.00> (?)
...idu/hugegraph/backend/store/raft/StoreClosure.java 0.00% <ø> (ø) 0.00 <0.00> (ø)
...n/java/com/baidu/hugegraph/config/CoreOptions.java 99.25% <100.00%> (ø) 2.00 <0.00> (ø)
...raph/backend/store/postgresql/PostgresqlStore.java 0.00% <0.00%> (-100.00%) 0.00% <0.00%> (-2.00%)
...raph/backend/store/postgresql/PostgresqlTable.java 0.00% <0.00%> (-96.83%) 0.00% <0.00%> (-19.00%)
...kend/store/postgresql/PostgresqlStoreProvider.java 0.00% <0.00%> (-92.50%) 0.00% <0.00%> (-5.00%)
...aph/backend/store/postgresql/PostgresqlTables.java 0.00% <0.00%> (-87.96%) 0.00% <0.00%> (-1.00%)
...backend/store/postgresql/PostgresqlSerializer.java 0.00% <0.00%> (-78.58%) 0.00% <0.00%> (-3.00%)
...h/backend/store/postgresql/PostgresqlSessions.java 0.00% <0.00%> (-76.93%) 0.00% <0.00%> (-9.00%)
... and 9 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 45d5b06...2d03145. Read the comment docs.

@javeme javeme merged commit 5a70819 into master Aug 7, 2020
@javeme javeme deleted the fix-counter-discontinuous-growth branch August 7, 2020 12: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.

None yet

4 participants