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 (#2).
Change subject: [java client] Temporarily ignore row count regressions in
ITClient
......................................................................
[java client] Temporarily ignore row count regressions 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(+), 14 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/97/4597/2
--
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: 2
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-Owner: Jean-Daniel Cryans <[email protected]>
Gerrit-Reviewer: Adar Dembo <[email protected]>
Gerrit-Reviewer: David Ribeiro Alves <[email protected]>
Gerrit-Reviewer: Jean-Daniel Cryans <[email protected]>
Gerrit-Reviewer: Kudu Jenkins