[ 
https://issues.apache.org/jira/browse/RATIS-2290?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tsz-wo Sze resolved RATIS-2290.
-------------------------------
    Fix Version/s: 3.2.0
       Resolution: Fixed

The pull request is now merged.  Thanks, [~jianghuazhu]!

> RATIS-2290. Simply the EventQueue in leader
> -------------------------------------------
>
>                 Key: RATIS-2290
>                 URL: https://issues.apache.org/jira/browse/RATIS-2290
>             Project: Ratis
>          Issue Type: Improvement
>          Components: Leader
>            Reporter: JiangHua Zhu
>            Assignee: JiangHua Zhu
>            Priority: Major
>             Fix For: 3.2.0
>
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> In LeaderStateImpl, EventQueue is a fixed value. We should add configuration 
> for EventQueue.
> {code:java}
> private class EventQueue {
>     private final BlockingQueue<StateUpdateEvent> queue = new 
> ArrayBlockingQueue<>(4096);
>     ......
> }
> {code}
> -----
> After some discussion, we simply the EventQueue instead of adding a conf.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to