-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
cli: added --locality #8676
cli: added --locality #8676
Conversation
(looked at the third commit only) Review status: 0 of 38 files reviewed at latest revision, 1 unresolved discussion, all commit checks successful. roachpb/metadata.go, line 233 [r3] (raw file):
_ Locality Comments from Reviewable |
Review status: 0 of 38 files reviewed at latest revision, 1 unresolved discussion, some commit checks failed. roachpb/metadata.go, line 233 [r3] (raw file):
|
Review status: 0 of 38 files reviewed at latest revision, 1 unresolved discussion, some commit checks pending. roachpb/metadata.go, line 233 [r3] (raw file):
|
Review status: 0 of 38 files reviewed at latest revision, 1 unresolved discussion, all commit checks successful. roachpb/metadata.go, line 233 [r3] (raw file):
|
Review status: 0 of 38 files reviewed at latest revision, 1 unresolved discussion, some commit checks pending. roachpb/metadata.go, line 233 [r3] (raw file):
|
@RaduBerinde @bdarnell Thoughts on whether I should wait to merge this until the allocator actually takes locality into account? |
e33b181
to
ac5effa
Compare
It's fine to merge this before it is actually used. Review status: 0 of 40 files reviewed at latest revision, 2 unresolved discussions, some commit checks failed. cli/cliflags/flags.go, line 56 [r6] (raw file):
This help text should say that this is not yet fully implemented. Comments from Reviewable |
addd374
to
3439b5d
Compare
Review status: 0 of 40 files reviewed at latest revision, 2 unresolved discussions, some commit checks pending. cli/cliflags/flags.go, line 56 [r6] (raw file):
|
Seems ok to merge right? |
It's being blocked on @BramGruneir's comments on #8786. |
Which comments are you waiting on? I just did another pass of it. |
Not blocked, but also have yet to respond to
|
Ah, I say just merge it for now. We can always add more examples. |
Just added some extra examples and added a link to the tracking issue. |
That part of this change LGTM. Manitoba FTW. Review status: 0 of 18 files reviewed at latest revision, 2 unresolved discussions, some commit checks pending. Comments from Reviewable |
Builds on #8627
This change is