This is an automated email from the ASF dual-hosted git repository.
awong pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/kudu.git.
from e13fd4a KUDU-2972 Add Ranger client
new e37c9f8 subprocess: fix TestEchoSubprocess
new 0702fc5 subprocess: report metrics even when calls fail
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:
.../apache/kudu/subprocess/SubprocessExecutor.java | 18 ++++
.../apache/kudu/subprocess/SubprocessTestUtil.java | 9 +-
.../kudu/subprocess/echo/TestEchoSubprocess.java | 43 +++++-----
src/kudu/ranger/ranger_client-test.cc | 5 +-
src/kudu/subprocess/CMakeLists.txt | 8 ++
src/kudu/subprocess/echo_subprocess.cc | 68 +++++++++++++++
.../echo_subprocess.h} | 18 ++--
src/kudu/subprocess/server.cc | 15 +++-
src/kudu/subprocess/server.h | 14 +++-
src/kudu/subprocess/subprocess_proxy-test.cc | 96 ++++++++++------------
src/kudu/subprocess/subprocess_proxy.h | 33 +-------
src/kudu/subprocess/subprocess_server-test.cc | 11 ++-
12 files changed, 218 insertions(+), 120 deletions(-)
create mode 100644 src/kudu/subprocess/echo_subprocess.cc
copy src/kudu/{master/sentry_privileges_cache_metrics.h =>
subprocess/echo_subprocess.h} (69%)