-
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
Configuring replication zones #189
Conversation
Review status: 0 of 4 files reviewed at latest revision, 6 unresolved discussions. configure-replication-zones.md, line 30 [r1] (raw file): configure-replication-zones.md, line 34 [r1] (raw file): configure-replication-zones.md, line 46 [r1] (raw file): We should probably also mention that the number of replicas should be odd as otherwise we can encounter situations where both sides of a network partition can form a quorum. In fact, we should just disallow even number of replicas. Do you mind filing a bug about that?
configure-replication-zones.md, line 49 [r1] (raw file):
configure-replication-zones.md, line 161 [r1] (raw file): No need to specify configure-replication-zones.md, line 239 [r1] (raw file): Comments from the review on Reviewable.io |
Review status: 0 of 4 files reviewed at latest revision, 6 unresolved discussions. configure-replication-zones.md, line 30 [r1] (raw file): configure-replication-zones.md, line 34 [r1] (raw file): configure-replication-zones.md, line 46 [r1] (raw file): Filed bug to disallow even number of replicas in a zone: cockroachdb/cockroach#5809 configure-replication-zones.md, line 49 [r1] (raw file): configure-replication-zones.md, line 161 [r1] (raw file): In terms of configure-replication-zones.md, line 239 [r1] (raw file): Comments from the review on Reviewable.io |
Review status: 0 of 4 files reviewed at latest revision, 4 unresolved discussions. configure-replication-zones.md, line 49 [r1] (raw file): configure-replication-zones.md, line 161 [r1] (raw file): configure-replication-zones.md, line 239 [r1] (raw file): Comments from the review on Reviewable.io |
Review status: 0 of 4 files reviewed at latest revision, 5 unresolved discussions. configure-replication-zones.md, line 30 [r1] (raw file): configure-replication-zones.md, line 49 [r1] (raw file): configure-replication-zones.md, line 239 [r1] (raw file): Comments from the review on Reviewable.io |
Review status: 0 of 4 files reviewed at latest revision, 4 unresolved discussions. configure-replication-zones.md, line 46 [r1] (raw file): configure-replication-zones.md, line 239 [r1] (raw file): Comments from the review on Reviewable.io |
@bdarnell, @petermattis, please check the new Node/Replica Recommendations section. |
LGTM Review status: 0 of 5 files reviewed at latest revision, 7 unresolved discussions. configure-replication-zones.md, line 46 [r5] (raw file): Also be aware that we're planning on reworking this interface so you can specify a number of replicas independent of attributes: cockroachdb/cockroach#4868 configure-replication-zones.md, line 47 [r5] (raw file): configure-replication-zones.md, line 57 [r5] (raw file): configure-replication-zones.md, line 197 [r5] (raw file): Comments from Reviewable |
Review status: 0 of 5 files reviewed at latest revision, 6 unresolved discussions. configure-replication-zones.md, line 239 [r1] (raw file): configure-replication-zones.md, line 46 [r5] (raw file): configure-replication-zones.md, line 47 [r5] (raw file): configure-replication-zones.md, line 57 [r5] (raw file): configure-replication-zones.md, line 197 [r5] (raw file): Comments from Reviewable |
Review status: 0 of 6 files reviewed at latest revision, 6 unresolved discussions. configure-replication-zones.md, line 47 [r5] (raw file): Comments from Reviewable |
configure-replication-zones.md, line 47 [r5] (raw file): Comments from Reviewable |
First draft of docs on configuring replication zones. Want to know what I've missed or got wrong, obviously, but also ideas for how to make this content clearer or easier to digest. Also welcome ideas for more helpful or realistic examples.
@petermattis, @bdarnell, @spencerkimball
Pushed content to aws in case html version is easier to read: http://cockroach-draft-docs.s3-website-us-east-1.amazonaws.com/configure-replication-zones.html
This change is