This is an automated email from the ASF dual-hosted git repository.

awong pushed a change to branch branch-1.15.x
in repository https://gitbox.apache.org/repos/asf/kudu.git.


    from a6de161  KUDU-2612 automatically flush sessions on txn commit (Java 
client)
     new b031fd1  [txns] add a means to get transaction metadata from 
participant
     new bfcd94e  [txns][tools] show details of a transaction

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../integration-tests/txn_participant-itest.cc     |  62 ++++-
 src/kudu/tablet/tablet_metadata.cc                 |  30 +-
 src/kudu/tablet/tablet_metadata.h                  |   4 +
 src/kudu/tablet/txn_metadata.h                     |  28 +-
 src/kudu/tablet/txn_participant-test.cc            |  54 ++++
 src/kudu/tools/kudu-txn-cli-test.cc                | 140 +++++++++-
 src/kudu/tools/tool_action_txn.cc                  | 308 +++++++++++++++++----
 src/kudu/transactions/participant_rpc.cc           |  23 +-
 src/kudu/transactions/participant_rpc.h            |  11 +-
 src/kudu/transactions/txn_system_client.cc         |  15 +-
 src/kudu/transactions/txn_system_client.h          |  10 +-
 src/kudu/tserver/tablet_service.cc                 |  27 ++
 src/kudu/tserver/tserver_admin.proto               |   7 +
 13 files changed, 624 insertions(+), 95 deletions(-)

Reply via email to