You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kudu.apache.org by "Mike Percy (JIRA)" <ji...@apache.org> on 2017/10/06 17:19:01 UTC

[jira] [Created] (KUDU-2177) Raft RPC stacking

Mike Percy created KUDU-2177:
--------------------------------

             Summary: Raft RPC stacking
                 Key: KUDU-2177
                 URL: https://issues.apache.org/jira/browse/KUDU-2177
             Project: Kudu
          Issue Type: Bug
          Components: consensus
            Reporter: Mike Percy


It is possible for RPC messages to “stack” when a leader retries its request to a follower, because Kudu uses a TCP-based RPC mechanism and the messages are guaranteed to arrive.

One mitigation was to increase the default Raft RPC timeout to 30 seconds (KUDU-1788).



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)