kudu git commit: ts_itest-base: chain to superclass TearDown

2018-04-06 Thread adar
Repository: kudu Updated Branches: refs/heads/master 109fdc84e -> 15afb6495 ts_itest-base: chain to superclass TearDown This didn't cause any real trouble since no superclass in the hierarchy defines a TearDown, but it's a good practice in any case. Change-Id:

kudu git commit: test_util: reset flags before cleaning test directory

2018-04-06 Thread adar
Repository: kudu Updated Branches: refs/heads/master 15afb6495 -> 3f194c3a1 test_util: reset flags before cleaning test directory TabletServerDiskFailureTest.TestRandomOpSequence didn't reset env_inject_eio to 0 before finishing. Rather than fixing that, let's change KuduTest to reset its

kudu git commit: KUDU-16: implement Java client limits

2018-04-06 Thread awong
Repository: kudu Updated Branches: refs/heads/master 3f194c3a1 -> a95441846 KUDU-16: implement Java client limits This patch implements the scanner limits for the Java client. Each AsyncKuduScanner will maintain a count of the number of rows already returned (per table scan), and based on