[
https://issues.apache.org/jira/browse/KUDU-279?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Todd Lipcon updated KUDU-279:
-----------------------------
Target Version/s: Backlog (was: 0.9.0)
> RPC fails if it is sent exactly as the keepalive timeout expires
> ----------------------------------------------------------------
>
> Key: KUDU-279
> URL: https://issues.apache.org/jira/browse/KUDU-279
> Project: Kudu
> Issue Type: Bug
> Components: rpc
> Affects Versions: M4
> Reporter: Todd Lipcon
> Assignee: Todd Lipcon
>
> Currently, the server is responsible for timing out RPC keepalive
> connections. This means that there can be a race where a client sends an RPC
> exactly at the same time that the server is about to close the connection due
> to keepalive. In this case, the client gets a "Connection reset by peer"
> trying to read its response, and the RPC fails.
> I've seen this cause a failure of linked_list-test once.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)