-
Notifications
You must be signed in to change notification settings - Fork 468
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
Added note to 19.1 docs about turning off range merging for manual splits #5642
Conversation
Online preview: http://cockroach-docs-review.s3-website-us-east-1.amazonaws.com/502a8c2573ef62b2fee33c583f3a4607fad9eb9f/ Edited pages: |
502a8c2
to
287510a
Compare
Online preview: http://cockroach-docs-review.s3-website-us-east-1.amazonaws.com/287510a74bc56751e2b2ad25780cfd2f7d4f9836/ Edited pages: |
We should probably have a companion upgrade checklist: when upgrading to 19.2, check your cluster settings:
|
…splits, and turning them back on when upgrading - Removed sections about when to disable/enable range merges sections in 19.2
287510a
to
7379eae
Compare
@bdarnell Thanks for the suggestion Ben! I updated the PR:
I'm happy to add/remove any more information. |
I was thinking the note about removing the setting in upgrading would go in https://www.cockroachlabs.com/docs/dev/upgrade-cockroach-version.html |
Looking at that page, I'm not sure exactly where putting a checklist like that should go in the current structure of the page. It might be best to create a new section at the bottom of the page (something like "Post-upgrade Checklist"), with some suggestions about changing settings for performance optimization and new features in 19.2. That probably should be a separate issue and PR. That separate issue might also inform the issue that @jseldess opened about finalizing an upgrade: #5646 @jseldess Thoughts? |
If this action needs to be taken after finalizing the upgrade, I agree that we could either add it to https://www.cockroachlabs.com/docs/dev/upgrade-cockroach-version.html#step-5-finish-the-upgrade, or create a subsequent step. |
A couple follow-up questions:
|
Because they might have turned it off for other reasons. We should be very cautious about automatically undoing user actions.
Good question. I don't know if there are any, but the "known limitation" list might be a good place to look. Any known limitation which A) had a workaround and B) is resolved in 19.2 would be worth listing here to let users know that the workaround can be removed. |
Thanks @bdarnell. I opened a new issue for the update to the Upgrade to CockroachDB v19.2 page, as I think it's out-of-scope for this PR (see #5672). I will open a separate PR to resolve that separate issue this week. If you (or @andreimatei) are fine with the other changes in this PR, I can pass it off to @rmloveland to review for merging. |
@bdarnell, you ok with this PR if we follow-up with a post-upgrade checklist? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, it's fine to leave a post-upgrade checklist as a separate item.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Fixes #4960.
Note that this affects only 19.1 docs, since cockroachdb/cockroach#38004 removes this limitation in 19.2.