[3/4] incubator-impala git commit: IMPALA-4253: impala-server.backends.client-cache.total-clients shows negative value

2016-10-18 Thread jyu
IMPALA-4253: impala-server.backends.client-cache.total-clients shows negative value Fixed double decrement in case a cached connection is broken and cannot be re-created. Change-Id: Ic9e28055cb232cdb543c4c9f05a558ab0f73f777 Reviewed-on: http://gerrit.cloudera.org:8080/4668 Reviewed-by: Juan Yu

[2/4] incubator-impala git commit: IMPALA-4310: Make push_to_asf.py respect --apache_remote

2016-10-18 Thread jyu
IMPALA-4310: Make push_to_asf.py respect --apache_remote Change-Id: I03e15753e685b1b8cf953e8009fb473c9c12aa93 Reviewed-on: http://gerrit.cloudera.org:8080/4747 Reviewed-by: Sailesh Mukil Tested-by: Henry Robinson Project: http://git-wip-us.apache.org/repos/asf/incubator-impala/repo Commit: htt

[4/4] incubator-impala git commit: IMPALA-2905: Move QueryResultSet implementations into separate module

2016-10-18 Thread jyu
IMPALA-2905: Move QueryResultSet implementations into separate module This mostly mechanical change moves the definition and implementation of the Beeswax and HS2-specific result sets into their own module. Result sets are now uniformly created by one of two factory methods, so the implementation

[1/4] incubator-impala git commit: IMPALA-2916: Add warning to query profile if debug build

2016-10-18 Thread jyu
Repository: incubator-impala Updated Branches: refs/heads/master df680cfe3 -> 3f5380dc7 IMPALA-2916: Add warning to query profile if debug build Change-Id: I85ce4d4a5624382203e6b2c8f5b96d04c4482f37 Reviewed-on: http://gerrit.cloudera.org:8080/4588 Reviewed-by: Henry Robinson Tested-by: Intern

incubator-impala git commit: IMPALA-3470: DecompressorTest is flaky.

2016-08-15 Thread jyu
Repository: incubator-impala Updated Branches: refs/heads/master be6a3bc1a -> 3307acfef IMPALA-3470: DecompressorTest is flaky. Make sure the random number is greater than 0 and stream is indeed truncated. Change-Id: I7ebaa403abf45e31f38d6cf4e557d6274d877a8a Reviewed-on: http://gerrit.clouder

[2/2] incubator-impala git commit: IMPALA-3912: test_random_rpc_timeout is flaky.

2016-09-15 Thread jyu
IMPALA-3912: test_random_rpc_timeout is flaky. Datastream sender default timeout is 2 mins which could block some fragments to complete until the timeout and cause the metric "num-fragments-in-flight" not back to 0 after 60 seconds. Decrease the sender timeout to 30 seconds and adding some logging

[1/2] incubator-impala git commit: IMPALA-2013: Reintroduce steps for checking HBase health in run-hbase.sh

2016-09-15 Thread jyu
Repository: incubator-impala Updated Branches: refs/heads/master c7fa03286 -> 9b3f43b9f IMPALA-2013: Reintroduce steps for checking HBase health in run-hbase.sh We used to include a step in run-hbase.sh for calling a python script that queried Zookeeper to see if the HBase master was up. The o