Jean-Daniel Cryans has submitted this change and it was merged. 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 Reviewed-on: http://gerrit.cloudera.org:8080/1924 Reviewed-by: Todd Lipcon <[email protected]> Tested-by: Jean-Daniel Cryans Reviewed-by: Dan Burkert <[email protected]> --- 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(-) Approvals: Dan Burkert: Looks good to me, approved Jean-Daniel Cryans: Verified Todd Lipcon: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/1924 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: I0216619f3a49f2b70b8719dac99a787cf46202a1 Gerrit-PatchSet: 3 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Jean-Daniel Cryans Gerrit-Reviewer: Dan Burkert <[email protected]> Gerrit-Reviewer: Jean-Daniel Cryans Gerrit-Reviewer: Mike Percy <[email protected]> Gerrit-Reviewer: Todd Lipcon <[email protected]>
