Joe McDonnell has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/21343 )
Change subject: IMPALA-13020: Use 64-bit integer for Thrift max message size on C++ ...................................................................... IMPALA-13020: Use 64-bit integer for Thrift max message size on C++ Currently, Thrift's max message size is specified with a 32-bit signed integer, so it maxes out at 2GB. Impala has use cases that can produce messages larger than 2GB, so this patches Thrift to change the max message size to be an int64_t. This will allow Impala to specify a limit larger than 2GB. This only applies to Thrift's C++ code and it does not change Java. Change-Id: I94fdd7b07fcc8dca0639839b40a9eff815090835 Reviewed-on: http://gerrit.cloudera.org:8080/21343 Reviewed-by: Michael Smith <[email protected]> Reviewed-by: Quanlong Huang <[email protected]> Tested-by: Joe McDonnell <[email protected]> --- M buildall.sh A source/thrift/thrift-0.16.0-patches/0007-IMPALA-13020-Use-64-bit-integer-for-max-message-size.patch 2 files changed, 133 insertions(+), 1 deletion(-) Approvals: Michael Smith: Looks good to me, but someone else must approve Quanlong Huang: Looks good to me, approved Joe McDonnell: Verified -- To view, visit http://gerrit.cloudera.org:8080/21343 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: native-toolchain Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I94fdd7b07fcc8dca0639839b40a9eff815090835 Gerrit-Change-Number: 21343 Gerrit-PatchSet: 4 Gerrit-Owner: Joe McDonnell <[email protected]> Gerrit-Reviewer: Csaba Ringhofer <[email protected]> Gerrit-Reviewer: Joe McDonnell <[email protected]> Gerrit-Reviewer: Kurt Deschler <[email protected]> Gerrit-Reviewer: Michael Smith <[email protected]> Gerrit-Reviewer: Quanlong Huang <[email protected]>
