kudu git commit: KUDU-2149: avoid election stacking by restoring failure monitor semantics

2018-07-18 Thread adar
Repository: kudu Updated Branches: refs/heads/branch-1.5.x 81325bf5f -> 737930f3c KUDU-2149: avoid election stacking by restoring failure monitor semantics Prior to commit 21b0f3d, the dedicated failure monitor thread invoked RaftConsensus::StartElection() synchronously, thus preventing it fro

[2/2] kudu git commit: [DOCS] Updated the max and recommended numbers of tablets per server

2018-07-18 Thread danburkert
[DOCS] Updated the max and recommended numbers of tablets per server Change-Id: Ida16e45477bd18206f25db8cc2bf890742d4ec63 Reviewed-on: http://gerrit.cloudera.org:8080/10969 Tested-by: Kudu Jenkins Reviewed-by: Dan Burkert Project: http://git-wip-us.apache.org/repos/asf/kudu/repo Commit: http://

[1/2] kudu git commit: [DOCS] Removed KUDU-1942 and KUDU-2032 from Known Issues List

2018-07-18 Thread danburkert
Repository: kudu Updated Branches: refs/heads/master c2cecb005 -> 521189744 [DOCS] Removed KUDU-1942 and KUDU-2032 from Known Issues List Change-Id: I84bdf0193df08241ea632e1b1b51476bba40403c Reviewed-on: http://gerrit.cloudera.org:8080/10953 Tested-by: Kudu Jenkins Reviewed-by: Dan Burkert

kudu git commit: [java] Use TEST_TMPDIR environment variable in MiniKuduCluster

2018-07-18 Thread granthenke
Repository: kudu Updated Branches: refs/heads/master 296b05ef4 -> c2cecb005 [java] Use TEST_TMPDIR environment variable in MiniKuduCluster In order to match the functionality of the C++ MiniCluster, this change repects the TEST_TMPDIR environment variable when creating a temporary cluster root

[2/2] kudu git commit: Use Gradle by default in build-and-test.sh

2018-07-18 Thread granthenke
Use Gradle by default in build-and-test.sh Change-Id: Ia919af374f4909d2b8eb38d6c7040704eb24b457 Reviewed-on: http://gerrit.cloudera.org:8080/10162 Tested-by: Kudu Jenkins Reviewed-by: Grant Henke Project: http://git-wip-us.apache.org/repos/asf/kudu/repo Commit: http://git-wip-us.apache.org/repo

[1/2] kudu git commit: Add support for running Java tests in dist-test

2018-07-18 Thread granthenke
Repository: kudu Updated Branches: refs/heads/master 2ff946030 -> 296b05ef4 Add support for running Java tests in dist-test Adds support for running Java tests in dist-test by: - Providing a way to gather the c++ “base” dependencies for the Java test in dist_test.py - Adding a Java subpars