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

doc: make sql.index_recommendation.drop_unused_duration public #118676

Merged
merged 1 commit into from Feb 5, 2024

Conversation

maryliag
Copy link
Contributor

@maryliag maryliag commented Feb 2, 2024

Make the cluster setting sql.index_recommendation.drop_unused_duration public.

Fixes #104734

Release note (sql change): Make the cluster setting sql.index_recommendation.drop_unused_duration public for docs.

Make the cluster setting `sql.index_recommendation.drop_unused_duration`
public.

Fixes cockroachdb#104734

Release note (sql change): Make the cluster setting
`sql.index_recommendation.drop_unused_duration` public for docs.
@maryliag maryliag requested review from florence-crl, a team and xinhaoz and removed request for a team February 2, 2024 20:35
Copy link

blathers-crl bot commented Feb 2, 2024

It looks like your PR touches production code but doesn't add or edit any test code. Did you consider adding tests to your PR?

🦉 Hoot! I am a Blathers, a bot for CockroachDB. My owner is dev-inf.

@cockroach-teamcity
Copy link
Member

This change is Reviewable

@maryliag maryliag added backport-23.1.x Flags PRs that need to be backported to 23.1 backport-23.2.x Flags PRs that need to be backported to 23.2. labels Feb 2, 2024
@maryliag maryliag requested a review from koorosh February 2, 2024 23:47
Copy link
Collaborator

@koorosh koorosh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@maryliag
Copy link
Contributor Author

maryliag commented Feb 5, 2024

bors r+

@craig
Copy link
Contributor

craig bot commented Feb 5, 2024

Build succeeded:

@craig craig bot merged commit 63dc83b into cockroachdb:master Feb 5, 2024
9 checks passed
Copy link

blathers-crl bot commented Feb 5, 2024

Encountered an error creating backports. Some common things that can go wrong:

  1. The backport branch might have already existed.
  2. There was a merge conflict.
  3. The backport branch contained merge commits.

You might need to create your backport manually using the backport tool.


error creating merge commit from 8afc164 to blathers/backport-release-23.1-118676: POST https://api.github.com/repos/cockroachdb/cockroach/merges: 409 Merge conflict []

you may need to manually resolve merge conflicts with the backport tool.

Backport to branch 23.1.x failed. See errors above.


🦉 Hoot! I am a Blathers, a bot for CockroachDB. My owner is dev-inf.

@maryliag maryliag deleted the add-public-cs branch February 5, 2024 18:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport-23.1.x Flags PRs that need to be backported to 23.1 backport-23.2.x Flags PRs that need to be backported to 23.2.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Set public = t for cluster setting sql.index_recommendation.drop_unused_duration
3 participants