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 7C99118933 for ; Thu, 24 Mar 2016 11:30:26 +0000 (UTC) Received: (qmail 41392 invoked by uid 500); 24 Mar 2016 11:30:26 -0000 Delivered-To: apmail-ignite-issues-archive@ignite.apache.org Received: (qmail 41360 invoked by uid 500); 24 Mar 2016 11:30:26 -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 41327 invoked by uid 99); 24 Mar 2016 11:30:26 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Mar 2016 11:30:26 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 0F11F2C1F61 for ; Thu, 24 Mar 2016 11:30:26 +0000 (UTC) Date: Thu, 24 Mar 2016 11:30:26 +0000 (UTC) From: "Vladimir Ozerov (JIRA)" To: issues@ignite.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (IGNITE-2883) IGFS: IPC handler must use dedicated thread pool. 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-2883?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vladimir Ozerov resolved IGNITE-2883. ------------------------------------- Resolution: Fixed > IGFS: IPC handler must use dedicated thread pool. > ------------------------------------------------- > > Key: IGNITE-2883 > URL: https://issues.apache.org/jira/browse/IGNITE-2883 > Project: Ignite > Issue Type: Task > Components: IGFS > Affects Versions: 1.5.0.final > Reporter: Vladimir Ozerov > Assignee: Vladimir Ozerov > Priority: Critical > Fix For: 1.6 > > > Currently it uses IGFS thread pool. However, we are going to use this pool for IGFS messages, so IPC cannot rely on it anymore. > Let's create another thread pool directly inside IPC handler. -- This message was sent by Atlassian JIRA (v6.3.4#6332)