[1/3] impala git commit: IMPALA-6609: Fix ownership of class members in KrpcDataStreamRecvr

2018-03-12 Thread kwho
Repository: impala Updated Branches: refs/heads/master 532a0d7af -> 8283081bf IMPALA-6609: Fix ownership of class members in KrpcDataStreamRecvr A KrpcDataStreamRecvr is co-owned by the singleton KrpcDataStreamMgr and an exchange node. It's possible that some threads (e.g. RPC service

[2/3] impala git commit: IMPALA-6341, IMPALA-5917: Reduce mem-limit for start-impala-cluster.

2018-03-12 Thread kwho
IMPALA-6341, IMPALA-5917: Reduce mem-limit for start-impala-cluster. We've observed empirically that giving Impala 80% of system memory doesn't leave enough room for the minicluster and ASAN overhead, leading to the OOM killer striking during test runs (sometimes). This commit reduces the

[3/4] impala git commit: Fix test dimensions in test_errorlog.py

2018-03-12 Thread tarmstrong
Fix test dimensions in test_errorlog.py Bug: The test dimensions were set up such that the test ran for all text-format variants (including compressed text) The test is file-format independent and slow (>40s), so we should only run it once. Change-Id: Icac90d308337f2cfb51e7de5bd23d410da073a73

[1/4] impala git commit: IMPALA-6394: Restart HDFS when blocks are under replicated

2018-03-12 Thread tarmstrong
Repository: impala Updated Branches: refs/heads/2.x eda1f33cd -> 0ba181e5b IMPALA-6394: Restart HDFS when blocks are under replicated HDFS sometimes fails to fully replicate all the blocks in 30 seconds and no progress is made. This patch tries to restart HDFS several times before aborting

[4/4] impala git commit: IMPALA-6627: [DOCS] Hive incompatibility with serialization.null.format

2018-03-12 Thread tarmstrong
IMPALA-6627: [DOCS] Hive incompatibility with serialization.null.format Change-Id: Ic412c2fe2eba03d4493defee497656d6c74936f3 Reviewed-on: http://gerrit.cloudera.org:8080/9563 Reviewed-by: Alex Behm Tested-by: Impala Public Jenkins Project:

[2/6] impala git commit: IMPALA-6240: [DOCS] Document PARQUET_ARRAY_RESOLUTION query option

2018-03-12 Thread tarmstrong
IMPALA-6240: [DOCS] Document PARQUET_ARRAY_RESOLUTION query option Cherry-picks: not for 2.x Change-Id: I12696b609609ea16c05d8b7e84b2bae0be6d6cb5 Reviewed-on: http://gerrit.cloudera.org:8080/9534 Reviewed-by: Alex Behm Tested-by: Impala Public Jenkins Project:

[6/6] impala git commit: IMPALA-3040: add logging to test_caching_ddl

2018-03-12 Thread tarmstrong
IMPALA-3040: add logging to test_caching_ddl We don't currently have enough information to reconstruct why the test failed, so lets add logging with timestamps to understand which timeout we're actually hitting. Change-Id: Iabc30445440e0fb358856da407d833f5ae975213 Reviewed-on:

[4/6] impala git commit: IMPALA-6627: [DOCS] Hive incompatibility with serialization.null.format

2018-03-12 Thread tarmstrong
IMPALA-6627: [DOCS] Hive incompatibility with serialization.null.format Change-Id: Ic412c2fe2eba03d4493defee497656d6c74936f3 Reviewed-on: http://gerrit.cloudera.org:8080/9563 Reviewed-by: Alex Behm Tested-by: Impala Public Jenkins Project:

[1/6] impala git commit: IMPALA-6394: Restart HDFS when blocks are under replicated

2018-03-12 Thread tarmstrong
Repository: impala Updated Branches: refs/heads/master bbf929a1e -> 532a0d7af IMPALA-6394: Restart HDFS when blocks are under replicated HDFS sometimes fails to fully replicate all the blocks in 30 seconds and no progress is made. This patch tries to restart HDFS several times before aborting

[3/6] impala git commit: IMPALA-6629: Clean up catalog update logging

2018-03-12 Thread tarmstrong
IMPALA-6629: Clean up catalog update logging IMPALA-5990 introduced some redundant and unclear logging in the process of assembling and sending catalog updates. This patch removes the duplication, rewords some logs, and adds a log message when a catalog update is fully assembled. Change-Id: