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

Replace gzip compressor to lz4 when write mutations #1153

Merged
merged 1 commit into from
Aug 24, 2020
Merged

Conversation

Linary
Copy link
Contributor

@Linary Linary commented Aug 24, 2020

Change-Id: I42addd98d3ee73ff6d7d778611de46be6ffc7881

Change-Id: I42addd98d3ee73ff6d7d778611de46be6ffc7881
@codecov
Copy link

codecov bot commented Aug 24, 2020

Codecov Report

Merging #1153 into master will decrease coverage by 0.07%.
The diff coverage is 3.12%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master    #1153      +/-   ##
============================================
- Coverage     65.85%   65.77%   -0.08%     
- Complexity     5654     5665      +11     
============================================
  Files           355      356       +1     
  Lines         28848    28886      +38     
  Branches       4053     4061       +8     
============================================
+ Hits          18998    19000       +2     
- Misses         7965     7998      +33     
- Partials       1885     1888       +3     
Impacted Files Coverage Δ Complexity Δ
...m/baidu/hugegraph/backend/store/raft/RaftNode.java 0.00% <0.00%> (ø) 0.00 <0.00> (ø)
...ugegraph/backend/store/raft/RaftSharedContext.java 0.00% <ø> (ø) 0.00 <0.00> (ø)
...ugegraph/backend/store/raft/StoreStateMachine.java 0.00% <0.00%> (ø) 0.00 <0.00> (ø)
...c/main/java/com/baidu/hugegraph/util/GZipUtil.java 0.00% <0.00%> (ø) 0.00 <0.00> (?)
...rc/main/java/com/baidu/hugegraph/util/LZ4Util.java 0.00% <0.00%> (ø) 0.00 <0.00> (?)
...raph/backend/store/rocksdb/RocksDBStdSessions.java 68.31% <0.00%> (ø) 35.00 <0.00> (ø)
.../hugegraph/backend/store/rocksdb/RocksDBStore.java 65.18% <0.00%> (ø) 60.00 <0.00> (ø)
.../hugegraph/backend/store/raft/StoreSerializer.java 60.65% <50.00%> (-0.64%) 6.00 <3.00> (ø)
...va/com/baidu/hugegraph/task/ServerInfoManager.java 71.02% <0.00%> (-3.41%) 50.00% <0.00%> (-2.00%)
...ain/java/com/baidu/hugegraph/task/TaskManager.java 72.54% <0.00%> (-1.31%) 28.00% <0.00%> (ø%)
... and 2 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 5a70819...7c3bcd4. Read the comment docs.

@zhoney zhoney merged commit 3e95249 into master Aug 24, 2020
@zhoney zhoney deleted the raft-lz4-compress branch August 24, 2020 10:48
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