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


Change subject: KUDU-2612 p2: introduce transaction status management
......................................................................

KUDU-2612 p2: introduce transaction status management

This introduces the TxnStatusManager that is backed by the
TxnStatusTablet that exposes the following APIs:
- BeginTransaction
- BeginCommitTransaction
- FinalizeCommitTransaction
- AbortTransaction
- RegisterParticipant

These are many of the building blocks for orchestrating two-phase
commit (though notably missing are commit/abort for participants, which
will come later).

This is at least enough of a jumping off point that we can begin
plumbing this into the tablet servers and defining an RPC service around
it.

Change-Id: I371bb200cf65073ae3ac7cb311ab9a0b8344a636
---
M src/kudu/master/catalog_manager.h
M src/kudu/transactions/CMakeLists.txt
A src/kudu/transactions/status_entry.cc
A src/kudu/transactions/status_entry.h
A src/kudu/transactions/status_manager-test.cc
A src/kudu/transactions/status_manager.cc
A src/kudu/transactions/status_manager.h
M src/kudu/util/cow_object.h
8 files changed, 1,029 insertions(+), 16 deletions(-)



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

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

Reply via email to