This is an automated email from the ASF dual-hosted git repository.
mpercy pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/kudu.git.
from cf8cb39 java: normalize test log4j.properties with INFO logging
new d533dcb dist-test: improve error message when no tests run
new c355e8e tablet_service: improve error handling specificity
new e8be768 KUDU-2744: Expose RPC interface for diff scan
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:
build-support/dist_test.py | 4 +
.../integration-tests/tablet_history_gc-itest.cc | 3 +-
src/kudu/tools/ksck_remote-test.cc | 2 +-
src/kudu/tserver/tablet_server-test-base.cc | 27 +--
src/kudu/tserver/tablet_server-test-base.h | 9 +-
src/kudu/tserver/tablet_server-test.cc | 205 ++++++++++++++++++++-
src/kudu/tserver/tablet_service.cc | 169 +++++++++++------
src/kudu/tserver/tablet_service.h | 11 +-
src/kudu/tserver/tserver.proto | 36 +++-
9 files changed, 389 insertions(+), 77 deletions(-)