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 3A75C200CF7 for ; Mon, 24 Jul 2017 10:58:12 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 390FD164CD4; Mon, 24 Jul 2017 08:58:12 +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 61335164CD5 for ; Mon, 24 Jul 2017 10:58:11 +0200 (CEST) Received: (qmail 86331 invoked by uid 500); 24 Jul 2017 08:58:10 -0000 Mailing-List: contact commits-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 commits@ignite.apache.org Received: (qmail 86006 invoked by uid 99); 24 Jul 2017 08:58:09 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Jul 2017 08:58:09 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 6CDD7F3286; Mon, 24 Jul 2017 08:58:09 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: sboikov@apache.org To: commits@ignite.apache.org Date: Mon, 24 Jul 2017 08:58:15 -0000 Message-Id: In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [07/14] ignite git commit: IGNITE-3950 Deadlock when exchange starts with pending explicit lock archived-at: Mon, 24 Jul 2017 08:58:12 -0000 IGNITE-3950 Deadlock when exchange starts with pending explicit lock Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/48f29943 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/48f29943 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/48f29943 Branch: refs/heads/ignite-5569-debug Commit: 48f29943efa9cbfc1e2c4068f7e16373dec2b0b9 Parents: db43b0c Author: Vitaliy Biryukov Authored: Fri Jul 21 15:29:23 2017 +0300 Committer: Anton Vinogradov Committed: Fri Jul 21 15:29:23 2017 +0300 ---------------------------------------------------------------------- .../cache/distributed/dht/IgniteCacheMultiTxLockSelfTest.java | 2 -- 1 file changed, 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/48f29943/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/distributed/dht/IgniteCacheMultiTxLockSelfTest.java ---------------------------------------------------------------------- diff --git a/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/distributed/dht/IgniteCacheMultiTxLockSelfTest.java b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/distributed/dht/IgniteCacheMultiTxLockSelfTest.java index 6fd5dd3..11b0eea 100644 --- a/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/distributed/dht/IgniteCacheMultiTxLockSelfTest.java +++ b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/distributed/dht/IgniteCacheMultiTxLockSelfTest.java @@ -117,8 +117,6 @@ public class IgniteCacheMultiTxLockSelfTest extends GridCommonAbstractTest { * @throws Exception If failed. */ public void testExplicitLockManyKeysWithClient() throws Exception { - fail("https://issues.apache.org/jira/browse/IGNITE-3950"); - checkExplicitLock(4, true); }