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:07:27 UTC

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

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)