Return-Path: X-Original-To: apmail-ignite-issues-archive@minotaur.apache.org Delivered-To: apmail-ignite-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E1EF11747F for ; Thu, 29 Oct 2015 08:30:27 +0000 (UTC) Received: (qmail 35608 invoked by uid 500); 29 Oct 2015 08:30:27 -0000 Delivered-To: apmail-ignite-issues-archive@ignite.apache.org Received: (qmail 35568 invoked by uid 500); 29 Oct 2015 08:30:27 -0000 Mailing-List: contact issues-help@ignite.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ignite.apache.org Delivered-To: mailing list issues@ignite.apache.org Received: (qmail 35559 invoked by uid 99); 29 Oct 2015 08:30:27 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Oct 2015 08:30:27 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id AD8B02C14F2 for ; Thu, 29 Oct 2015 08:30:27 +0000 (UTC) Date: Thu, 29 Oct 2015 08:30:27 +0000 (UTC) From: "Roman Shtykh (JIRA)" To: issues@ignite.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (IGNITE-1808) Wrong Jetty's thread pool size settings MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ 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)