Alexey Serbin has uploaded this change for review. ( http://gerrit.cloudera.org:8080/16586
Change subject: KUDU-2612: add TxnManager::BeginTransaction() ...................................................................... KUDU-2612: add TxnManager::BeginTransaction() This patch adds the implementation of the BeginTransaction() method to the TxnManager along with tests to cover the newly introduced functionality. Change-Id: I51c476d92bb5b147ffd03fd9f3163ab86d581496 --- M src/kudu/master/txn_manager-test.cc M src/kudu/master/txn_manager.cc M src/kudu/tserver/tablet_service.cc 3 files changed, 242 insertions(+), 20 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/86/16586/1 -- To view, visit http://gerrit.cloudera.org:8080/16586 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I51c476d92bb5b147ffd03fd9f3163ab86d581496 Gerrit-Change-Number: 16586 Gerrit-PatchSet: 1 Gerrit-Owner: Alexey Serbin <aser...@cloudera.com>