Skip to content

Commit

Permalink
[#13223] xCluster: Remove hidden tag from xCluster + Tablet Splitting…
Browse files Browse the repository at this point in the history
… gflags

Summary:
Make enable_tablet_split_of_xcluster_replicated_tables and
enable_tablet_split_of_xcluster_bootstrapping_tables gflags visible

Test Plan: Jenkins: skip

Reviewers: nicolas, rahuldesirazu, asrivastava

Reviewed By: asrivastava

Subscribers: ybase, bogdan

Differential Revision: https://phabricator.dev.yugabyte.com/D18228
  • Loading branch information
hulien22 committed Jul 11, 2022
1 parent c102516 commit 1f18d55
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/yb/master/tablet_split_manager.cc
Original file line number Diff line number Diff line change
Expand Up @@ -72,13 +72,11 @@ DEFINE_bool(enable_tablet_split_of_xcluster_replicated_tables, false,
"When set, it enables automatic tablet splitting for tables that are part of an "
"xCluster replication setup");
TAG_FLAG(enable_tablet_split_of_xcluster_replicated_tables, runtime);
TAG_FLAG(enable_tablet_split_of_xcluster_replicated_tables, hidden);

DEFINE_bool(enable_tablet_split_of_xcluster_bootstrapping_tables, false,
"When set, it enables automatic tablet splitting for tables that are part of an "
"xCluster replication setup and are currently being bootstrapped for xCluster.");
TAG_FLAG(enable_tablet_split_of_xcluster_bootstrapping_tables, runtime);
TAG_FLAG(enable_tablet_split_of_xcluster_bootstrapping_tables, hidden);

DEFINE_uint64(tablet_split_limit_per_table, 256,
"Limit of the number of tablets per table for tablet splitting. Limitation is "
Expand Down

0 comments on commit 1f18d55

Please sign in to comment.