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 store log enc dec, adjust dir structure #84

Merged
merged 3 commits into from
Apr 1, 2022

Conversation

MrCroxx
Copy link
Owner

@MrCroxx MrCroxx commented Apr 1, 2022

As titled.

Ref: #44

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

codecov bot commented Apr 1, 2022

Codecov Report

Merging #84 (7faed7c) into main (55cb955) will increase coverage by 0.18%.
The diff coverage is 96.59%.

@@            Coverage Diff             @@
##             main      #84      +/-   ##
==========================================
+ Coverage   87.07%   87.25%   +0.18%     
==========================================
  Files          55       56       +1     
  Lines        4409     4497      +88     
==========================================
+ Hits         3839     3924      +85     
- Misses        570      573       +3     
Impacted Files Coverage Δ
storage/src/lib.rs 100.00% <ø> (ø)
storage/src/lsm_tree/components/block.rs 95.32% <ø> (ø)
storage/src/lsm_tree/components/memtable.rs 100.00% <ø> (ø)
storage/src/lsm_tree/components/skiplist/arena.rs 100.00% <ø> (ø)
storage/src/lsm_tree/components/skiplist/key.rs 48.38% <ø> (ø)
storage/src/lsm_tree/components/skiplist/list.rs 85.75% <ø> (ø)
storage/src/lsm_tree/components/sstable.rs 86.14% <ø> (ø)
storage/src/lsm_tree/iterator/block_iterator.rs 100.00% <ø> (ø)
storage/src/lsm_tree/iterator/concat_iterator.rs 98.52% <ø> (ø)
storage/src/lsm_tree/iterator/memtable_iterator.rs 100.00% <ø> (ø)
... and 7 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 55cb955...7faed7c. Read the comment docs.

@MrCroxx MrCroxx merged commit a566ebc into main Apr 1, 2022
@MrCroxx MrCroxx deleted the xx/raft-log-enc-dec branch April 1, 2022 05:23
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.

None yet

1 participant