Skip to content

Can not split tablets with write ahead logs #3844

@keith-turner

Description

@keith-turner

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
No labels

Type

No type

Projects

Status

✅ Done

Relationships

None yet

Development

No branches or pull requests

Issue actions