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 3AE0D200CA8 for ; Thu, 15 Jun 2017 16:51:05 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 22036160BC4; Thu, 15 Jun 2017 14:51:05 +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 67FB6160BDF for ; Thu, 15 Jun 2017 16:51:04 +0200 (CEST) Received: (qmail 82271 invoked by uid 500); 15 Jun 2017 14:51:03 -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 82228 invoked by uid 99); 15 Jun 2017 14:51:03 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Jun 2017 14:51:03 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id F1F1FC089B for ; Thu, 15 Jun 2017 14:51:02 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -100.002 X-Spam-Level: X-Spam-Status: No, score=-100.002 tagged_above=-999 required=6.31 tests=[RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id 8BMi_-exDOzq for ; Thu, 15 Jun 2017 14:51:01 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 1EEBF5F6C6 for ; Thu, 15 Jun 2017 14:51:01 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 57E90E00A3 for ; Thu, 15 Jun 2017 14:51:00 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 0AB1221D8F for ; Thu, 15 Jun 2017 14:51:00 +0000 (UTC) Date: Thu, 15 Jun 2017 14:51:00 +0000 (UTC) From: "Dmitriy Pavlov (JIRA)" To: issues@ignite.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (IGNITE-5501) IgniteCachePartitionMapUpdateTest hangs MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 15 Jun 2017 14:51:05 -0000 [ https://issues.apache.org/jira/browse/IGNITE-5501?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16050572#comment-16050572 ] Dmitriy Pavlov commented on IGNITE-5501: ---------------------------------------- Reasons are not clear for me too: For example, for testPartitionMapUpdate1() test: Node joins and awaitPartitionMapExchange completes successfully. But awaitPartitionMapExchange failed (timed out) after grid 0 stopping (node left). Exchange is started for 3 nodes after node 0 left according to logs. > IgniteCachePartitionMapUpdateTest hangs > --------------------------------------- > > Key: IGNITE-5501 > URL: https://issues.apache.org/jira/browse/IGNITE-5501 > Project: Ignite > Issue Type: Bug > Components: cache > Reporter: Vladimir Ozerov > Assignee: Semen Boikov > Fix For: 2.1 > > > Currently all tests in {{IgniteCachePartitionMapUpdateTest}} hang. Reproducible locally. No obvious deadlock is visible from thread dumps. No assertions or obvious exceptions. Log is not informative: > {code} > org.apache.ignite.IgniteException: Timeout of waiting for topology map update [igniteInstanceName=cache.IgniteCachePartitionMapUpdateTest1, cache=ignite-atomics-sys-cache, cacheId=689859866, topVer=AffinityTopologyVersion [topVer=5, minorTopVer=0], p=2, readVer=AffinityTopologyVersion [topVer=5, minorTopVer=0], locNode=TcpDiscoveryNode [id=fe63c3eb-1715-4f9a-a183-acb6bfe00001, addrs=[127.0.0.1], sockAddrs=[/127.0.0.1:47501], discPort=47501, order=2, intOrder=2, lastExchangeTime=1497465751500, loc=true, ver=2.1.0#19700101-sha1:00000000, isClient=false]] > at org.apache.ignite.testframework.junits.common.GridCommonAbstractTest.awaitPartitionMapExchange(GridCommonAbstractTest.java:691) > at org.apache.ignite.testframework.junits.common.GridCommonAbstractTest.awaitPartitionMapExchange(GridCommonAbstractTest.java:532) > at org.apache.ignite.testframework.junits.common.GridCommonAbstractTest.awaitPartitionMapExchange(GridCommonAbstractTest.java:517) > at org.apache.ignite.internal.processors.cache.IgniteCachePartitionMapUpdateTest.testPartitionMapUpdate1(IgniteCachePartitionMapUpdateTest.java:145) > {code} -- This message was sent by Atlassian JIRA (v6.4.14#64029)