From issues-return-88318-archive-asf-public=cust-asf.ponee.io@ignite.apache.org Thu Jan 17 13:40:06 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 [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 2F4E118063F for ; Thu, 17 Jan 2019 13:40:05 +0100 (CET) Received: (qmail 10936 invoked by uid 500); 17 Jan 2019 12:40:04 -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 10927 invoked by uid 99); 17 Jan 2019 12:40:04 -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, 17 Jan 2019 12:40:04 +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 9CFF9C0FB8 for ; Thu, 17 Jan 2019 12:40:03 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -110.301 X-Spam-Level: X-Spam-Status: No, score=-110.301 tagged_above=-999 required=6.31 tests=[ENV_AND_HDR_SPF_MATCH=-0.5, RCVD_IN_DNSWL_MED=-2.3, SPF_PASS=-0.001, USER_IN_DEF_SPF_WL=-7.5, 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 gPQDKL2qOnUj for ; Thu, 17 Jan 2019 12:40:02 +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 387975F3AD for ; Thu, 17 Jan 2019 12:40: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 6A511E2682 for ; Thu, 17 Jan 2019 12:40: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 2C7C42564C for ; Thu, 17 Jan 2019 12:40:00 +0000 (UTC) Date: Thu, 17 Jan 2019 12:40:00 +0000 (UTC) From: "Ignite TC Bot (JIRA)" To: issues@ignite.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (IGNITE-10582) MVCC: Error on txLog initialization. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/IGNITE-10582?page=3Dcom.atlassi= an.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D16= 745003#comment-16745003 ]=20 Ignite TC Bot commented on IGNITE-10582: ---------------------------------------- {panel:title=3D--> Run :: All: No blockers found!|borderStyle=3Ddashed|b= orderColor=3D#ccc|titleBGColor=3D#D6F7C1}{panel} [TeamCity *--> Run :: All* Results|https://ci.ignite.apache.org/viewLog.= html?buildId=3D2816477&buildTypeId=3DIgniteTests24Java8_RunAll] > MVCC: Error on txLog initialization. > ------------------------------------ > > Key: IGNITE-10582 > URL: https://issues.apache.org/jira/browse/IGNITE-10582 > Project: Ignite > Issue Type: Bug > Components: mvcc > Reporter: Roman Kondakov > Assignee: Andrew Mashenkov > Priority: Major > Labels: Muted_test, mvcc_stabilization_stage_1, pagememory > Fix For: 2.8 > > Time Spent: 10m > Remaining Estimate: 0h > > A sporadic error occurs during {{txLog}}=C2=A0initialization. Reproducer:= {{IgnitePdsCacheAssignmentNodeRestartsTest#testAssignmentAfterRestarts}}. = This error may be the result of the test settings. We need to check it more= carefully. > Stacktrace: > {noformat} > javax.cache.CacheException: class org.apache.ignite.IgniteCheckedExceptio= n: Failed to complete exchange process. > =09at org.apache.ignite.internal.processors.cache.GridCacheUtils.convertT= oCacheException(GridCacheUtils.java:1337) > =09at org.apache.ignite.internal.IgniteKernal.getOrCreateCaches(IgniteKer= nal.java:3068) > =09at org.apache.ignite.internal.processors.cache.persistence.IgnitePdsCa= cheAssignmentNodeRestartsTest.testAssignmentAfterRestarts(IgnitePdsCacheAss= ignmentNodeRestartsTest.java:148) > =09at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > =09at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImp= l.java:62) > =09at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcc= essorImpl.java:43) > =09at java.lang.reflect.Method.invoke(Method.java:498) > =09at junit.framework.TestCase.runTest(TestCase.java:176) > =09at org.apache.ignite.testframework.junits.GridAbstractTest.access$001(= GridAbstractTest.java:149) > =09at org.apache.ignite.testframework.junits.GridAbstractTest$6.evaluate(= GridAbstractTest.java:2106) > =09at org.apache.ignite.testframework.junits.GridAbstractTest$7.run(GridA= bstractTest.java:2123) > =09at java.lang.Thread.run(Thread.java:748) > Caused by: class org.apache.ignite.IgniteCheckedException: Failed to comp= lete exchange process. > =09at org.apache.ignite.internal.processors.cache.distributed.dht.preload= er.GridDhtPartitionsExchangeFuture.createExchangeException(GridDhtPartition= sExchangeFuture.java:3041) > =09at org.apache.ignite.internal.processors.cache.distributed.dht.preload= er.GridDhtPartitionsExchangeFuture.sendExchangeFailureMessage(GridDhtPartit= ionsExchangeFuture.java:3069) > =09at org.apache.ignite.internal.processors.cache.distributed.dht.preload= er.GridDhtPartitionsExchangeFuture.finishExchangeOnCoordinator(GridDhtParti= tionsExchangeFuture.java:3151) > =09at org.apache.ignite.internal.processors.cache.distributed.dht.preload= er.GridDhtPartitionsExchangeFuture.onAllReceived(GridDhtPartitionsExchangeF= uture.java:3135) > =09at org.apache.ignite.internal.processors.cache.distributed.dht.preload= er.GridDhtPartitionsExchangeFuture.processSingleMessage(GridDhtPartitionsEx= changeFuture.java:2748) > =09at org.apache.ignite.internal.processors.cache.distributed.dht.preload= er.GridDhtPartitionsExchangeFuture.access$100(GridDhtPartitionsExchangeFutu= re.java:138) > =09at org.apache.ignite.internal.processors.cache.distributed.dht.preload= er.GridDhtPartitionsExchangeFuture$2.apply(GridDhtPartitionsExchangeFuture.= java:2556) > =09at org.apache.ignite.internal.processors.cache.distributed.dht.preload= er.GridDhtPartitionsExchangeFuture$2.apply(GridDhtPartitionsExchangeFuture.= java:2544) > =09at org.apache.ignite.internal.util.future.GridFutureAdapter.notifyList= ener(GridFutureAdapter.java:395) > =09at org.apache.ignite.internal.util.future.GridFutureAdapter.listen(Gri= dFutureAdapter.java:355) > =09at org.apache.ignite.internal.processors.cache.distributed.dht.preload= er.GridDhtPartitionsExchangeFuture.onReceiveSingleMessage(GridDhtPartitions= ExchangeFuture.java:2544) > =09at org.apache.ignite.internal.processors.cache.GridCachePartitionExcha= ngeManager.processSinglePartitionUpdate(GridCachePartitionExchangeManager.j= ava:1807) > =09at org.apache.ignite.internal.processors.cache.GridCachePartitionExcha= ngeManager.access$1200(GridCachePartitionExchangeManager.java:145) > =09at org.apache.ignite.internal.processors.cache.GridCachePartitionExcha= ngeManager$2.onMessage(GridCachePartitionExchangeManager.java:382) > =09at org.apache.ignite.internal.processors.cache.GridCachePartitionExcha= ngeManager$2.onMessage(GridCachePartitionExchangeManager.java:340) > =09at org.apache.ignite.internal.processors.cache.GridCachePartitionExcha= ngeManager$MessageHandler.apply(GridCachePartitionExchangeManager.java:3294= ) > =09at org.apache.ignite.internal.processors.cache.GridCachePartitionExcha= ngeManager$MessageHandler.apply(GridCachePartitionExchangeManager.java:3273= ) > =09at org.apache.ignite.internal.processors.cache.GridCacheIoManager.proc= essMessage(GridCacheIoManager.java:1059) > =09at org.apache.ignite.internal.processors.cache.GridCacheIoManager.onMe= ssage0(GridCacheIoManager.java:584) > =09at org.apache.ignite.internal.processors.cache.GridCacheIoManager.hand= leMessage(GridCacheIoManager.java:383) > =09at org.apache.ignite.internal.processors.cache.GridCacheIoManager.hand= leMessage(GridCacheIoManager.java:309) > =09at org.apache.ignite.internal.processors.cache.GridCacheIoManager.acce= ss$100(GridCacheIoManager.java:100) > =09at org.apache.ignite.internal.processors.cache.GridCacheIoManager$1.on= Message(GridCacheIoManager.java:299) > =09at org.apache.ignite.internal.managers.communication.GridIoManager.inv= okeListener(GridIoManager.java:1568) > =09at org.apache.ignite.internal.managers.communication.GridIoManager.pro= cessRegularMessage0(GridIoManager.java:1196) > =09at org.apache.ignite.internal.managers.communication.GridIoManager.acc= ess$4200(GridIoManager.java:127) > =09at org.apache.ignite.internal.managers.communication.GridIoManager$9.r= un(GridIoManager.java:1092) > =09at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecuto= r.java:1149) > =09at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecut= or.java:624) > =09... 1 more > =09Suppressed: class org.apache.ignite.IgniteCheckedException: Failed to = initialize exchange locally [locNodeId=3D73aa6171-b23f-45bb-aad5-68f1d26000= 03] > =09=09at org.apache.ignite.internal.processors.cache.distributed.dht.prel= oader.GridDhtPartitionsExchangeFuture.onCacheChangeRequest(GridDhtPartition= sExchangeFuture.java:1196) > =09=09at org.apache.ignite.internal.processors.cache.distributed.dht.prel= oader.GridDhtPartitionsExchangeFuture.init(GridDhtPartitionsExchangeFuture.= java:737) > =09=09at org.apache.ignite.internal.processors.cache.GridCachePartitionEx= changeManager$ExchangeWorker.body0(GridCachePartitionExchangeManager.java:2= 864) > =09=09at org.apache.ignite.internal.processors.cache.GridCachePartitionEx= changeManager$ExchangeWorker.body(GridCachePartitionExchangeManager.java:27= 21) > =09=09at org.apache.ignite.internal.util.worker.GridWorker.run(GridWorker= .java:120) > =09=09... 1 more > =09Caused by: java.lang.IllegalStateException: Failed to get page IO inst= ance (page content is corrupted) > =09=09at org.apache.ignite.internal.processors.cache.persistence.tree.io.= IOVersions.forVersion(IOVersions.java:85) > =09=09at org.apache.ignite.internal.processors.cache.persistence.tree.io.= IOVersions.forPage(IOVersions.java:97) > =09=09at org.apache.ignite.internal.processors.cache.persistence.freelist= .PagesList.init(PagesList.java:177) > =09=09at org.apache.ignite.internal.processors.cache.persistence.tree.reu= se.ReuseListImpl.(ReuseListImpl.java:56) > =09=09at org.apache.ignite.internal.processors.cache.mvcc.txlog.TxLog.ini= t(TxLog.java:161) > =09=09at org.apache.ignite.internal.processors.cache.mvcc.txlog.TxLog.(TxLog.java:87) > =09=09at org.apache.ignite.internal.processors.cache.mvcc.MvccProcessorIm= pl.ensureStarted(MvccProcessorImpl.java:315) > =09=09at org.apache.ignite.internal.processors.cache.GridCacheProcessor.c= reateCacheContext(GridCacheProcessor.java:1520) > =09=09at org.apache.ignite.internal.processors.cache.GridCacheProcessor.p= repareCacheContext(GridCacheProcessor.java:2286) > =09=09at org.apache.ignite.internal.processors.cache.GridCacheProcessor.l= ambda$null$fd62dedb$1(GridCacheProcessor.java:2129) > =09=09at org.apache.ignite.internal.processors.cache.GridCacheProcessor.l= ambda$prepareStartCachesIfPossible$6(GridCacheProcessor.java:2067) > =09=09at org.apache.ignite.internal.processors.cache.GridCacheProcessor.l= ambda$prepareStartCaches$937cbe24$1(GridCacheProcessor.java:2126) > =09=09at org.apache.ignite.internal.util.IgniteUtils.lambda$null$1(Ignite= Utils.java:10678) > =09=09at java.util.concurrent.FutureTask.run(FutureTask.java:266) > =09=09at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExec= utor.java:1149) > =09=09at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExe= cutor.java:624) > =09=09... 1 more > =09=09Suppressed: java.lang.IllegalStateException: Failed to get page IO = instance (page content is corrupted) > =09=09=09at org.apache.ignite.internal.processors.cache.persistence.tree.= io.IOVersions.forVersion(IOVersions.java:85) > =09=09=09at org.apache.ignite.internal.processors.cache.persistence.tree.= io.IOVersions.forPage(IOVersions.java:97) > =09=09=09at org.apache.ignite.internal.processors.cache.persistence.freel= ist.PagesList.init(PagesList.java:177) > =09=09=09at org.apache.ignite.internal.processors.cache.persistence.tree.= reuse.ReuseListImpl.(ReuseListImpl.java:56) > =09=09=09at org.apache.ignite.internal.processors.cache.mvcc.txlog.TxLog.= init(TxLog.java:161) > =09=09=09at org.apache.ignite.internal.processors.cache.mvcc.txlog.TxLog.= (TxLog.java:87) > =09=09=09at org.apache.ignite.internal.processors.cache.mvcc.MvccProcesso= rImpl.ensureStarted(MvccProcessorImpl.java:315) > =09=09=09at org.apache.ignite.internal.processors.cache.GridCacheProcesso= r.createCacheContext(GridCacheProcessor.java:1520) > =09=09=09at org.apache.ignite.internal.processors.cache.GridCacheProcesso= r.prepareCacheContext(GridCacheProcessor.java:2286) > =09=09=09at org.apache.ignite.internal.processors.cache.GridCacheProcesso= r.lambda$null$fd62dedb$1(GridCacheProcessor.java:2129) > =09=09=09at org.apache.ignite.internal.processors.cache.GridCacheProcesso= r.lambda$prepareStartCachesIfPossible$6(GridCacheProcessor.java:2067) > =09=09=09at org.apache.ignite.internal.processors.cache.GridCacheProcesso= r.lambda$prepareStartCaches$937cbe24$1(GridCacheProcessor.java:2126) > =09=09=09at org.apache.ignite.internal.util.IgniteUtils.doInParallel(Igni= teUtils.java:10697) > =09=09=09at org.apache.ignite.internal.processors.cache.GridCacheProcesso= r.prepareStartCaches(GridCacheProcessor.java:2121) > =09=09=09at org.apache.ignite.internal.processors.cache.GridCacheProcesso= r.prepareStartCachesIfPossible(GridCacheProcessor.java:2065) > =09=09=09at org.apache.ignite.internal.processors.cache.CacheAffinityShar= edManager.processCacheStartRequests(CacheAffinitySharedManager.java:929) > =09=09=09at org.apache.ignite.internal.processors.cache.CacheAffinityShar= edManager.onCacheChangeRequest(CacheAffinitySharedManager.java:813) > =09=09=09at org.apache.ignite.internal.processors.cache.distributed.dht.p= reloader.GridDhtPartitionsExchangeFuture.onCacheChangeRequest(GridDhtPartit= ionsExchangeFuture.java:1185) > =09=09=09at org.apache.ignite.internal.processors.cache.distributed.dht.p= reloader.GridDhtPartitionsExchangeFuture.init(GridDhtPartitionsExchangeFutu= re.java:737) > =09=09=09at org.apache.ignite.internal.processors.cache.GridCachePartitio= nExchangeManager$ExchangeWorker.body0(GridCachePartitionExchangeManager.jav= a:2864) > =09=09=09at org.apache.ignite.internal.processors.cache.GridCachePartitio= nExchangeManager$ExchangeWorker.body(GridCachePartitionExchangeManager.java= :2721) > =09=09=09at org.apache.ignite.internal.util.worker.GridWorker.run(GridWor= ker.java:120) > =09=09=09... 1 more > =09=09Suppressed: java.lang.IllegalStateException: Failed to get page IO = instance (page content is corrupted) > =09=09=09... 17 more > {noformat} -- This message was sent by Atlassian JIRA (v7.6.3#76005)