Andrew Wong has uploaded this change for review. ( 
http://gerrit.cloudera.org:8080/17022


Change subject: wip KUDU-2612: allow aborting after beginning to commit
......................................................................

wip KUDU-2612: allow aborting after beginning to commit

This patch adjusts the TxnStatusManager state machine to include a new
FINALIZE_IN_PROGRESS state to serve as an intermediate step between
COMMIT_IN_PROGRESS and COMMITTED. The goal is to allow for aborts to
occur in the event that we've begun committing, but not yet called
FINALIZE_TXN on any of the transaction's participants.

DONT_BUILD

Change-Id: If1b6596df2db5601f7e17e528ad6dc68057b67f8
---
M src/kudu/client/transaction-internal.cc
M src/kudu/integration-tests/txn_commit-itest.cc
M src/kudu/transactions/transactions.proto
M src/kudu/transactions/txn_status_manager.cc
M src/kudu/transactions/txn_status_manager.h
5 files changed, 130 insertions(+), 9 deletions(-)



  git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/22/17022/1
--
To view, visit http://gerrit.cloudera.org:8080/17022
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: If1b6596df2db5601f7e17e528ad6dc68057b67f8
Gerrit-Change-Number: 17022
Gerrit-PatchSet: 1
Gerrit-Owner: Andrew Wong <[email protected]>

Reply via email to