Andrew Wong has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/17446 )
Change subject: [txns] add a means to get transaction metadata from participant ...................................................................... [txns] add a means to get transaction metadata from participant This patch adds a GET_METADATA participant RPC and a method to call it through the TxnSystemClient. The RPC currently returns the TxnMetadataPB for the given transaction, giving a bit of insight into the state of the given participant. I will use this in an upcoming tool that drills into a transaction and its participants. Change-Id: I4b03f13f174bd9a83609fb7ed6106746777b4207 Reviewed-on: http://gerrit.cloudera.org:8080/17446 Tested-by: Kudu Jenkins Reviewed-by: Alexey Serbin <[email protected]> --- M src/kudu/integration-tests/txn_participant-itest.cc M src/kudu/tablet/tablet_metadata.cc M src/kudu/tablet/tablet_metadata.h M src/kudu/tablet/txn_metadata.h M src/kudu/tablet/txn_participant-test.cc M src/kudu/transactions/participant_rpc.cc M src/kudu/transactions/participant_rpc.h M src/kudu/transactions/txn_system_client.cc M src/kudu/transactions/txn_system_client.h M src/kudu/tserver/tablet_service.cc M src/kudu/tserver/tserver_admin.proto 11 files changed, 232 insertions(+), 39 deletions(-) Approvals: Kudu Jenkins: Verified Alexey Serbin: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/17446 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I4b03f13f174bd9a83609fb7ed6106746777b4207 Gerrit-Change-Number: 17446 Gerrit-PatchSet: 5 Gerrit-Owner: Andrew Wong <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Andrew Wong <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120)
