Skip to content

Commit

Permalink
[yugabyte#5716] Enable Master Register From Raft by Default
Browse files Browse the repository at this point in the history
Summary: Enable feature implemented in https://phabricator.dev.yugabyte.com/D9215 by default.

Test Plan: N/A

Reviewers: bogdan

Reviewed By: bogdan

Subscribers: kannan, ybase

Differential Revision: https://phabricator.dev.yugabyte.com/D9407
  • Loading branch information
rahuldesirazu authored and Alex Ball committed Mar 9, 2021
1 parent b3dc575 commit ea8444a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/yb/master/catalog_manager.cc
Original file line number Diff line number Diff line change
Expand Up @@ -320,8 +320,8 @@ DEFINE_test_flag(bool, tablegroup_master_only, false,
"This is only for MasterTest to be able to test tablegroups without the"
" transaction status table being created.");

DEFINE_bool(enable_register_ts_from_raft, false, "Whether to register a tserver from the consensus "
"information of a reported tablet.");
DEFINE_bool(enable_register_ts_from_raft, true, "Whether to register a tserver from the consensus "
"information of a reported tablet.");

DECLARE_int32(tserver_unresponsive_timeout_ms);

Expand Down

0 comments on commit ea8444a

Please sign in to comment.