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 93ba778 [mini-cluster] another fix on building mini-cluster JAR
new 8369380 [docs] gradle-related update on RELEASING.adoc
new 68f9fbc KUDU-2971 p1: add subprocess module
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:
CMakeLists.txt | 1 +
RELEASING.adoc | 176 ++++++++++++-------
src/kudu/{kserver => subprocess}/CMakeLists.txt | 18 +-
src/kudu/subprocess/subprocess_protocol.cc | 217 ++++++++++++++++++++++++
src/kudu/subprocess/subprocess_protocol.h | 96 +++++++++++
src/kudu/tools/CMakeLists.txt | 2 +
src/kudu/tools/kudu-tool-test.cc | 25 +--
src/kudu/tools/tool_action_common.cc | 173 -------------------
src/kudu/tools/tool_action_common.h | 65 -------
src/kudu/tools/tool_action_test.cc | 30 ++--
10 files changed, 467 insertions(+), 336 deletions(-)
copy src/kudu/{kserver => subprocess}/CMakeLists.txt (78%)
create mode 100644 src/kudu/subprocess/subprocess_protocol.cc
create mode 100644 src/kudu/subprocess/subprocess_protocol.h