Jean-Daniel Cryans has submitted this change and it was merged. Change subject: java: add a new test for multiple sessions on a single client ......................................................................
java: add a new test for multiple sessions on a single client I was hoping this would reproduce KUDU-2053, a client bug that seems to be hitting Spark upsert use cases, but it didn't reproduce it. Nonetheless, we don't seem to have any test coverage of multithreaded use of a KuduClient with different KuduSession objects, so this test is valuable. Change-Id: Ife7f02b160d4635e8acb0155c98a1ef9c3dbab5e Reviewed-on: http://gerrit.cloudera.org:8080/7361 Reviewed-by: Jean-Daniel Cryans <jdcry...@apache.org> Tested-by: Jean-Daniel Cryans <jdcry...@apache.org> --- M java/kudu-client/src/test/java/org/apache/kudu/client/ITClientStress.java 1 file changed, 56 insertions(+), 3 deletions(-) Approvals: Jean-Daniel Cryans: Looks good to me, approved; Verified -- To view, visit http://gerrit.cloudera.org:8080/7361 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ife7f02b160d4635e8acb0155c98a1ef9c3dbab5e Gerrit-PatchSet: 3 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Todd Lipcon <t...@apache.org> Gerrit-Reviewer: Alexey Serbin <aser...@cloudera.com> Gerrit-Reviewer: Jean-Daniel Cryans <jdcry...@apache.org> Gerrit-Reviewer: Todd Lipcon <t...@apache.org>