-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
make new schema changer logging less alarming #97922
Labels
A-schema-changer-impl
Related to the implementation of the new schema changer
C-bug
Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.
Comments
massimocGH
added
C-bug
Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.
A-schema-changer-impl
Related to the implementation of the new schema changer
labels
Mar 2, 2023
fqazi
added a commit
to fqazi/cockroach
that referenced
this issue
Mar 7, 2023
Previously, the declarative schema changer used slightly alarming language when falling back. To address this, this patch removes the word failure and uses softer langauge. Fixes: cockroachdb#97922 Release note: None
craig bot
pushed a commit
that referenced
this issue
Mar 8, 2023
97991: server: move settingswatcher initialization to the start r=JeffSwenson a=JeffSwenson Previously, the settingswatcher was one of the last services initialized during sql server start up. Now, it is one of the first services to start up. The settings do not have a well defined value until after settingwatcher initializes. Some settings, like cluster version, must have valid values during initialization. Part of #94843 98112: sql/schmachanger: use more friendly language for fallback r=fqazi a=fqazi Previously, the declarative schema changer used slightly alarming language when falling back. To address this, this patch removes the word failure and uses softer language. Also, the logging level is reduced to remove this message by default. Fixes: #97922 Release note: None Co-authored-by: Jeff <[email protected]> Co-authored-by: Faizan Qazi <[email protected]>
blathers-crl bot
pushed a commit
that referenced
this issue
Mar 8, 2023
Previously, the declarative schema changer used slightly alarming language when falling back. To address this, this patch removes the word failure and uses softer language. Also the logging level is reduced to remove this message by default. Fixes: #97922 Release note: None
fqazi
added a commit
that referenced
this issue
Mar 10, 2023
Previously, the declarative schema changer used slightly alarming language when falling back. To address this, this patch removes the word failure and uses softer language. Also the logging level is reduced to remove this message by default. Fixes: #97922 Release note (bug fix): Previously the declarative schema changer would emit alarming messages of the form: "failed building declarative schema change targets for". These were non-severe in nature and now disabled by defaulta. Release note: None
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
A-schema-changer-impl
Related to the implementation of the new schema changer
C-bug
Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.
Describe the problem
in 22.2.5 messages in the logs from the new schema changer seems to suggest a problem, while instead the true meaning of these messages is just to show that schema change is falling back to the legacy one:
in order to avoid confusion, can we rephrase these messages to something like:
Environment:
Jira issue: CRDB-24967
The text was updated successfully, but these errors were encountered: