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 21350200BDC for ; Wed, 14 Dec 2016 17:41:00 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 1FCFF160B2E; Wed, 14 Dec 2016 16:41:00 +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 8CF5D160B0D for ; Wed, 14 Dec 2016 17:40:59 +0100 (CET) Received: (qmail 77787 invoked by uid 500); 14 Dec 2016 16:40:58 -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 77659 invoked by uid 99); 14 Dec 2016 16:40:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Dec 2016 16:40:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 8FA9A2C03E0 for ; Wed, 14 Dec 2016 16:40:58 +0000 (UTC) Date: Wed, 14 Dec 2016 16:40:58 +0000 (UTC) From: "Alexei Scherbakov (JIRA)" To: issues@ignite.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (IGNITE-4429) Deadlock in IgniteAtomicSequence when used inside transaction MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 14 Dec 2016 16:41:00 -0000 [ https://issues.apache.org/jira/browse/IGNITE-4429?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15748803#comment-15748803 ] Alexei Scherbakov commented on IGNITE-4429: ------------------------------------------- WIth the new separation of system and user transaction the fix as simple as removing outTx call. PR: https://github.com/apache/ignite/pull/1347 Scheduled TC run. > Deadlock in IgniteAtomicSequence when used inside transaction > ------------------------------------------------------------- > > Key: IGNITE-4429 > URL: https://issues.apache.org/jira/browse/IGNITE-4429 > Project: Ignite > Issue Type: Bug > Components: cache, compute, data structures > Reporter: Alexei Scherbakov > Assignee: Alexei Scherbakov > Fix For: 2.0 > > > On certains scenarios involving job runs using compute API, operations with {{IgniteAtomicSequence}} inside user transactions may lead to deadlock caused by public thread pool exhaustion. -- This message was sent by Atlassian JIRA (v6.3.4#6332)