Alexey Serbin has uploaded a new change for review. http://gerrit.cloudera.org:8080/6926
Change subject: KUDU-1580 retry tserver RPC if negotiation times out ...................................................................... KUDU-1580 retry tserver RPC if negotiation times out This patch addresses KUDU-1580, i.e. with this patch the Kudu C++ client retries an RPC with other tablet replica if the connection negotiation with current replica timed out. Added new integration test to cover the updated client's behavior. Change-Id: Icee8bf4978365a23d6627e7bc411b63f53540a3b --- M src/kudu/client/batcher.cc M src/kudu/integration-tests/client_failover-itest.cc M src/kudu/rpc/connection.cc M src/kudu/rpc/reactor.cc 4 files changed, 141 insertions(+), 10 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/26/6926/1 -- To view, visit http://gerrit.cloudera.org:8080/6926 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Icee8bf4978365a23d6627e7bc411b63f53540a3b Gerrit-PatchSet: 1 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Alexey Serbin <[email protected]>
