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

feat: impl raft log store (part 5) #97

Merged
merged 2 commits into from
Apr 11, 2022
Merged

feat: impl raft log store (part 5) #97

merged 2 commits into from
Apr 11, 2022

Conversation

MrCroxx
Copy link
Owner

@MrCroxx MrCroxx commented Apr 11, 2022

As titled.

Changes:

  • Add ctx field to raft log entry meta segment.
  • Refactor raft log store.

Ref: #88 .

@MrCroxx MrCroxx added the feature New feature. label Apr 11, 2022
@MrCroxx MrCroxx self-assigned this Apr 11, 2022
@MrCroxx MrCroxx enabled auto-merge (squash) April 11, 2022 02:51
@codecov
Copy link

codecov bot commented Apr 11, 2022

Codecov Report

Merging #97 (1eb6119) into main (d434dff) will decrease coverage by 4.06%.
The diff coverage is 31.61%.

@@            Coverage Diff             @@
##             main      #97      +/-   ##
==========================================
- Coverage   84.96%   80.89%   -4.07%     
==========================================
  Files          62       62              
  Lines        5379     5789     +410     
==========================================
+ Hits         4570     4683     +113     
- Misses        809     1106     +297     
Impacted Files Coverage Δ
wheel/src/error.rs 0.00% <0.00%> (ø)
wheel/src/storage/raft_log_store.rs 0.00% <0.00%> (ø)
storage/src/raft_log_store/mem.rs 79.57% <44.44%> (-8.43%) ⬇️
storage/src/raft_log_store/store.rs 91.34% <84.14%> (-5.59%) ⬇️
storage/src/raft_log_store/entry.rs 93.91% <98.00%> (+0.64%) ⬆️
storage/src/raft_log_store/log.rs 89.55% <100.00%> (ø)
storage/src/utils/coding.rs 95.17% <100.00%> (+1.93%) ⬆️

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 d434dff...1eb6119. Read the comment docs.

@MrCroxx MrCroxx merged commit 4053d8e into main Apr 11, 2022
@MrCroxx MrCroxx deleted the xx/raft-log-store-p5 branch April 11, 2022 03:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant