This is an automated email from the ASF dual-hosted git repository.
adar pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/kudu.git.
from a0100ee [mini-sentry] increase timeout for Sentry startup
new 84e1e8d tool: fixes for kudu local_replica dump rowset
new 054084f experiments: merge iterator optimization tests
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/experiments/merge-test.py | 519 ++++++++++++++++++++++++++++
src/kudu/tools/kudu-tool-test.cc | 133 +++++--
src/kudu/tools/tool_action_local_replica.cc | 87 ++++-
3 files changed, 682 insertions(+), 57 deletions(-)
create mode 100755 src/kudu/experiments/merge-test.py