[
https://issues.apache.org/jira/browse/IGNITE-1808?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14989711#comment-14989711
]
Denis Magda commented on IGNITE-1808:
-------------------------------------
Roman, thanks for the contribution!
Reviewed, merged to 1.5 and master branch.
> 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)