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 ed3d916  [master] Check for 'last_known_addr' field when adding master
     new 6be9794  KUDU-2612: allow ABORT_TXN txn ops to succeed if txn hasn't 
started
     new 78fb204  KUDU-2612: route txn op dispatching errors to write ops

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/client/batcher.cc                         |  6 ++
 src/kudu/integration-tests/txn_commit-itest.cc     |  2 +-
 .../integration-tests/txn_participant-itest.cc     | 44 ++++++++++++++
 src/kudu/integration-tests/txn_write_ops-itest.cc  | 60 ++++++++-----------
 src/kudu/tablet/tablet.cc                          |  3 +-
 src/kudu/tablet/tablet_metadata.cc                 | 11 ++--
 src/kudu/tablet/tablet_replica.cc                  | 44 +++++++-------
 src/kudu/tablet/tablet_replica.h                   | 16 +++--
 src/kudu/tablet/txn_metadata.h                     |  2 +-
 src/kudu/tablet/txn_participant-test.cc            | 49 ++++++++-------
 src/kudu/tablet/txn_participant.h                  | 70 +++++++++++++---------
 src/kudu/transactions/txn_status_manager.cc        | 24 +++-----
 src/kudu/tserver/tablet_service.cc                 |  5 +-
 src/kudu/tserver/ts_tablet_manager.cc              | 21 ++++---
 src/kudu/tserver/ts_tablet_manager.h               |  6 +-
 15 files changed, 213 insertions(+), 150 deletions(-)

Reply via email to