-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
HBASE-24148: Upgrade Thrift to 0.13.0 #1462
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1529,7 +1529,7 @@ | |
<external.protobuf.version>2.5.0</external.protobuf.version> | ||
<protobuf.plugin.version>0.6.1</protobuf.plugin.version> | ||
<thrift.path>thrift</thrift.path> | ||
<thrift.version>0.12.0</thrift.version> | ||
<thrift.version>0.13.0</thrift.version> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. What are the guarantees regards thrift 0.13 talking to a 0.12 server and vice-versa? Needs callout in the release notes on this JIRA at least. Otherwise patch is good. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Oh, do you have to regenerate the thrift files with this update? Will that happen as part of the build? (I forgot how this works) |
||
<zookeeper.version>3.4.14</zookeeper.version> | ||
<!-- What ZooKeeper 3.4.x depends on and nothing more --> | ||
<jline.version>0.9.94</jline.version> | ||
|
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.
Please resolve conflicts, this one is taken care of.
Thanks