This is an automated email from the ASF dual-hosted git repository.
todd pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/kudu.git.
from e81caa8 [docker] Use ccache and Gradle cache across builds
new 713879a tablet: acquire/release locks in batches
new 9131bd1 loadgen: use multiple KuduClient instances
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/tablet/lock_manager-test.cc | 109 +++++++--------
src/kudu/tablet/lock_manager.cc | 249 ++++++++++++++++++++---------------
src/kudu/tablet/lock_manager.h | 55 ++++----
src/kudu/tablet/ops/write_op.cc | 17 ++-
src/kudu/tablet/ops/write_op.h | 7 +
src/kudu/tablet/row_op.h | 9 --
src/kudu/tablet/tablet.cc | 30 ++---
src/kudu/tablet/tablet.h | 23 +---
src/kudu/tools/tool_action_perf.cc | 217 ++++++++++++++++--------------
9 files changed, 371 insertions(+), 345 deletions(-)