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 rocksdb memory statistics #937

Merged
merged 2 commits into from
Apr 8, 2020
Merged

fix rocksdb memory statistics #937

merged 2 commits into from
Apr 8, 2020

Conversation

kidleaf-jiang
Copy link
Contributor

No description provided.

@codecov
Copy link

codecov bot commented Apr 8, 2020

Codecov Report

Merging #937 into master will decrease coverage by 8.30%.
The diff coverage is 59.15%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #937      +/-   ##
============================================
- Coverage     71.16%   62.85%   -8.31%     
+ Complexity     4358     3937     -421     
============================================
  Files           283      298      +15     
  Lines         20967    22317    +1350     
  Branches       2959     3157     +198     
============================================
- Hits          14921    14028     -893     
- Misses         4566     6755    +2189     
- Partials       1480     1534      +54     
Impacted Files Coverage Δ Complexity Δ
...api/src/main/java/com/baidu/hugegraph/api/API.java 66.29% <0.00%> (+5.37%) 0.00 <0.00> (ø)
.../hugegraph/api/traversers/AllShortestPathsAPI.java 0.00% <0.00%> (ø) 0.00 <0.00> (?)
...baidu/hugegraph/api/traversers/CrosspointsAPI.java 0.00% <0.00%> (ø) 0.00 <0.00> (ø)
...ugegraph/api/traversers/FusiformSimilarityAPI.java 0.00% <0.00%> (ø) 0.00 <0.00> (ø)
...hugegraph/api/traversers/JaccardSimilarityAPI.java 0.00% <0.00%> (ø) 0.00 <0.00> (?)
...a/com/baidu/hugegraph/api/traversers/PathsAPI.java 0.00% <0.00%> (ø) 0.00 <0.00> (ø)
...va/com/baidu/hugegraph/api/traversers/RaysAPI.java 0.00% <0.00%> (ø) 0.00 <0.00> (ø)
...a/com/baidu/hugegraph/api/traversers/RingsAPI.java 0.00% <0.00%> (ø) 0.00 <0.00> (ø)
...idu/hugegraph/api/traversers/SameNeighborsAPI.java 0.00% <0.00%> (ø) 0.00 <0.00> (?)
...ph/api/traversers/SingleSourceShortestPathAPI.java 0.00% <0.00%> (ø) 0.00 <0.00> (?)
... and 271 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 8041b93...6f1575b. Read the comment docs.

@javeme javeme merged commit 8c8e9ed into apache:master Apr 8, 2020
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

3 participants