Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id A36FB200B61 for ; Tue, 9 Aug 2016 14:32:39 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id A2616160AAD; Tue, 9 Aug 2016 12:32:39 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id D8CF2160ADE for ; Tue, 9 Aug 2016 14:32:33 +0200 (CEST) Received: (qmail 22232 invoked by uid 500); 9 Aug 2016 12:32:32 -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 22063 invoked by uid 99); 9 Aug 2016 12:32:32 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Aug 2016 12:32:32 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id E979C2C02A3 for ; Tue, 9 Aug 2016 12:32:31 +0000 (UTC) Date: Tue, 9 Aug 2016 12:32:31 +0000 (UTC) From: "Pavel Tupitsyn (JIRA)" To: issues@ignite.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (IGNITE-2699) Starvation when CacheEntryListenerConfiguration.isSynchronous is true MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 09 Aug 2016 12:32:39 -0000 [ https://issues.apache.org/jira/browse/IGNITE-2699?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pavel Tupitsyn updated IGNITE-2699: ----------------------------------- Fix Version/s: (was: 1.7) 1.8 > Starvation when CacheEntryListenerConfiguration.isSynchronous is true > --------------------------------------------------------------------- > > Key: IGNITE-2699 > URL: https://issues.apache.org/jira/browse/IGNITE-2699 > Project: Ignite > Issue Type: Bug > Components: cache > Affects Versions: 1.5.0.final > Reporter: Nikolay Tikhonov > Fix For: 1.8 > > > When event notifications in {{CacheEntryListener}} configured as synchronous possible situation that all thread in {{SYSTEM}} pool will be stuck on waiting ack messages. It is necessary to make the processing of acknowledge messages in another thread pool. -- This message was sent by Atlassian JIRA (v6.3.4#6332)