-
Notifications
You must be signed in to change notification settings - Fork 467
Closed
Milestone
Description
Tablets with write ahead logs can not be split. The write ahead logs must be processed before splitting. Data in write ahead logs is stored by tablet. If tablet were to split and copy write ahead logs to its children, then those children would find no data in the writeahead log because the data is stored under the parents extent.
This problem is unique to the elasticity branch because it does splits in the manager. Before elasticity splits were done in the tablet server and tablets should not have write ahead logs when splitting there.
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
✅ Done