Skip to content

roachprod: insecure cluster warn log#152079

Merged
craig[bot] merged 1 commit intocockroachdb:masterfrom
golgeek:ludo/insecure-warn
Aug 20, 2025
Merged

roachprod: insecure cluster warn log#152079
craig[bot] merged 1 commit intocockroachdb:masterfrom
golgeek:ludo/insecure-warn

Conversation

@golgeek
Copy link
Copy Markdown
Contributor

@golgeek golgeek commented Aug 19, 2025

As of #151230, roachprod's default behavior is to provision secure clusters unless provisioning is in the cockroach-ephemeral GCP project. To warn the user about the fact that the cluster is insecure in this configuration, a log was added to stdout.

The addition of this log message broke some K/V performance scripts, so this patch moves the warning to stderr instead.

Epic: none
Release note: None

As of cockroachdb#151230, roachprod's default behavior is to provision secure
clusters unless provisioning is in the cockroach-ephemeral GCP project.
To warn the user about the fact that the cluster is insecure in this
configuration, a log was added to stdout.

The addition of this log message broke some K/V performance scripts,
so this patch moves the warning to stderr instead.

Epic: none
Release note: None
@golgeek golgeek requested a review from iskettaneh August 19, 2025 14:01
@golgeek golgeek requested a review from a team as a code owner August 19, 2025 14:01
@golgeek golgeek requested review from herkolategan and srosenberg and removed request for a team August 19, 2025 14:01
@cockroach-teamcity
Copy link
Copy Markdown
Member

This change is Reviewable

@golgeek
Copy link
Copy Markdown
Contributor Author

golgeek commented Aug 20, 2025

TFTR!

bors r=herkolategan

craig bot pushed a commit that referenced this pull request Aug 20, 2025
151737: sql: add support for automatically repairing dangling comments r=fqazi a=fqazi

Previously, we added logic to detect dangling comments on descriptors but did not include a mechanism to clean them up. This could block initial upgrades due to dangling entries in the system.comments table. This patch adds support for automatically cleaning up these dangling comments.

Fixes: #151497

Release note (bug fix): Added an automatic repair for dangling or invalid entries in the system.comment table.

152079: roachprod: insecure cluster warn log r=herkolategan a=golgeek

As of #151230, roachprod's default behavior is to provision secure clusters unless provisioning is in the cockroach-ephemeral GCP project. To warn the user about the fact that the cluster is insecure in this configuration, a log was added to stdout.

The addition of this log message broke some K/V performance scripts, so this patch moves the warning to stderr instead.

Epic: none
Release note: None

Co-authored-by: Faizan Qazi <faizan@cockroachlabs.com>
Co-authored-by: Ludovic Leroux <ludo.leroux@cockroachlabs.com>
@craig
Copy link
Copy Markdown
Contributor

craig bot commented Aug 20, 2025

This PR was included in a batch that timed out, it will be automatically retried

@craig
Copy link
Copy Markdown
Contributor

craig bot commented Aug 20, 2025

@craig craig bot merged commit bf671a7 into cockroachdb:master Aug 20, 2025
23 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants