This is an automated email from the ASF dual-hosted git repository.
granthenke pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/kudu.git.
from 28f2f35 KUDU-2612: propagate commit timestamp (Java client)
new 4c53ce8 KUDU-2612: fix race when adopting partition lock
new 10d8e32 [client] return TimedOut if the deadline has passed in master
RPCs
new fcfe6db [tests] enable using txns in TestWorkload
new 00c1b67 KUDU-2754: Mark max_log_files as stable
new c7ede99 [backup] Ensure listed backups are sorted by table
The 5 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:
.../org/apache/kudu/backup/KuduBackupLister.scala | 3 +-
src/kudu/client/master_proxy_rpc.cc | 4 +-
src/kudu/client/txn_manager_proxy_rpc.cc | 4 +-
src/kudu/integration-tests/test_workload.cc | 57 +++++++-
src/kudu/integration-tests/test_workload.h | 56 +++++++-
src/kudu/integration-tests/txn_write_ops-itest.cc | 148 ++++++++++++++++++++-
src/kudu/tablet/txn_participant-test.cc | 20 +++
src/kudu/tablet/txn_participant.cc | 1 +
src/kudu/tablet/txn_participant.h | 2 +
src/kudu/util/logging.cc | 2 +-
10 files changed, 283 insertions(+), 14 deletions(-)