-
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
Conversation
Upgrade thrift, adopt Java code where needed. Change-Id: I8d78f6bd04ed3c7787b8f9beaf370dfdac9574cb
💔 -1 overall
This message was automatically generated. |
💔 -1 overall
This message was automatically generated. |
💔 -1 overall
This message was automatically generated. |
@@ -119,8 +119,7 @@ public void testExportRetry() throws Exception { | |||
conf.setBoolean(ExportSnapshot.Testing.CONF_TEST_FAILURE, true); | |||
conf.setInt(ExportSnapshot.Testing.CONF_TEST_FAILURE_COUNT, 2); | |||
conf.setInt("mapreduce.map.maxattempts", 3); | |||
TestExportSnapshot.testExportFileSystemState(conf, tableName, | |||
Bytes.toBytes(snapshotName), Bytes.toBytes(snapshotName), | |||
TestExportSnapshot.testExportFileSystemState(conf, tableName, snapshotName, snapshotName, |
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
@@ -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 comment
The 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 comment
The 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)
Upgrade thrift, adopt Java code where needed.
Change-Id: I8d78f6bd04ed3c7787b8f9beaf370dfdac9574cb