Skip to content

Commit

Permalink
[BACKPORT 2.20][#20056] yugabyted: Update yugabyted to remove the dep…
Browse files Browse the repository at this point in the history
…recated gflag use_initial_sys_catalog_snapshot

Summary:
Original commit: 4164340 / D30547
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: djiang, yugabyted-dev

Tags: #jenkins-ready

Differential Revision: https://phorge.dev.yugabyte.com/D30549
  • Loading branch information
djiang9001 committed Nov 28, 2023
1 parent 4eeb214 commit 9aa209b
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 @@ -2029,7 +2029,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 9aa209b

Please sign in to comment.