-
Notifications
You must be signed in to change notification settings - Fork 21
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
SoloReplDev - a pass through replication device #177
Conversation
Codecov ReportPatch coverage:
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #177 +/- ##
==========================================
- Coverage 50.02% 48.82% -1.20%
==========================================
Files 86 93 +7
Lines 7307 7500 +193
Branches 956 973 +17
==========================================
+ Hits 3655 3662 +7
- Misses 3263 3445 +182
- Partials 389 393 +4
☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* All services exposes default std::vector< BlkId > for allocating and writing blocks. This open ended structure has difficulty for upper layers to serialize. Hence introducing MultiBlkId which has tigther structure so upper layers can serialize and use in-place of BlkId. Existing BlkId can still be used and some services also provide backward compatibile std::vector< BlkId > * Added the test for blkid
* All services exposes default std::vector< BlkId > for allocating and writing blocks. This open ended structure has difficulty for upper layers to serialize. Hence introducing MultiBlkId which has tigther structure so upper layers can serialize and use in-place of BlkId. Existing BlkId can still be used and some services also provide backward compatibile std::vector< BlkId > * Added the test for blkid
No description provided.