-
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
Fix some bugs in baseline resync #236
Conversation
Let's update the dependency constraint in |
Co-authored-by: yawzhang <[email protected]>
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 #236 +/- ##
==================================================
Coverage ? 65.52%
==================================================
Files ? 33
Lines ? 2271
Branches ? 254
==================================================
Hits ? 1488
Misses ? 659
Partials ? 124 ☔ View full report in Codecov by Sentry. |
688f1c9
to
48840a9
Compare
Ok, fix it to 6.5.19. |
This is the adaptive change to homestore eBay/HomeStore#596
3b74dd6
to
e5a7949
Compare
Signed-off-by: Xiaoxi Chen <[email protected]>
6323fbc
to
fd081cc
Compare
moving PG/Shard recovery into this CB, through HomeObject::on_replica_restart(). Stop calling on_replica_restart from StateMachine::on_restart(). Signed-off-by: Xiaoxi Chen <[email protected]>
This PR should be merged after eBay/HomeStore#596
Add pg_size and chunk_size in the pg data mesg to avoid inconsistency.