This is an automated email from the ASF dual-hosted git repository.
alexey pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/kudu.git.
from 0ddb503 [build] Add the option to use the protoc from thirdparty in
the java build
new 9197e2d KUDU-2612: fuzz transactional inserts
new c1d1b9c [master-test] fix race in ConcurrentGetTableSchemaTest
new e75aad0 KUDU-2612 keep-alive txn heartbeating for C++ client
The 3 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/client-test.cc | 118 +++-
src/kudu/client/client.cc | 26 +-
src/kudu/client/client.h | 135 +++-
src/kudu/client/transaction-internal.cc | 194 +++++-
src/kudu/client/transaction-internal.h | 45 +-
src/kudu/client/txn_manager_proxy_rpc.cc | 23 +-
src/kudu/client/txn_manager_proxy_rpc.h | 3 +
src/kudu/integration-tests/fuzz-itest.cc | 690 +++++++++++++++++----
.../integration-tests/txn_status_manager-itest.cc | 43 +-
src/kudu/master/master-test.cc | 8 +-
src/kudu/transactions/transactions.proto | 4 +
11 files changed, 1099 insertions(+), 190 deletions(-)