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 5C024200CDE for ; Mon, 24 Jul 2017 10:57:18 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 5A897164CAF; Mon, 24 Jul 2017 08:57:18 +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 A814D164CB0 for ; Mon, 24 Jul 2017 10:57:17 +0200 (CEST) Received: (qmail 82829 invoked by uid 500); 24 Jul 2017 08:57:16 -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 82764 invoked by uid 99); 24 Jul 2017 08:57:15 -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:57:15 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id B1F4BF329B; Mon, 24 Jul 2017 08:57:14 +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:57:21 -0000 Message-Id: <3829bdc8b7794b48b2f135d7fabcee44@git.apache.org> In-Reply-To: <1505e9a6e0ac4abf8d964aa850f13004@git.apache.org> References: <1505e9a6e0ac4abf8d964aa850f13004@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [08/16] ignite git commit: IGNITE-3950 Deadlock when exchange starts with pending explicit lock archived-at: Mon, 24 Jul 2017 08:57:18 -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-5578 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); }