Todd Lipcon has submitted this change and it was merged. Change subject: Workaround KUDU-1580: bump negotiation timeout to 15sec ......................................................................
Workaround KUDU-1580: bump negotiation timeout to 15sec KUDU-1580 is a bug where RPC negotiation timeouts aren't considered retriable errors. We see this cause issues on test clusters occasionally. Because fixing the bug is a bit trickier, let's bump the timeout for 1.1, and then drop it back down once the bug is addressed. Change-Id: I98b246639882b2ea107648562a383f6b40b35390 Reviewed-on: http://gerrit.cloudera.org:8080/4977 Reviewed-by: Adar Dembo <[email protected]> Tested-by: Kudu Jenkins Reviewed-by: Alexey Serbin <[email protected]> --- M src/kudu/rpc/reactor.cc 1 file changed, 4 insertions(+), 1 deletion(-) Approvals: Adar Dembo: Looks good to me, approved Alexey Serbin: Looks good to me, approved Kudu Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/4977 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: I98b246639882b2ea107648562a383f6b40b35390 Gerrit-PatchSet: 2 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Todd Lipcon <[email protected]> Gerrit-Reviewer: Adar Dembo <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Kudu Jenkins Gerrit-Reviewer: Todd Lipcon <[email protected]>
