Michael Ho has uploaded this change for review. ( http://gerrit.cloudera.org:8080/11681
Change subject: Add "service_name" as part of ConnectionId ...................................................................... Add "service_name" as part of ConnectionId The motivation for doing so is to allow a client to transparently use separate connections for different services. For instance, a server may host multiple KRPC based services: one for control command and one for data transfer. Separating the connections between the control channel and the data channel prevents unnecessary delays of the control commands due to being stuck behind large data transfers from client to server. Change-Id: I6767e631fd9530ea54f5ed63ff4c8c179ab216b2 --- M src/kudu/rpc/connection_id.cc M src/kudu/rpc/connection_id.h M src/kudu/rpc/proxy.cc 3 files changed, 16 insertions(+), 5 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/81/11681/1 -- To view, visit http://gerrit.cloudera.org:8080/11681 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I6767e631fd9530ea54f5ed63ff4c8c179ab216b2 Gerrit-Change-Number: 11681 Gerrit-PatchSet: 1 Gerrit-Owner: Michael Ho <[email protected]>
