[2/3] impala git commit: IMPALA-6606: date_trunc() misinterprets MILLENNIUM/CENTURY precision

2018-03-07 Thread tarmstrong
IMPALA-6606: date_trunc() misinterprets MILLENNIUM/CENTURY precision This change fixes the following correctness bug: date_trunc() function returns the wrong result when truncating a TIMESTAMP value to 'MILLENNIUM' precision. E.g.: select now(), date_trunc('millennium', now());

[1/3] impala git commit: Add missing brace to example JSON

2018-03-07 Thread tarmstrong
Repository: impala Updated Branches: refs/heads/master 8dcff3aa4 -> 474f64079 Add missing brace to example JSON Change-Id: Ieabf181a6e052790ebe7034a1e4dd1632644fd8e Reviewed-on: http://gerrit.cloudera.org:8080/9532 Reviewed-by: Alex Behm Tested-by: Lars Volker

[3/3] impala git commit: IMPALA-6477: rpc-mgr-kerberized-test fails on CentOS 6.4

2018-03-07 Thread tarmstrong
IMPALA-6477: rpc-mgr-kerberized-test fails on CentOS 6.4 On systems that have Kerberos 1.11 or earlier, service principals with IP addresses are not supported due to a bug: http://krbdev.mit.edu/rt/Ticket/Display.html?id=7603 Since our BE tests use such principals, they fail on older platforms

impala git commit: IMPALA-6405: Ignore commit for automatic cherry picking

2018-03-07 Thread tarmstrong
Repository: impala Updated Branches: refs/heads/2.x ff38d6299 -> 18823f6b4 IMPALA-6405: Ignore commit for automatic cherry picking The fix for IMPALA-6405 failed to cherry-pick cleanly. This change exempts the commit from being picked automatically to unblock automatic cherry picking. I

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

2018-03-07 Thread tarmstrong
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: I2081d9b53566607c25bcf84c4c92f13ee93be162 Reviewed-on: http://gerrit.cloudera.org:8080/9516 Reviewed-by: Dan

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

2018-03-07 Thread tarmstrong
Repository: impala Updated Branches: refs/heads/2.x 18823f6b4 -> 68f843785 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

[2/3] impala git commit: IMPALA-6606: date_trunc() misinterprets MILLENNIUM/CENTURY precision

2018-03-07 Thread tarmstrong
IMPALA-6606: date_trunc() misinterprets MILLENNIUM/CENTURY precision This change fixes the following correctness bug: date_trunc() function returns the wrong result when truncating a TIMESTAMP value to 'MILLENNIUM' precision. E.g.: select now(), date_trunc('millennium', now());

[1/3] impala git commit: IMPALA-6477: rpc-mgr-kerberized-test fails on CentOS 6.4

2018-03-07 Thread tarmstrong
Repository: impala Updated Branches: refs/heads/2.x 68f843785 -> 70980adec IMPALA-6477: rpc-mgr-kerberized-test fails on CentOS 6.4 On systems that have Kerberos 1.11 or earlier, service principals with IP addresses are not supported due to a bug:

impala git commit: Add fragment_instance_id/query_id to important log messages and make them grep friendly

2018-03-07 Thread lv
Repository: impala Updated Branches: refs/heads/master 474f64079 -> 8b7f27af8 Add fragment_instance_id/query_id to important log messages and make them grep friendly Debugging via going through log messages can get very tricky when the fragment_instance_id and query_id are missing from