-
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
Add zone config troubleshooting guide #19283
Add zone config troubleshooting guide #19283
Conversation
e8df32a
to
674915d
Compare
e11a980
to
d460824
Compare
fc2c697
to
ab3faec
Compare
ab3faec
to
fb31a32
Compare
0f0bfde
to
a2f820e
Compare
a2f820e
to
a91c384
Compare
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.
woah this is great!!! i left some comments, but feel free to ask me for any clarification
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.
Looks good a few minor comments
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! 🚀
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
hi @taroface ping on this, mind taking a look this week? |
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.
Approving so that I don't block this any longer, but had various suggestions for readability!
src/current/_includes/v24.3/backups/zone-configs-overwritten-during-restore.md
Outdated
Show resolved
Hide resolved
src/current/_includes/v24.3/zone-configs/avoid-manual-zone-configs.md
Outdated
Show resolved
Hide resolved
thanks for the review @taroface ! porting to various other versions now (v23.1+) and then will merge |
47199b4
to
4a55b7c
Compare
Fixes DOC-9210 Summary of changes: - Add a new page, 'Troubleshoot Replication Zones', to _The ZoneConfigonomicon (tm)_ - Update the 'Replication controls' page with more detailed info re: zone config inheritance hierarchy and behavior - Update the made-up examples in the 'Critical nodes endpoint' docs to point back to 'Troubleshoot Replication Zones' - Fix incorrect statements on the `ALTER RANGE` page since they're needed to map from range IDs returned by the critical nodes endpoint (mentioned in 'Troubleshoot Replication Zones') to actual schema objects - Add moar links (tm) from various zone config-related pages to the new troubleshooting guide and amongst themselves - Add a note to various zone config-related docs saying "most users should not do manual zone config changes, see Multi-region SQL and Zone Config Extensions instead" NB. These changes are backported to all supported versions v23.1+
4a55b7c
to
16a9eba
Compare
Fixes DOC-9210
Summary of changes:
Add a new page, 'Troubleshoot Replication Zones', to The
ZoneConfigonomicon (tm)
Update the 'Replication controls' page with more detailed info re:
zone config inheritance hierarchy and behavior
Update the made-up examples in the 'Critical nodes endpoint' docs to
point back to 'Troubleshoot Replication Zones'
Fix incorrect statements on the
ALTER RANGE
page since they'reneeded to map from range IDs returned by the critical nodes
endpoint (mentioned in 'Troubleshoot Replication Zones') to actual
schema objects
Add moar links (tm) from various zone config-related pages to the new
troubleshooting guide and amongst themselves
Add a note to various zone config-related docs saying "most users
should not do manual zone config changes, see Multi-region SQL and
Zone Config Extensions instead"
For reviewers, the main changes are:
SHOW RANGES
queries to get them to actually work (they were missing the... WITH DETAILS
clause, and/or usingcrdb_internal.ranges
- this was a bit of a driveby change but seemed good to do since I was touchingALTER RANGE ... CONFIGURE ZONE
to point to the troubleshooting guide