IMPALA-7252: Backport rate limiting of fadvise calls into toolchain glog This patch bumps glog version to 0.3.4-p3 to include the patch limiting fadvise calls.
Change-Id: I41fd855fbf0e9ec58845ac0d2eb96a87b0172152 Reviewed-on: http://gerrit.cloudera.org:8080/10965 Reviewed-by: Impala Public Jenkins <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/impala/repo Commit: http://git-wip-us.apache.org/repos/asf/impala/commit/940d536f Tree: http://git-wip-us.apache.org/repos/asf/impala/tree/940d536f Diff: http://git-wip-us.apache.org/repos/asf/impala/diff/940d536f Branch: refs/heads/master Commit: 940d536f21160cd93a900aa70c003b6d1cb1fac8 Parents: 2008702 Author: Tianyi Wang <[email protected]> Authored: Tue Jul 17 15:18:05 2018 -0700 Committer: Impala Public Jenkins <[email protected]> Committed: Thu Jul 19 04:34:58 2018 +0000 ---------------------------------------------------------------------- bin/impala-config.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/impala/blob/940d536f/bin/impala-config.sh ---------------------------------------------------------------------- diff --git a/bin/impala-config.sh b/bin/impala-config.sh index 9628fb7..31b554c 100755 --- a/bin/impala-config.sh +++ b/bin/impala-config.sh @@ -68,7 +68,7 @@ fi # 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=146-f2d5380be6 +export IMPALA_TOOLCHAIN_BUILD_ID=155-3c4a3251df # Versions of toolchain dependencies. # ----------------------------------- export IMPALA_AVRO_VERSION=1.7.4-p4 @@ -95,7 +95,7 @@ export IMPALA_GCC_VERSION=4.9.2 unset IMPALA_GCC_URL export IMPALA_GFLAGS_VERSION=2.2.0-p1 unset IMPALA_GFLAGS_URL -export IMPALA_GLOG_VERSION=0.3.4-p2 +export IMPALA_GLOG_VERSION=0.3.4-p3 unset IMPALA_GLOG_URL export IMPALA_GPERFTOOLS_VERSION=2.5 unset IMPALA_GPERFTOOLS_URL
