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 73006200B54 for ; Wed, 13 Jul 2016 15:35:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 71CD0160A62; Wed, 13 Jul 2016 13:35:22 +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 B89BC160A88 for ; Wed, 13 Jul 2016 15:35:21 +0200 (CEST) Received: (qmail 46126 invoked by uid 500); 13 Jul 2016 13:35:20 -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 45962 invoked by uid 99); 13 Jul 2016 13:35:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Jul 2016 13:35:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 841082C02AA for ; Wed, 13 Jul 2016 13:35:20 +0000 (UTC) Date: Wed, 13 Jul 2016 13:35:20 +0000 (UTC) From: "Ksenia Rybakova (JIRA)" To: issues@ignite.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (IGNITE-3474) Grid hung during load test with warning "Failed to wait for partition map exchange" MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 13 Jul 2016 13:35:22 -0000 [ https://issues.apache.org/jira/browse/IGNITE-3474?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ksenia Rybakova updated IGNITE-3474: ------------------------------------ Attachment: 091826_id0_192.168.1.21_part.log > Grid hung during load test with warning "Failed to wait for partition map exchange" > ----------------------------------------------------------------------------------- > > Key: IGNITE-3474 > URL: https://issues.apache.org/jira/browse/IGNITE-3474 > Project: Ignite > Issue Type: Bug > Affects Versions: 1.6 > Reporter: Ksenia Rybakova > Attachments: 091826_id0_192.168.1.21_part.log > > > During atomic operations load test grid hung: > {noformat} > [09:22:17,688][WARN ][exchange-worker-#137%null%][GridCachePartitionExchangeManager] Failed to wait for partition map exchange [topVer=AffinityTopologyVersion [topVer=97, minorTopVer=0], node=0fe0c0f2-65e1-4ad5-a8c9-92db997fcb7d]. Dumpin > g pending objects that might be the cause: > ... > {noformat} > See attached file with more info from logs. > The issue was also reproduced with IGNITE-3239 fixed. So, IGNITE-3239 doesn't seem to be a root cause. > Load test config: > - Benchmark name: IgniteCacheRandomOperationBenchmark > - Operations: put, put_all, get, get_all, invoke, invoke_all, remove, remove_all, put_if_absent, replace > - Heap: 2Gb for servers, 1Gb for clients > - 48 clients, 48 servers, 6 hosts > - Preload amount: 2.5M > - Key range: 5M > - Number of caches: 12 > - Types of caches (atomicity mode): only atomic > - Types of caches (tiered storage mode): different (onheap without eviction, onheap with eviction, offheap_tired, offheap_values) > - Types of caches (indexing): different (with and without indexes) > - Types of caches (cache mode): partitioned > - Backups count: 1 > Attachments: > - part of log with the problem (for one of the servers) > - xml configs and property file that were used to run yardstick -- This message was sent by Atlassian JIRA (v6.3.4#6332)