You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Summary:
Implemented cleanup of the tablet for which all replicas have been split:
- Added DeleteTablet master functionality and RPC support.
- Renamed `TEST_GetAllAppliedOpId` -> `GetAllAppliedOpId` to be used in production code.
- `TSTabletManager`: added tablets cleaner background task which is responsible for deleting of split tablets that are no longer needed.
- Added `TabletSplitITest.ParentTabletCleanup`.
Test Plan:
```
ybd --remote --dltp --cxx-test tablet-split-itest -n 100 -- -p 1
```
Reviewers: hector, nicolas, bogdan
Reviewed By: bogdan
Subscribers: zyu, ybase, bogdan
Differential Revision: https://phabricator.dev.yugabyte.com/D9456
0 commit comments