Jean-Daniel Cryans has submitted this change and it was merged. Change subject: [java] Retry Verify when looping ......................................................................
[java] Retry Verify when looping It's pretty easy at the moment to get missing rows when reading from Kudu while also messing with the cluster in a chaos monkey fashion. This patch adds retries when calling Loop to get around that. A few other irritants are also taken care of. Change-Id: I27f16a6f7da089208c0fafe1fecbb10be330e252 Reviewed-on: http://gerrit.cloudera.org:8080/2021 Tested-by: Kudu Jenkins Reviewed-by: Todd Lipcon <[email protected]> --- M java/kudu-client-tools/src/main/java/org/kududb/mapreduce/tools/IntegrationTestBigLinkedList.java 1 file changed, 34 insertions(+), 21 deletions(-) Approvals: Todd Lipcon: Looks good to me, approved Kudu Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/2021 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: I27f16a6f7da089208c0fafe1fecbb10be330e252 Gerrit-PatchSet: 2 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Jean-Daniel Cryans Gerrit-Reviewer: Dan Burkert <[email protected]> Gerrit-Reviewer: Jean-Daniel Cryans Gerrit-Reviewer: Kudu Jenkins Gerrit-Reviewer: Todd Lipcon <[email protected]>
