kudu git commit: [raft_consensus-itest] fix TestElectionMetrics flake

2018-07-11 Thread alexey
Repository: kudu Updated Branches: refs/heads/master 03a3c6812 -> 077fe5762 [raft_consensus-itest] fix TestElectionMetrics flake This patch fixes flakiness in the RaftConsensusITest.TestElectionMetrics scenario. The original TestElectionMetrics scenario was split into two parts

kudu git commit: [tools] sanity check for ScheduleReplicaMove()

2018-07-11 Thread alexey
Repository: kudu Updated Branches: refs/heads/master cee17c03b -> 2692ac4ad [tools] sanity check for ScheduleReplicaMove() This change introduces a couple of improvements into the implementation of the kudu::tools::ScheduleReplicaMove() function, used by the kudu CLI tool's 'kudu tablet

kudu git commit: [quorum_util-test] scenario for node decommissioning

2018-07-11 Thread alexey
Repository: kudu Updated Branches: refs/heads/master 077fe5762 -> 4eefc8d4e [quorum_util-test] scenario for node decommissioning Added an additional unit test and a scenario to ensure the current implementation of the 3-4-3 replica management scheme handles decommissioning of multiple tablet

kudu git commit: KUDU-2191: downcase/normalize table names during DDL

2018-07-11 Thread danburkert
Repository: kudu Updated Branches: refs/heads/master 4eefc8d4e -> cee17c03b KUDU-2191: downcase/normalize table names during DDL This is a followup to 7b048b8dbe which changed the catalog manager to be case preserving, but insensitive on lookup when the HMS integration is enabled. It turns