Todd Lipcon has posted comments on this change. Change subject: rpc: show outbound call state in /rpcz dump ......................................................................
Patch Set 1: (1 comment) http://gerrit.cloudera.org:8080/#/c/5371/1/src/kudu/rpc/rpc_introspection.proto File src/kudu/rpc/rpc_introspection.proto: Line 32: enum State { > Why not completely replace the State enum in outbound_call.h with this one? that would work at the moment, but I'm planning to also add states for InboundCall, and I'd prefer the implementation enums to not have "irrelevant" values leaking from inbound to outbound and vice versa. -- To view, visit http://gerrit.cloudera.org:8080/5371 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: comment Gerrit-Change-Id: Id52bc627a25be87a73b4b75941d7dcc2cf95eaba Gerrit-PatchSet: 1 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Todd Lipcon <[email protected]> Gerrit-Reviewer: Kudu Jenkins Gerrit-Reviewer: Mike Percy <[email protected]> Gerrit-Reviewer: Todd Lipcon <[email protected]> Gerrit-HasComments: Yes
