Return-Path: X-Original-To: apmail-ignite-issues-archive@minotaur.apache.org Delivered-To: apmail-ignite-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 344EA1839E for ; Mon, 2 Nov 2015 22:05:28 +0000 (UTC) Received: (qmail 82602 invoked by uid 500); 2 Nov 2015 22:05:28 -0000 Delivered-To: apmail-ignite-issues-archive@ignite.apache.org Received: (qmail 82517 invoked by uid 500); 2 Nov 2015 22:05:28 -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 82425 invoked by uid 99); 2 Nov 2015 22:05:28 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Nov 2015 22:05:28 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id E0F492C1F6E for ; Mon, 2 Nov 2015 22:05:27 +0000 (UTC) Date: Mon, 2 Nov 2015 22:05:27 +0000 (UTC) From: "Valentin Kulichenko (JIRA)" To: issues@ignite.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (IGNITE-1840) Exception in eviction manager on startup MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/IGNITE-1840?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Valentin Kulichenko updated IGNITE-1840: ---------------------------------------- Affects Version/s: ignite-1.4 > Exception in eviction manager on startup > ---------------------------------------- > > Key: IGNITE-1840 > URL: https://issues.apache.org/jira/browse/IGNITE-1840 > Project: Ignite > Issue Type: Bug > Components: cache > Affects Versions: ignite-1.4 > Reporter: Valentin Kulichenko > > It's rarely reproduced and looks like a race condition on startup. In some cases eviction backup worker start to work too early which leads to this exception on first iterations: > {noformat} > Exception in thread "cache-eviction-backup-worker-#40%null%" java.lang.AssertionError: AffinityTopologyVersion [topVer=-1, minorTopVer=0] > at org.apache.ignite.internal.processors.affinity.GridAffinityAssignmentCache.cachedAffinity(GridAffinityAssignmentCache.java:423) > at org.apache.ignite.internal.processors.affinity.GridAffinityAssignmentCache.primaryPartitions(GridAffinityAssignmentCache.java:397) > at org.apache.ignite.internal.processors.cache.GridCacheAffinityManager.primaryPartitions(GridCacheAffinityManager.java:352) > at org.apache.ignite.internal.processors.cache.GridCacheEvictionManager$BackupWorker.body(GridCacheEvictionManager.java:1478) > at org.apache.ignite.internal.util.worker.GridWorker.run(GridWorker.java:110) > at java.lang.Thread.run(Thread.java:745) > {noformat} -- This message was sent by Atlassian JIRA (v6.3.4#6332)