Skip to content

Commit

Permalink
[#20056] yugabyted: Update yugabyted to remove the deprecated gflag u…
Browse files Browse the repository at this point in the history
…se_initial_sys_catalog_snapshot

Summary:
The gflag `use_initial_sys_catalog_snapshot` set by yugabyted is deprecated and replaced by `enable_ysql` which is true by default.
This change removes the flag from yugabyted.
Jira: DB-9020

Test Plan: no test plan

Reviewers: nikhil

Reviewed By: nikhil

Subscribers: yugabyted-dev, djiang

Differential Revision: https://phorge.dev.yugabyte.com/D30547
  • Loading branch information
Daniel Jiang committed Nov 28, 2023
1 parent 3ddec04 commit 4164340
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bin/yugabyted
Original file line number Diff line number Diff line change
Expand Up @@ -2185,7 +2185,6 @@ class ControlScript(object):
"--rpc_bind_addresses={}:{}".format(advertise_ip, master_rpc_port),
"--server_broadcast_addresses={}:{}".format(advertise_ip, master_rpc_port),
"--replication_factor=1",
"--use_initial_sys_catalog_snapshot",
"--server_dump_info_path={}".format(
os.path.join(self.configs.saved_data.get("data_dir"), "master-info")),
"--master_enable_metrics_snapshotter=true",
Expand Down

0 comments on commit 4164340

Please sign in to comment.