-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
storage: code movement #8542
storage: code movement #8542
Conversation
Reviewed 2 of 2 files at r1, 1 of 1 files at r2, 19 of 19 files at r3, 4 of 4 files at r4. storage/api.proto, line 17 [r3] (raw file):
What's the status on the proto3 vs proto2? Maybe make this a proto3? storage/store.go, line 2299 [r2] (raw file):
Any idea why this was in a runtask to begin with? Comments from Reviewable |
This makes the code a lot more readable. Review status: all files reviewed at latest revision, 2 unresolved discussions, some commit checks pending. Comments from Reviewable |
Review status: all files reviewed at latest revision, 2 unresolved discussions, some commit checks failed. storage/api.proto, line 17 [r3] (raw file):
|
Reviewed 2 of 2 files at r5. Comments from Reviewable |
Review status: all files reviewed at latest revision, 1 unresolved discussion, all commit checks successful. storage/store.go, line 2299 [r2] (raw file):
|
Review status: all files reviewed at latest revision, 1 unresolved discussion, all commit checks successful. storage/store.go, line 2299 [r2] (raw file):
|
Moves some protos that should never have been in roachpb out into storage.
This change requires a stop-the-world upgrade because of RPC method renaming but we already have such a change on deck #8495.
This change is