You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ratis.apache.org by "Lokesh Jain (JIRA)" <ji...@apache.org> on 2018/11/27 08:41:00 UTC

[jira] [Created] (RATIS-435) RaftLogWorker uses a blocking queue which blocks append entries

Lokesh Jain created RATIS-435:
---------------------------------

             Summary: RaftLogWorker uses a blocking queue which blocks append entries
                 Key: RATIS-435
                 URL: https://issues.apache.org/jira/browse/RATIS-435
             Project: Ratis
          Issue Type: Bug
            Reporter: Lokesh Jain
            Assignee: Lokesh Jain


Currently RaftLogWorker uses a blocking queue which blocks the append entries if the queue is full. We should rather fail the operation if the queue is full.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)