This is an automated email from the ASF dual-hosted git repository.

stigahuang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/impala.git


The following commit(s) were added to refs/heads/master by this push:
     new d2f30b279 IMPALA-12511: Bump thrift version to fix THRIFT-5670
d2f30b279 is described below

commit d2f30b279156f4399671bdba7bafbf793c80dc15
Author: stiga-huang <[email protected]>
AuthorDate: Mon Nov 6 22:03:32 2023 +0800

    IMPALA-12511: Bump thrift version to fix THRIFT-5670
    
    This bumps the cpp thrift version to fix THRIFT-5670 which causes a
    confusing timeout log. The issue only happens in thrift-0.16+ so we
    don't need it in thrift-0.11.0-p5.
    
    Tests:
     - Built Impala locally with the fix and verified the logs.
    
    Change-Id: I02f396fd0c27cde03883c06d6376feaf07ca8c13
    Reviewed-on: http://gerrit.cloudera.org:8080/20660
    Reviewed-by: Impala Public Jenkins <[email protected]>
    Tested-by: Impala Public Jenkins <[email protected]>
---
 bin/impala-config.sh | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/bin/impala-config.sh b/bin/impala-config.sh
index 8c6cea8fe..2bf174002 100755
--- a/bin/impala-config.sh
+++ b/bin/impala-config.sh
@@ -85,13 +85,13 @@ export USE_AVRO_CPP=${USE_AVRO_CPP:=false}
 # moving to a different build of the toolchain, e.g. when a version is bumped 
or a
 # compile option is changed. The build id can be found in the output of the 
toolchain
 # build jobs, it is constructed from the build number and toolchain git hash 
prefix.
-export IMPALA_TOOLCHAIN_BUILD_ID_AARCH64=2-4b0b632be5
-export IMPALA_TOOLCHAIN_BUILD_ID_X86_64=376-4b0b632be5
+export IMPALA_TOOLCHAIN_BUILD_ID_AARCH64=3-c22e6eb3b9
+export IMPALA_TOOLCHAIN_BUILD_ID_X86_64=377-c22e6eb3b9
 export IMPALA_TOOLCHAIN_REPO=\
 ${IMPALA_TOOLCHAIN_REPO:-https://github.com/cloudera/native-toolchain.git}
 export IMPALA_TOOLCHAIN_BRANCH=${IMPALA_TOOLCHAIN_BRANCH:-master}
 export IMPALA_TOOLCHAIN_COMMIT_HASH=\
-${IMPALA_TOOLCHAIN_COMMIT_HASH-4b0b632be50a166c29002cb5d51b2991267c7ab1}
+${IMPALA_TOOLCHAIN_COMMIT_HASH-c22e6eb3b95979bdd7a2ec8f86abb751b439f7a4}
 # Compare the build ref in build IDs by removing everything 
up-to-and-including the
 # first hyphen.
 if [ "${IMPALA_TOOLCHAIN_BUILD_ID_AARCH64#*-}" \
@@ -207,7 +207,7 @@ unset IMPALA_CALLONCEHACK_URL
 # If upgrading IMPALA_THRIFT_PY_VERSION, remember to also upgrade thrift 
version in
 # shell/ext-py and shell/packaging/requirements.txt. IMPALA_THRIFT_PY_VERSION 
is used
 # with Impyla and for the thrift compiler.
-export IMPALA_THRIFT_CPP_VERSION=0.16.0-p5
+export IMPALA_THRIFT_CPP_VERSION=0.16.0-p6
 unset IMPALA_THRIFT_CPP_URL
 if $USE_APACHE_HIVE; then
   # Apache Hive 3 clients can't run on thrift versions >= 0.14 (IMPALA-11801)
@@ -215,10 +215,10 @@ if $USE_APACHE_HIVE; then
   export IMPALA_THRIFT_JAVA_VERSION=${IMPALA_THRIFT_POM_VERSION}-p5
 else
   export IMPALA_THRIFT_POM_VERSION=0.16.0
-  export IMPALA_THRIFT_JAVA_VERSION=${IMPALA_THRIFT_POM_VERSION}-p5
+  export IMPALA_THRIFT_JAVA_VERSION=${IMPALA_THRIFT_POM_VERSION}-p6
 fi
 unset IMPALA_THRIFT_JAVA_URL
-export IMPALA_THRIFT_PY_VERSION=0.16.0-p5
+export IMPALA_THRIFT_PY_VERSION=0.16.0-p6
 unset IMPALA_THRIFT_PY_URL
 
 # Find system python versions for testing

Reply via email to