Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[yugabyted] Update yugabyted to remove the deprecated gflag use_initial_sys_catalog_snapshot #20056

Closed
1 task done
nchandrappa opened this issue Nov 28, 2023 · 0 comments
Closed
1 task done
Labels
area/ecosystem Label for all ecosystem related projects kind/enhancement This is an enhancement of an existing feature priority/medium Medium priority issue

Comments

@nchandrappa
Copy link
Contributor

nchandrappa commented Nov 28, 2023

Jira Link: DB-9020

Description

On starting yugabyted nodes, master.err logs have repeated warning message regarding deprecated flag use_initial_sys_catalog_snapshot -

WARNING: Logging before InitGoogleLogging() is written to STDERR
W1127 22:36:04.446463 13243 flags.cc:670] Found explicit setting for deprecated flag use_initial_sys_catalog_snapshot. This flag has been deprecated since 11_2022. Please remove this from your configuration, as this may cause the process to crash in future releases.

Warning: Please confirm that this issue does not contain any sensitive information

  • I confirm this issue does not contain any sensitive information.
@nchandrappa nchandrappa added area/ecosystem Label for all ecosystem related projects status/awaiting-triage Issue awaiting triage area/ybd yugabyted project related Github tickets. labels Nov 28, 2023
@yugabyte-ci yugabyte-ci added kind/enhancement This is an enhancement of an existing feature priority/medium Medium priority issue labels Nov 28, 2023
djiang9001 added a commit that referenced this issue Nov 28, 2023
…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
djiang9001 added a commit that referenced this issue Nov 28, 2023
…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
@yugabyte-ci yugabyte-ci removed status/awaiting-triage Issue awaiting triage area/ybd yugabyted project related Github tickets. labels Nov 28, 2023
jharveysmith pushed a commit that referenced this issue May 24, 2024
…recated gflag use_initial_sys_catalog_snapshot

Summary:
Original commit: 070d4799a32af6f63b1494c52e25cd57b058336c / 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/ecosystem Label for all ecosystem related projects kind/enhancement This is an enhancement of an existing feature priority/medium Medium priority issue
Projects
None yet
Development

No branches or pull requests

2 participants