Andrew Wong has uploaded this change for review. (
http://gerrit.cloudera.org:8080/15344
Change subject: subprocess: plumb Java metrics into C++
......................................................................
subprocess: plumb Java metrics into C++
This plumbs metrics from the Java subprocess into C++ and encapsulates
common code used to interact with a SubprocessServer bits (including the
metrics parsing) into the new SubprossProxy template class.
This template is specialized for Echo{Request,Response}PB messages as
the new EchoSubprocess.
Change-Id: I7260ea13717dfd4af0138f77dfb6e5d239b3bee2
---
M src/kudu/subprocess/CMakeLists.txt
A src/kudu/subprocess/echo_subprocess.h
A src/kudu/subprocess/subprocess_proxy-test.cc
A src/kudu/subprocess/subprocess_proxy.h
4 files changed, 291 insertions(+), 0 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/44/15344/1
--
To view, visit http://gerrit.cloudera.org:8080/15344
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I7260ea13717dfd4af0138f77dfb6e5d239b3bee2
Gerrit-Change-Number: 15344
Gerrit-PatchSet: 1
Gerrit-Owner: Andrew Wong <[email protected]>