Hello David Ribeiro Alves, Kudu Jenkins, I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/4597 to look at the new patch set (#4). Change subject: [java client] Retry regressing counts in ITClient ...................................................................... [java client] Retry regressing counts in ITClient There's currently no sure way to read your writes, even with snapshot scans, so we can either retry counting rows or ignore it. This patch is doing the former, unless we hit some artificial timeout. Change-Id: I1e79a6c7aaf069294a6ca40e487947d14d9f2aa7 --- M java/kudu-client/src/test/java/org/apache/kudu/client/ITClient.java 1 file changed, 26 insertions(+), 12 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/97/4597/4 -- To view, visit http://gerrit.cloudera.org:8080/4597 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: newpatchset Gerrit-Change-Id: I1e79a6c7aaf069294a6ca40e487947d14d9f2aa7 Gerrit-PatchSet: 4 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Jean-Daniel Cryans <jdcry...@apache.org> Gerrit-Reviewer: Adar Dembo <a...@cloudera.com> Gerrit-Reviewer: David Ribeiro Alves <dral...@apache.org> Gerrit-Reviewer: Jean-Daniel Cryans <jdcry...@apache.org> Gerrit-Reviewer: Kudu Jenkins