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: edges cache is not cleared when clearing backend #488

Merged
merged 3 commits into from
May 24, 2019

Conversation

javeme
Copy link
Contributor

@javeme javeme commented Apr 28, 2019

Change-Id: I8208caa89b7b4e2985798676b4c607180c85d38e

Change-Id: I8208caa89b7b4e2985798676b4c607180c85d38e
@codecov
Copy link

codecov bot commented Apr 28, 2019

Codecov Report

Merging #488 into master will increase coverage by 0.47%.
The diff coverage is 77.19%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #488      +/-   ##
============================================
+ Coverage     69.38%   69.86%   +0.47%     
- Complexity     3337     3380      +43     
============================================
  Files           215      216       +1     
  Lines         16454    16503      +49     
  Branches       2354     2359       +5     
============================================
+ Hits          11417    11530     +113     
+ Misses         3778     3714      -64     
  Partials       1259     1259
Impacted Files Coverage Δ Complexity Δ
...va/com/baidu/hugegraph/backend/cache/RamCache.java 72.15% <0%> (+4.68%) 44 <7> (+2) ⬆️
...m/baidu/hugegraph/backend/tx/GraphTransaction.java 82.12% <100%> (ø) 208 <1> (ø) ⬇️
...e/src/main/java/com/baidu/hugegraph/HugeGraph.java 70.88% <66.66%> (+0.27%) 61 <1> (+1) ⬆️
...ugegraph/backend/cache/CachedGraphTransaction.java 94% <87.17%> (-4.37%) 29 <8> (+8)
...gegraph/backend/cache/CachedSchemaTransaction.java 96.61% <87.5%> (+25.81%) 28 <2> (+6) ⬆️
.../com/baidu/hugegraph/backend/BackendException.java 38.46% <0%> (-30.77%) 3% <0%> (-2%)
...egraph/backend/serializer/BinaryEntryIterator.java 81.48% <0%> (-5.87%) 19% <0%> (ø)
...ain/java/com/baidu/hugegraph/task/TaskManager.java 60.86% <0%> (-4.35%) 10% <0%> (-1%)
...c/main/java/com/baidu/hugegraph/util/JsonUtil.java 58.49% <0%> (-3.78%) 5% <0%> (ø)
...aidu/hugegraph/backend/page/PageEntryIterator.java 82.5% <0%> (-0.84%) 16% <0%> (-1%)
... and 19 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 387cef5...8c19046. Read the comment docs.

Change-Id: If2b514a55689d686fac41c8d0fd10da3c2ecab8a
@javeme javeme force-pushed the clear-backend-clear-cache branch from 8f1f3d7 to 37b02a3 Compare May 22, 2019 09:38
Change-Id: If19605c17b55cee1f8539410aeb473cd3a4a00e2
@zhoney zhoney merged commit f86a716 into master May 24, 2019
@zhoney zhoney deleted the clear-backend-clear-cache branch May 24, 2019 03:00
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