Description
https://github.com/apache/kudu/commit/89c02fded7595b4712b465bfb939e4f3035b2e75 enabled TCP keepalive for outbound connections; and the C++ client since then is able to detect a dropped off connection when server didn't send a TCP RST.
It's would be great to enable TCP keepalive for connections created by Java client as well.
Attachments
Issue Links
- is related to
-
KUDU-2192 KRPC should have a timer to close stuck connections
- Open