[1/2] kudu git commit: cfile_set-test: fix broken test

2018-10-11 Thread awong
Repository: kudu Updated Branches: refs/heads/master 8af288a26 -> bc817a448 cfile_set-test: fix broken test Commit 8af288a26a204e2acfc3aa4e642fba7de56b43bb hadn't been rebased recently before submitting, so it lost out on some things. Change-Id: I41f2dca5a113be5e5c29fae57a7174d1c98c760d

[2/2] kudu git commit: KUDU-2463 pt 2: bump MVCC safe time on Raft no-op

2018-10-11 Thread awong
KUDU-2463 pt 2: bump MVCC safe time on Raft no-op Based on the same rationale as Part 1 of this patch series, this patch updates MVCC's safe and clean time using the no-op timestamp provided by the leader following a successful Raft election. There isn't an obvious reference to the tablet (to

kudu git commit: Implement BloomFilter Predicate in server side.

2018-10-11 Thread danburkert
Repository: kudu Updated Branches: refs/heads/master c8dd7b53f -> 8af288a26 Implement BloomFilter Predicate in server side. Change-Id: I62c2de42667d0255d94e19db773240f7f9ee636c Reviewed-on: http://gerrit.cloudera.org:8080/11100 Tested-by: Kudu Jenkins Reviewed-by: Dan Burkert Project:

[2/2] kudu git commit: [test] use LocationInfo in ts_itest_base

2018-10-11 Thread alexey
[test] use LocationInfo in ts_itest_base Added LocationInfo parameter into TabletServerIntegrationTestBase methods: BuildAndStart() and CreateCluster(). In addition, I did some minor refactoring to use move semantics for the parameters of the methods mentioned above. Change-Id:

[1/2] kudu git commit: log_cache: fix MemTracker name

2018-10-11 Thread alexey
Repository: kudu Updated Branches: refs/heads/master 66b0a4cca -> c8dd7b53f log_cache: fix MemTracker name This caused all of the MemTracker ids in the web ui to show up as "log_cache::". Change-Id: I9d482c9e242b271bd8e6a33ad4090cbdeafc1c63 Reviewed-on: http://gerrit.cloudera.org:8080/11654

[1/2] kudu git commit: [master] extra tests for the placement policy

2018-10-11 Thread alexey
Repository: kudu Updated Branches: refs/heads/master b1102d757 -> 66b0a4cca [master] extra tests for the placement policy Added a few more tests for the replica placement logic. This is to verify how an extra replica is placed in case of a tablet with RF=5. RF=5 test scenarios are

[2/2] kudu git commit: [tools] separated rebalancer tests from kudu-admin-test

2018-10-11 Thread alexey
[tools] separated rebalancer tests from kudu-admin-test This changelist separates rebalancer-related integration tests from kudu-admin-test into rebalancer_tool-test. It also contains some other refactoring, such as preparing the RebalancingTest to be used as non-parameterized base class for