-
Notifications
You must be signed in to change notification settings - Fork 15
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
Update baseline_resync branch with latest commits #234
base: baseline_resync
Are you sure you want to change the base?
Conversation
implement fix pg size
this PR aims to support spare replicas in raft test framework , which is essential for testing pg move. what`s more, a basic replace_member UT is added
…hunk_id field to shard_info_superblk. 2. Enhance defensive checks in ChunkSelector for input validation and exception handling. 3. Adapt unit tests and introduce PGExceedSpaceTest.
1. Add check to ensure max_it points to an available chunk. If not, it indicates there are no available chunks left. 2. Add safeguards in the create and recover pg paths to ensure the pg size cannot be zero.
1 change on_destroy signature to adapt to homestore 2 add is leader check before any raft write operation
Codecov ReportAttention: Patch coverage is
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## baseline_resync #234 +/- ##
==================================================
Coverage ? 65.39%
==================================================
Files ? 33
Lines ? 2254
Branches ? 252
==================================================
Hits ? 1474
Misses ? 653
Partials ? 127 ☔ View full report in Codecov by Sentry. |
I think you can rebase and force push @yuwmao |
No description provided.