You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@impala.apache.org by ar...@apache.org on 2019/05/02 20:27:23 UTC

[impala] 02/02: IMPALA-8428: Bump CDH_BUILD_NUMBER to 1055188.

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

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

commit ab416d42232caf1d3eea5bf3d715c4d229eae8bb
Author: Sahil Takiar <ta...@gmail.com>
AuthorDate: Tue Apr 30 20:58:54 2019 -0400

    IMPALA-8428: Bump CDH_BUILD_NUMBER to 1055188.
    
    Brings in HADOOP-14747 (S3AInputStream to implement CanUnbuffer) which
    is necessary for IMPALA-8428. The file handle cache calls `unbuffer()`
    on a file handle before returning it to the cache. The call to
    `unbuffer()` releases any resources that the file handle is holding onto
    (in the S3A case the underlying S3ObjectInputStream is closed). Without
    this fix an impalad would quickly crash as every cached file handle
    would be holding onto a HTTP connection.
    
    Testing:
    * Ran an exhaustive build
    
    Change-Id: I44b2169afff9af41d6f31312feb74ee362ecacf5
    Reviewed-on: http://gerrit.cloudera.org:8080/13212
    Reviewed-by: Impala Public Jenkins <im...@cloudera.com>
    Tested-by: Impala Public Jenkins <im...@cloudera.com>
---
 bin/impala-config.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/impala-config.sh b/bin/impala-config.sh
index ff811df..5eeb254 100755
--- a/bin/impala-config.sh
+++ b/bin/impala-config.sh
@@ -160,7 +160,7 @@ fi
 : ${IMPALA_TOOLCHAIN_HOST:=native-toolchain.s3.amazonaws.com}
 export IMPALA_TOOLCHAIN_HOST
 export CDH_MAJOR_VERSION=6
-export CDH_BUILD_NUMBER=1046268
+export CDH_BUILD_NUMBER=1055188
 export CDP_BUILD_NUMBER=1013201
 export IMPALA_HADOOP_VERSION=3.0.0-cdh6.x-SNAPSHOT
 export IMPALA_HBASE_VERSION=2.1.0-cdh6.x-SNAPSHOT