Hello Adar Dembo, Kudu Jenkins, I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/4632 to look at the new patch set (#2). Change subject: delete_table-test: fix flakiness with table creation timeout ...................................................................... delete_table-test: fix flakiness with table creation timeout This test was timing out frequently when trying to create a replication-2 table on a cluster with 3 tservers, one of which was recently shut down. The master could try to place a replica on the non-running server, which would then take some time to time out and try a new placement. The workaround here is to restart the master so it no longer sees the crashed server as a valid placement option. Change-Id: Ic61ad384e1b247f83bfc709528c4c7bda586c9d2 --- M src/kudu/integration-tests/delete_table-test.cc 1 file changed, 10 insertions(+), 2 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/32/4632/2 -- To view, visit http://gerrit.cloudera.org:8080/4632 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: newpatchset Gerrit-Change-Id: Ic61ad384e1b247f83bfc709528c4c7bda586c9d2 Gerrit-PatchSet: 2 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Todd Lipcon <t...@apache.org> Gerrit-Reviewer: Adar Dembo <a...@cloudera.com> Gerrit-Reviewer: David Ribeiro Alves <dral...@apache.org> Gerrit-Reviewer: Kudu Jenkins Gerrit-Reviewer: Mike Percy <mpe...@apache.org>