Hello Kudu Jenkins,
I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/1924
to look at the new patch set (#2).
Change subject: KUDU-1250. [java client] Track row errors in KuduSession when
AUTO_FLUSH_BACKGROUND
......................................................................
KUDU-1250. [java client] Track row errors in KuduSession when
AUTO_FLUSH_BACKGROUND
This patch adds a critically missing piece in the Java sync client.
It was impossible to track row errors when using AUTO_FLUSH_BACKGROUND.
You could still do it with the async client by attaching callbacks.
The APIs are named the same as in the C++ client.
Change-Id: I0216619f3a49f2b70b8719dac99a787cf46202a1
---
M java/kudu-client/src/main/java/org/kududb/client/AsyncKuduSession.java
M java/kudu-client/src/main/java/org/kududb/client/KuduSession.java
M java/kudu-client/src/main/java/org/kududb/client/SessionConfiguration.java
M java/kudu-client/src/test/java/org/kududb/client/TestRowErrors.java
4 files changed, 87 insertions(+), 24 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/24/1924/2
--
To view, visit http://gerrit.cloudera.org:8080/1924
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I0216619f3a49f2b70b8719dac99a787cf46202a1
Gerrit-PatchSet: 2
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-Owner: Jean-Daniel Cryans
Gerrit-Reviewer: Dan Burkert <[email protected]>
Gerrit-Reviewer: Kudu Jenkins
Gerrit-Reviewer: Mike Percy <[email protected]>
Gerrit-Reviewer: Todd Lipcon <[email protected]>