-
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
distsqlpb: rename protos back to distsqlrun #36572
Conversation
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 though you may want to add a comment because it'll look inviting for someone passing by to "harmonize" the package and directory name again.
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. I assume you tested with #36565? I wonder if we could also add a service name unit-test to avoid having to rely on that.
The move of code to the `distsqlpb` package also inadvertently renamed the actual protobuf service endpoints and messages, which represented an accidental breaking change between 2.1 and 19.1 and would result in errors in mixed clusters. This commit reverts that change, restoring harmony for mixed-version clusters. Release note: None
Added a comment. I did manual testing to ensure that a mixed-version cluster still works - I think this will be caught by @tbg's roachtest. TFTR! bors r+ |
Notice me, bors! bors r+ |
36572: distsqlpb: rename protos back to distsqlrun r=jordanlewis a=jordanlewis The move of code to the `distsqlpb` package also inadvertently renamed the actual protobuf service endpoints and messages, which represented an accidental breaking change between 2.1 and 19.1 and would result in errors in mixed clusters. This commit reverts that change, restoring harmony for mixed-version clusters. This needs a backport and we can't release without that backport. Touches #36565. Release note: None Co-authored-by: Jordan Lewis <[email protected]>
Build succeeded |
The move of code to the
distsqlpb
package also inadvertently renamedthe actual protobuf service endpoints and messages, which represented an
accidental breaking change between 2.1 and 19.1 and would result in
errors in mixed clusters.
This commit reverts that change, restoring harmony for mixed-version
clusters.
This needs a backport and we can't release without that backport.
Touches #36565.
Release note: None