You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ratis.apache.org by "Jitendra Nath Pandey (JIRA)" <ji...@apache.org> on 2019/04/29 17:56:00 UTC

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

    [ https://issues.apache.org/jira/browse/RATIS-435?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16829574#comment-16829574 ] 

Jitendra Nath Pandey edited comment on RATIS-435 at 4/29/19 5:55 PM:
---------------------------------------------------------------------

Isn't it a good thing to block because it will have a throttling affect on the requests. If we fail the request, the client will retry which will overload even further. cc [~szetszwo]


was (Author: jnp):
Isn't it a good thing to block because it will have a throttling affect on the requests. If we fail the request, the client will retry which will overload even further.

> 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
>            Priority: Major
>              Labels: ozone
>
> 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)