Hello Lars Volker, Sailesh Mukil, Joe McDonnell,
I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/8910
to look at the new patch set (#2).
Change subject: IMPALA-5557: Disable rpc_default_keepalive_time_ms
......................................................................
IMPALA-5557: Disable rpc_default_keepalive_time_ms
This change makes sure backend connections with KRPC are always
kept alive by disabling the idle connection detection logic.
Idle connections all tend to be closed and re-opened around the
same time, which may easily lead to negotiation timeouts. Until
KUDU-279 is fixed, closing idle connections is also racy and leads
to query failures.
This disablement was validated with Kudu's rpc-test.
Change-Id: I0871dd9c9bbe455466b9b2d2a2bbedec79cf0775
---
M be/src/rpc/rpc-mgr.cc
1 file changed, 8 insertions(+), 0 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/10/8910/2
--
To view, visit http://gerrit.cloudera.org:8080/8910
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I0871dd9c9bbe455466b9b2d2a2bbedec79cf0775
Gerrit-Change-Number: 8910
Gerrit-PatchSet: 2
Gerrit-Owner: Michael Ho <[email protected]>
Gerrit-Reviewer: Joe McDonnell <[email protected]>
Gerrit-Reviewer: Lars Volker <[email protected]>
Gerrit-Reviewer: Sailesh Mukil <[email protected]>