Hello Kudu Jenkins, Andrew Wong, I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/16443 to look at the new patch set (#2). Change subject: KUDU-2612 p6 (b): add {Abort,BeginCommit}Transaction() to TxnSystemClient ...................................................................... KUDU-2612 p6 (b): add {Abort,BeginCommit}Transaction() to TxnSystemClient This patch adds to AbortTransaction() and BeginCommitTransaction() methods into the TxnSystemClient class. The newly added code follows suit of the logic implemented in TxnSystemClient::BeginTransaction() method. Added corresponding tests as well. This is a follow-up to cb1c2efb59373453e734074a02021f14c403257d. Change-Id: I84558b13664d89c7f1769df2483f2bae5a49260b --- M src/kudu/integration-tests/txn_status_table-itest.cc M src/kudu/transactions/txn_system_client.cc M src/kudu/transactions/txn_system_client.h 3 files changed, 115 insertions(+), 6 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/43/16443/2 -- To view, visit http://gerrit.cloudera.org:8080/16443 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: newpatchset Gerrit-Change-Id: I84558b13664d89c7f1769df2483f2bae5a49260b Gerrit-Change-Number: 16443 Gerrit-PatchSet: 2 Gerrit-Owner: Alexey Serbin <aser...@cloudera.com> Gerrit-Reviewer: Alexey Serbin <aser...@cloudera.com> Gerrit-Reviewer: Andrew Wong <aw...@cloudera.com> Gerrit-Reviewer: Kudu Jenkins (120)