You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@kudu.apache.org by "Hao Hao (Code Review)" <ge...@cloudera.org> on 2019/11/18 18:02:44 UTC

[kudu-CR] KUDU-2791 p2: add basic protobuf msg

Hello Attila Bukor, Kudu Jenkins, Adar Dembo, 

I'd like you to reexamine a change. Please visit

    http://gerrit.cloudera.org:8080/14426

to look at the new patch set (#3).

Change subject: KUDU-2791 p2: add basic protobuf msg
......................................................................

KUDU-2791 p2: add basic protobuf msg

This commit adds some basic protobuf messages for communicating with a
subprocess. For example, EchoRequestPB and EchoResponsePB that simply
echoes the request as a response.

Change-Id: If02ab0f9bc1bc73f9c1a46d96bdef6725b8f6954
---
M src/kudu/subprocess/CMakeLists.txt
A src/kudu/subprocess/subprocess.proto
2 files changed, 68 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/26/14426/3
-- 
To view, visit http://gerrit.cloudera.org:8080/14426
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: If02ab0f9bc1bc73f9c1a46d96bdef6725b8f6954
Gerrit-Change-Number: 14426
Gerrit-PatchSet: 3
Gerrit-Owner: Hao Hao <ha...@cloudera.com>
Gerrit-Reviewer: Adar Dembo <ad...@cloudera.com>
Gerrit-Reviewer: Attila Bukor <ab...@apache.org>
Gerrit-Reviewer: Kudu Jenkins (120)