This is an automated email from the ASF dual-hosted git repository.
awong pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/kudu.git.
from 9b4a83a KUDU-2612 p2 (c): small fix on TxnStatusManager's behavior
new fa3b571 KUDU-2612 p10: have timestamp assignment account for commit
timestamps
new 90aa4fa KUDU-2612 p11: persist txn metadata in superblock
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
src/kudu/consensus/consensus_queue.cc | 5 +-
src/kudu/consensus/time_manager-test.cc | 74 ++++++++
src/kudu/consensus/time_manager.cc | 13 ++
src/kudu/consensus/time_manager.h | 129 +++++++++----
.../integration-tests/txn_participant-itest.cc | 198 ++++++++++++++++++-
src/kudu/tablet/metadata.proto | 20 ++
src/kudu/tablet/ops/participant_op.cc | 112 +++++++----
src/kudu/tablet/ops/participant_op.h | 33 +++-
src/kudu/tablet/ops/write_op.cc | 2 +-
src/kudu/tablet/ops/write_op.h | 2 +-
src/kudu/tablet/tablet.cc | 60 +++++-
src/kudu/tablet/tablet.h | 39 +++-
src/kudu/tablet/tablet_bootstrap.cc | 50 ++++-
src/kudu/tablet/tablet_metadata-test.cc | 75 ++++++++
src/kudu/tablet/tablet_metadata.cc | 94 +++++++++
src/kudu/tablet/tablet_metadata.h | 83 +++++++-
src/kudu/tablet/txn_participant-test.cc | 211 +++++++++++++++------
src/kudu/tablet/txn_participant.cc | 66 ++++++-
src/kudu/tablet/txn_participant.h | 88 +++++++--
19 files changed, 1182 insertions(+), 172 deletions(-)