You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Roman Shtykh (JIRA)" <ji...@apache.org> on 2015/10/29 09:30:27 UTC

[jira] [Updated] (IGNITE-1808) Wrong Jetty's thread pool size settings

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

Roman Shtykh updated IGNITE-1808:
---------------------------------
    Attachment: ignite-1808.patch

> Wrong Jetty's thread pool size settings
> ---------------------------------------
>
>                 Key: IGNITE-1808
>                 URL: https://issues.apache.org/jira/browse/IGNITE-1808
>             Project: Ignite
>          Issue Type: Bug
>    Affects Versions: ignite-1.4
>            Reporter: Roman Shtykh
>            Assignee: Roman Shtykh
>            Priority: Minor
>         Attachments: ignite-1808.patch
>
>
> {code}
> new QueuedThreadPool(20, 200)
> {code}
> in GridJettyRestProtocol should be
> {code}
> new QueuedThreadPool(200, 20)
> {code}
> since QueuedThreadPool(int maxThreads, int minThreads)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)