[1/2] impala git commit: IMPALA-6613: Change TEST_KRPC to DISABLE_KRPC

2018-03-06 Thread kwho
Repository: impala Updated Branches: refs/heads/master 7376ca29b -> 8dcff3aa4 IMPALA-6613: Change TEST_KRPC to DISABLE_KRPC This change renames the TEST_KRPC environment variable to DISABLE_KRPC to reflect the fact that KRPC is now enabled by default. Change-Id:

[2/2] impala git commit: IMPALA-6347: Monitor queue depth size for outgoing RPCs for Reactor threads

2018-03-06 Thread kwho
IMPALA-6347: Monitor queue depth size for outgoing RPCs for Reactor threads On systems with slow networking large queuing can occur in the Reactor threads. It would be good to quantify how much queueing occurred. This patch extracts the OutboundTransfer queue size information from KRPC and

[2/2] impala git commit: IMPALA-6553: [DOCS] load_catalog_in_background default change

2018-03-06 Thread tarmstrong
IMPALA-6553: [DOCS] load_catalog_in_background default change Change-Id: I548b2d1532c12f8d3c795a940b7f980482ecf09b Reviewed-on: http://gerrit.cloudera.org:8080/9389 Reviewed-by: John Russell Tested-by: Impala Public Jenkins Project:

impala git commit: IMPALA-6405: Error when string to decimal cast overflows

2018-03-06 Thread tarmstrong
Repository: impala Updated Branches: refs/heads/master 5f2f445e7 -> b0027575c IMPALA-6405: Error when string to decimal cast overflows Before this patch, when there was an error when converting a string to a decimal, a NULL was returned. In this patch, we change this behavior so that an error

[1/2] impala git commit: IMPALA-6599: fixes return for NativeLibCacheSetNeedsRefresh

2018-03-06 Thread tarmstrong
Repository: impala Updated Branches: refs/heads/2.x a73b8f833 -> ff38d6299 IMPALA-6599: fixes return for NativeLibCacheSetNeedsRefresh Current fe_support.cc:[..]_FeSupport_NativeLibCacheSetNeedsRefresh always returns false. In the frontend, this is logged, which causes unneeded, incorrect,

impala git commit: IMPALA-6595: fix crash in NljBuilder::Close()

2018-03-06 Thread tarmstrong
Repository: impala Updated Branches: refs/heads/master b0027575c -> 7376ca29b IMPALA-6595: fix crash in NljBuilder::Close() The bug is that the right child of a blocking join node could be closed before the builder if an error was encountered when sending a batch to the sink. This hits a