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: file cache skeleton #173

Merged
merged 2 commits into from
Jun 1, 2022
Merged

feat: file cache skeleton #173

merged 2 commits into from
Jun 1, 2022

Conversation

MrCroxx
Copy link
Owner

@MrCroxx MrCroxx commented Jun 1, 2022

What changes were proposed in this pull request?

Introduce file cache skeleton.

Which issues is this PR related to?

#171

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

codecov bot commented Jun 1, 2022

Codecov Report

Merging #173 (26a38dd) into main (4bc46a1) will increase coverage by 0.14%.
The diff coverage is 90.05%.

@@            Coverage Diff             @@
##             main     #173      +/-   ##
==========================================
+ Coverage   83.87%   84.01%   +0.14%     
==========================================
  Files          90       90              
  Lines        8850     9028     +178     
==========================================
+ Hits         7423     7585     +162     
- Misses       1427     1443      +16     
Impacted Files Coverage Δ
storage/src/file_cache/error.rs 0.00% <ø> (ø)
storage/src/file_cache/buffer.rs 76.72% <45.45%> (-0.98%) ⬇️
storage/src/file_cache/file.rs 93.25% <92.94%> (-6.75%) ⬇️
wheel/src/worker/sstable_uploader.rs 76.85% <0.00%> (-1.66%) ⬇️
wheel/src/worker/raft.rs 94.45% <0.00%> (-0.17%) ⬇️
storage/src/raft_log_store/store.rs 92.70% <0.00%> (+0.23%) ⬆️
wheel/src/lib.rs 91.02% <0.00%> (+0.42%) ⬆️
wheel/src/components/raft_log_store.rs 67.72% <0.00%> (+0.63%) ⬆️

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 4bc46a1...26a38dd. Read the comment docs.

@MrCroxx MrCroxx merged commit 3e6018c into main Jun 1, 2022
@MrCroxx MrCroxx deleted the xx/file-cache branch June 1, 2022 03:26
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