Roman Shtykh created IGNITE-1808:
------------------------------------
Summary: 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
{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)