From issues-return-101931-archive-asf-public=cust-asf.ponee.io@ignite.apache.org Mon Dec 2 11:56:04 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id 87D3518064E for ; Mon, 2 Dec 2019 12:56:04 +0100 (CET) Received: (qmail 46222 invoked by uid 500); 2 Dec 2019 11:56: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 46173 invoked by uid 99); 2 Dec 2019 11:56:03 -0000 Received: from mailrelay1-us-west.apache.org (HELO mailrelay1-us-west.apache.org) (209.188.14.139) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Dec 2019 11:56:03 +0000 Received: from jira-he-de.apache.org (static.172.67.40.188.clients.your-server.de [188.40.67.172]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 9CD0EE0095 for ; Mon, 2 Dec 2019 11:56:02 +0000 (UTC) Received: from jira-he-de.apache.org (localhost.localdomain [127.0.0.1]) by jira-he-de.apache.org (ASF Mail Server at jira-he-de.apache.org) with ESMTP id BEACC7822B2 for ; Mon, 2 Dec 2019 11:56:00 +0000 (UTC) Date: Mon, 2 Dec 2019 11:56:00 +0000 (UTC) From: "Maxim Muzafarov (Jira)" To: issues@ignite.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (IGNITE-8688) Pending tree is initialized outside of checkpoint lock 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-8688?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maxim Muzafarov updated IGNITE-8688: ------------------------------------ Fix Version/s: (was: 2.8) 2.9 > Pending tree is initialized outside of checkpoint lock > ------------------------------------------------------ > > Key: IGNITE-8688 > URL: https://issues.apache.org/jira/browse/IGNITE-8688 > Project: Ignite > Issue Type: Bug > Components: cache > Affects Versions: 2.5 > Reporter: Pavel Kovalenko > Priority: Critical > Fix For: 2.9 > > > This may lead to possible page corruption. > {noformat} > handled accordingly to configured handler [hnd=class o.a.i.failure.StopNodeOrHaltFailureHandler, failureCtx=FailureContext [type=SYSTEM_WORKER_TERMINATION, err=java.lang.AssertionError]] > [00:11:56]W: [org.gridgain:gridgain-compatibility] java.lang.AssertionError > [00:11:56]W: [org.gridgain:gridgain-compatibility] at org.apache.ignite.internal.processors.cache.persistence.pagemem.PageMemoryImpl.allocatePage(PageMemoryImpl.java:463) > [00:11:56]W: [org.gridgain:gridgain-compatibility] at org.apache.ignite.internal.processors.cache.IgniteCacheOffheapManagerImpl.allocateForTree(IgniteCacheOffheapManagerImpl.java:818) > [00:11:56]W: [org.gridgain:gridgain-compatibility] at org.apache.ignite.internal.processors.cache.IgniteCacheOffheapManagerImpl.initPendingTree(IgniteCacheOffheapManagerImpl.java:164) > [00:11:56]W: [org.gridgain:gridgain-compatibility] at org.apache.ignite.internal.processors.cache.IgniteCacheOffheapManagerImpl.onCacheStarted(IgniteCacheOffheapManagerImpl.java:151) > [00:11:56]W: [org.gridgain:gridgain-compatibility] at org.apache.ignite.internal.processors.cache.CacheGroupContext.onCacheStarted(CacheGroupContext.java:283) > [00:11:56]W: [org.gridgain:gridgain-compatibility] at org.apache.ignite.internal.processors.cache.GridCacheProcessor.prepareCacheStart(GridCacheProcessor.java:1965) > [00:11:56]W: [org.gridgain:gridgain-compatibility] at org.apache.ignite.internal.processors.cache.CacheAffinitySharedManager.onCacheChangeRequest(CacheAffinitySharedManager.java:791) > [00:11:56]W: [org.gridgain:gridgain-compatibility] at org.apache.ignite.internal.processors.cache.distributed.dht.preloader.GridDhtPartitionsExchangeFuture.onClusterStateChangeRequest(GridDhtPartitionsExchangeFuture.java:946) > [00:11:56]W: [org.gridgain:gridgain-compatibility] at org.apache.ignite.internal.processors.cache.distributed.dht.preloader.GridDhtPartitionsExchangeFuture.init(GridDhtPartitionsExchangeFuture.java:651) > [00:11:56]W: [org.gridgain:gridgain-compatibility] at org.apache.ignite.internal.processors.cache.GridCachePartitionExchangeManager$ExchangeWorker.body0(GridCachePartitionExchangeManager.java:2458) > [00:11:56]W: [org.gridgain:gridgain-compatibility] at org.apache.ignite.internal.processors.cache.GridCachePartitionExchangeManager$ExchangeWorker.body(GridCachePartitionExchangeManager.java:2338) > [00:11:56]W: [org.gridgain:gridgain-compatibility] at org.apache.ignite.internal.util.worker.GridWorker.run(GridWorker.java:110) > [00:11:56]W: [org.gridgain:gridgain-compatibility] at java.lang.Thread.run(Thread.java:748) > {noformat} -- This message was sent by Atlassian Jira (v8.3.4#803005)