You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ratis.apache.org by "Tsz-wo Sze (Jira)" <ji...@apache.org> on 2020/11/02 02:02:00 UTC

[jira] [Commented] (RATIS-1126) Fix can not support more than 10 stream

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

Tsz-wo Sze commented on RATIS-1126:
-----------------------------------

Thanks [~yjxxtd].  I also noticed this problem earlier.  It seems to related to the threadpool configuration.  Let see if RATIS-1122 could fix it.

> Fix can not support more than 10 stream
> ---------------------------------------
>
>                 Key: RATIS-1126
>                 URL: https://issues.apache.org/jira/browse/RATIS-1126
>             Project: Ratis
>          Issue Type: Sub-task
>            Reporter: runzhiwang
>            Priority: Major
>
> When I run 
> {code:java}
> runTestDataStream(1, 1, 10, 1_000_000, 100);
> {code} with 10 streams in TestDataStreamNetty, it's easy to pass. But when I run {code:java}
> runTestDataStream(1, 1, 11, 1_000_000, 100);
> {code} with 11 streams in TestDataStreamNetty, it always fail.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)