Mike Percy has posted comments on this change. Change subject: KUDU-1580 retry tserver RPC if negotiation times out ......................................................................
Patch Set 7: (2 comments) http://gerrit.cloudera.org:8080/#/c/6926/7/src/kudu/rpc/outbound_call.cc File src/kudu/rpc/outbound_call.cc: Line 331: case NEGOTIATION_TIMED_OUT: // fall-through It is possible to assert on this in a test somewhere? http://gerrit.cloudera.org:8080/#/c/6926/6/src/kudu/rpc/rpc_introspection.proto File src/kudu/rpc/rpc_introspection.proto: Line 43: NEGOTIATION_TIMED_OUT = 7; > I suspect the idea was to limit dependencies between components and have mo Hmm ok. I suspect there is no great reason TBH but we can defer on that -- To view, visit http://gerrit.cloudera.org:8080/6926 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: comment Gerrit-Change-Id: Icee8bf4978365a23d6627e7bc411b63f53540a3b Gerrit-PatchSet: 7 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Alexey Serbin <[email protected]> Gerrit-Reviewer: Adar Dembo <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Kudu Jenkins Gerrit-Reviewer: Mike Percy <[email protected]> Gerrit-Reviewer: Todd Lipcon <[email protected]> Gerrit-HasComments: Yes
