-
Notifications
You must be signed in to change notification settings - Fork 488
Merge / Split behavior #6543
Copy link
Copy link
Open
Labels
questionThis issue describes a user question and should be answered; it may be a possible bug.This issue describes a user question and should be answered; it may be a possible bug.
Milestone
Description
Activity
Metadata
Metadata
Assignees
Labels
questionThis issue describes a user question and should be answered; it may be a possible bug.This issue describes a user question and should be answered; it may be a possible bug.
I loaded the
citable with data during 4.0.0-alpha-1 testing and it split into 400 tablets. I ranmerge --all -t ci, which ran very quickly. It completed before the Monitor refreshed. I looked at the tablet metadata for the single tablet and it contained the entry4< split:unsplittable [] FPYAXP2ThJeepPZhkxLhpg==. I added about 20 splits to the table, which completed, but then it immediately started splitting again and ended up at 416 tablets. Thesplit:unsplittablemarker in the tablet metadata was removed.This makes sense, as the tablet split due to the split threshold, and the extra 16 tablets are probably empty due to me adding them manually.
I don't see a way to remove the
split:unsplittablemarker other than to add splits. Am I missing it?If not, should there be a shell command to remove the marker in the tablet metadata?