[ https://issues.apache.org/jira/browse/KUDU-2612?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17346244#comment-17346244 ]
ASF subversion and git services commented on KUDU-2612: ------------------------------------------------------- Commit 45551a92dab355feb4d6e4ee0532ee8095120a5f in kudu's branch refs/heads/branch-1.15.x from Alexey Serbin [ https://gitbox.apache.org/repos/asf?p=kudu.git;h=45551a9 ] KUDU-2612 register txn Java sessions with client Prior to this patch, the assertion in AsyncKuduClient.removeSession() would trigger upon closing a transactional session using via {AsyncKuduSession,KuduSession}.close(). This patch address the issue by registering the newly created transactional session with corresponding AsyncKuduClient. In addition, a test scenario is added to catch regressions. This is a follow-up to 7432a7a8aa0c98f8d2177c25b99576b51ff33a93. Change-Id: I117abc938bca0e698854d944c3fd6f831d3f9ce0 Reviewed-on: http://gerrit.cloudera.org:8080/17451 Tested-by: Kudu Jenkins Reviewed-by: Andrew Wong <aw...@cloudera.com> (cherry picked from commit b784a41290365d7eacb10048b45ea86708b5b314) Reviewed-on: http://gerrit.cloudera.org:8080/17453 Reviewed-by: Bankim Bhavsar <ban...@cloudera.com> > Implement multi-row transactions > -------------------------------- > > Key: KUDU-2612 > URL: https://issues.apache.org/jira/browse/KUDU-2612 > Project: Kudu > Issue Type: Task > Reporter: Mike Percy > Priority: Major > Labels: roadmap-candidate > > Tracking Jira to implement multi-row / multi-table transactions in Kudu. -- This message was sent by Atlassian Jira (v8.3.4#803005)