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
When the master triggers a tablet split, we should have a flag to limit the total number of splits, such that if we've generated too many tablets in the system, we stop.
This flag should apply to both the manual and automatic splitting paths in the master.
Summary: Add the flag tablet_split_limit_per_table to limit number of tablets per table.
Test Plan: ybd --cxx-test tablet-split-itest -n 100 -- -p 2
Reviewers: bogdan, rahuldesirazu, timur
Reviewed By: timur
Subscribers: jason, kannan, ybase
Differential Revision: https://phabricator.dev.yugabyte.com/D9721
When the master triggers a tablet split, we should have a flag to limit the total number of splits, such that if we've generated too many tablets in the system, we stop.
This flag should apply to both the manual and automatic splitting paths in the master.
Relevant code will be in
catalog_manager.cc
.Doc for how to try out splitting (link to manual splitting process)
cc @ttyusupov
The text was updated successfully, but these errors were encountered: