This is an automated email from the ASF dual-hosted git repository.
awong pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/kudu.git.
from f418ce2 Update version to 1.16.0-SNAPSHOT
new e5202c0 [txns] add a means to get transaction metadata from
participant
new b2633ca [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(-)