Andrew Wong has uploaded this change for review. ( http://gerrit.cloudera.org:8080/16043
Change subject: KUDU-2612 p1: add initial transaction status storage ...................................................................... KUDU-2612 p1: add initial transaction status storage This adds a system tablet storage API for storing the status of transactions, in the form of the newly added TxnStatusTablet, which reads from an underlying TabletReplica. This patch only introduces the schema, basic write calls, and scan calls to be used by a transaction management entity in a later patch. Change-Id: I94ddbd37c65932120835d6e138307f819935173c --- M CMakeLists.txt M src/kudu/tablet/tablet.cc M src/kudu/tablet/tablet.h A src/kudu/transactions/CMakeLists.txt A src/kudu/transactions/status_tablet.cc A src/kudu/transactions/status_tablet.h A src/kudu/transactions/transactions.proto 7 files changed, 541 insertions(+), 1 deletion(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/43/16043/1 -- To view, visit http://gerrit.cloudera.org:8080/16043 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I94ddbd37c65932120835d6e138307f819935173c Gerrit-Change-Number: 16043 Gerrit-PatchSet: 1 Gerrit-Owner: Andrew Wong <[email protected]>
