Hello! I can see two InterruptedException in your logs. You need to figure out why discovery thread was interrupted, and by whom.
Regards, -- Ilya Kasnacheev вт, 25 июн. 2019 г. в 17:57, rick_tem <[email protected]>: > Hi, > > We are running Ignite 2.7.5 and received the following error with an Ignite > client. What I don't understand is why it appears to be trying to drop my > cache if it is a client and why it is messing around with any indexing if a > client. Is there a way around this error? We are not using persistence. > Any insight appreciated. > > Thanks, > Rick > > IgniteH2Indexing - Failed to drop schema on cache stop (will ignore): > FDataEventCache > [36mevent-router_1 | [0m 2019-06-24T19:07:49.029838093Z > org.apache.ignite.internal.processors.query.IgniteSQLException: Failed to > execute statement: DROP SCHEMA IF EXISTS "FDataEventCache" > > > Full stack trace.... > > [36mevent-router_1 | [0m 2019-06-24T19:07:15.737563399Z > [19:07:15] (wrn) Failed to resolve IGNITE_HOME automatically for class > codebase [class=class o.a.i.i.util.IgniteUtils, e=URI is not hierarchical] > [36mevent-router_1 | [0m 2019-06-24T19:07:15.737563499Z > [36mevent-router_1 | [0m 2019-06-24T19:07:16.056472666Z > [19:07:16] __________ ________________ > [36mevent-router_1 | [0m 2019-06-24T19:07:16.056515767Z > [19:07:16] / _/ ___/ |/ / _/_ __/ __/ > [36mevent-router_1 | [0m 2019-06-24T19:07:16.056524167Z > [19:07:16] _/ // (7 7 // / / / / _/ > [36mevent-router_1 | [0m 2019-06-24T19:07:16.056530967Z > [19:07:16] /___/\___/_/|_/___/ /_/ /___/ > [36mevent-router_1 | [0m 2019-06-24T19:07:16.056612268Z > [19:07:16] > [36mevent-router_1 | [0m 2019-06-24T19:07:16.056622468Z > [19:07:16] ver. 2.7.5#20190603-sha1:be4f2a15 > [36mevent-router_1 | [0m 2019-06-24T19:07:16.056629868Z > [19:07:16] 2018 Copyright(C) Apache Software Foundation > [36mevent-router_1 | [0m 2019-06-24T19:07:16.056637268Z > [19:07:16] > [36mevent-router_1 | [0m 2019-06-24T19:07:16.056644668Z > [19:07:16] Ignite documentation: http://ignite.apache.org > [36mevent-router_1 | [0m 2019-06-24T19:07:16.056651968Z > [19:07:16] > [36mevent-router_1 | [0m 2019-06-24T19:07:16.056658968Z > [19:07:16] Quiet mode. > [36mevent-router_1 | [0m 2019-06-24T19:07:16.080533928Z > [19:07:16] ^-- Logging by 'Log4JLogger [quiet=true, config=null]' > [36mevent-router_1 | [0m 2019-06-24T19:07:16.080574228Z > [19:07:16] ^-- To see **FULL** console log here add -DIGNITE_QUIET=false > or "-v" to ignite.{sh|bat} > [36mevent-router_1 | [0m 2019-06-24T19:07:16.080584528Z > [19:07:16] > [36mevent-router_1 | [0m 2019-06-24T19:07:16.080593028Z > [19:07:16] OS: Linux 3.10.0-862.9.1.el7.x86_64 amd64 > [36mevent-router_1 | [0m 2019-06-24T19:07:16.080601829Z > [19:07:16] VM information: OpenJDK Runtime Environment 1.8.0_151-b12 Oracle > Corporation OpenJDK 64-Bit Server VM 25.151-b12 > [36mevent-router_1 | [0m 2019-06-24T19:07:16.129002955Z > [19:07:16] Initial heap size is 504MB (should be no less than 512MB, use > -Xms512m -Xmx512m). > [36mevent-router_1 | [0m 2019-06-24T19:07:16.306281782Z > [19:07:16] Configured plugins: > [36mevent-router_1 | [0m 2019-06-24T19:07:16.306354983Z > [19:07:16] ^-- WhiteListSecurity 1.0.0 > [36mevent-router_1 | [0m 2019-06-24T19:07:16.306383384Z > [19:07:16] ^-- Temenos > [36mevent-router_1 | [0m 2019-06-24T19:07:16.306390584Z > [19:07:16] > [36mevent-router_1 | [0m 2019-06-24T19:07:16.311492439Z > [19:07:16] Configured failure handler: [hnd=StopNodeOrHaltFailureHandler > [tryStop=false, timeout=0, super=AbstractFailureHandler > [ignoredFailureTypes=[SYSTEM_WORKER_BLOCKED, > SYSTEM_CRITICAL_OPERATION_TIMEOUT]]]] > [36mevent-router_1 | [0m 2019-06-24T19:07:16.665959693Z > [19:07:16] Message queue limit is set to 0 which may lead to potential > OOMEs > when running cache operations in FULL_ASYNC or PRIMARY_SYNC modes due to > message queues growth on sender and receiver sides. > [36mevent-router_1 | [0m 2019-06-24T19:07:16.909769544Z > [19:07:16] Security status [authentication=off, tls/ssl=off] > [36mevent-router_1 | [0m 2019-06-24T19:07:18.129403106Z > [19:07:18] REST protocols do not start on client node. To start the > protocols on client node set '-DIGNITE_REST_START_ON_CLIENT=true' system > property. > [36mevent-router_1 | [0m 2019-06-24T19:07:48.679876788Z > [19:07:48] Topology snapshot [ver=16, locNode=95065a31, servers=1, > clients=7, state=ACTIVE, CPUs=48, offheap=44.0GB, heap=13.0GB] > [36mevent-router_1 | [0m 2019-06-24T19:07:48.698074685Z > [19:07:48] Topology snapshot [ver=17, locNode=95065a31, servers=1, > clients=8, state=ACTIVE, CPUs=56, offheap=51.0GB, heap=14.0GB] > [36mevent-router_1 | [0m 2019-06-24T19:07:48.702450233Z > [19:07:48] Topology snapshot [ver=18, locNode=95065a31, servers=1, > clients=7, state=ACTIVE, CPUs=56, offheap=51.0GB, heap=14.0GB] > [36mevent-router_1 | [0m 2019-06-24T19:07:48.743392078Z > [19:07:48] Topology snapshot [ver=19, locNode=95065a31, servers=1, > clients=6, state=ACTIVE, CPUs=56, offheap=51.0GB, heap=14.0GB] > [36mevent-router_1 | [0m 2019-06-24T19:07:49.029801992Z > 2019-06-24 19:07:49.022 ERROR [exchange-worker-#38%TemenosGrid%] > IgniteH2Indexing - Failed to drop schema on cache stop (will ignore): > FDataEventCache > [36mevent-router_1 | [0m 2019-06-24T19:07:49.029838093Z > org.apache.ignite.internal.processors.query.IgniteSQLException: Failed to > execute statement: DROP SCHEMA IF EXISTS "FDataEventCache" > [36mevent-router_1 | [0m 2019-06-24T19:07:49.029850493Z at > > org.apache.ignite.internal.processors.query.h2.IgniteH2Indexing.executeSystemStatement(IgniteH2Indexing.java:706) > ~[ignite-indexing-2.7.5.jar!/:2.7.5] > [36mevent-router_1 | [0m 2019-06-24T19:07:49.029860493Z at > > org.apache.ignite.internal.processors.query.h2.IgniteH2Indexing.dropSchema(IgniteH2Indexing.java:658) > ~[ignite-indexing-2.7.5.jar!/:2.7.5] > [36mevent-router_1 | [0m 2019-06-24T19:07:49.029869993Z at > > org.apache.ignite.internal.processors.query.h2.IgniteH2Indexing.unregisterCache(IgniteH2Indexing.java:3565) > [ignite-indexing-2.7.5.jar!/:2.7.5] > [36mevent-router_1 | [0m 2019-06-24T19:07:49.029879493Z at > > org.apache.ignite.internal.processors.query.GridQueryProcessor.onCacheStop0(GridQueryProcessor.java:1693) > [ignite-core-2.7.5.jar!/:2.7.5] > [36mevent-router_1 | [0m 2019-06-24T19:07:49.029888793Z at > > org.apache.ignite.internal.processors.query.GridQueryProcessor.registerCache0(GridQueryProcessor.java:1639) > [ignite-core-2.7.5.jar!/:2.7.5] > [36mevent-router_1 | [0m 2019-06-24T19:07:49.029898293Z at > > org.apache.ignite.internal.processors.query.GridQueryProcessor.onCacheStart0(GridQueryProcessor.java:805) > [ignite-core-2.7.5.jar!/:2.7.5] > [36mevent-router_1 | [0m 2019-06-24T19:07:49.029907794Z at > > org.apache.ignite.internal.processors.query.GridQueryProcessor.onCacheStart(GridQueryProcessor.java:866) > [ignite-core-2.7.5.jar!/:2.7.5] > [36mevent-router_1 | [0m 2019-06-24T19:07:49.029917694Z at > > org.apache.ignite.internal.processors.cache.GridCacheProcessor.startCache(GridCacheProcessor.java:1330) > [ignite-core-2.7.5.jar!/:2.7.5] > [36mevent-router_1 | [0m 2019-06-24T19:07:49.029927594Z at > > org.apache.ignite.internal.processors.cache.GridCacheProcessor.prepareCacheStart(GridCacheProcessor.java:2165) > [ignite-core-2.7.5.jar!/:2.7.5] > [36mevent-router_1 | [0m 2019-06-24T19:07:49.029937494Z at > > org.apache.ignite.internal.processors.cache.GridCacheProcessor.startCachesOnLocalJoin(GridCacheProcessor.java:2023) > [ignite-core-2.7.5.jar!/:2.7.5] > [36mevent-router_1 | [0m 2019-06-24T19:07:49.029956694Z at > > org.apache.ignite.internal.processors.cache.distributed.dht.preloader.GridDhtPartitionsExchangeFuture.initCachesOnLocalJoin(GridDhtPartitionsExchangeFuture.java:927) > [ignite-core-2.7.5.jar!/:2.7.5] > [36mevent-router_1 | [0m 2019-06-24T19:07:49.029969694Z at > > org.apache.ignite.internal.processors.cache.distributed.dht.preloader.GridDhtPartitionsExchangeFuture.init(GridDhtPartitionsExchangeFuture.java:769) > [ignite-core-2.7.5.jar!/:2.7.5] > [36mevent-router_1 | [0m 2019-06-24T19:07:49.029979194Z at > > org.apache.ignite.internal.processors.cache.GridCachePartitionExchangeManager$ExchangeWorker.body0(GridCachePartitionExchangeManager.java:2668) > [ignite-core-2.7.5.jar!/:2.7.5] > [36mevent-router_1 | [0m 2019-06-24T19:07:49.029988394Z at > > org.apache.ignite.internal.processors.cache.GridCachePartitionExchangeManager$ExchangeWorker.body(GridCachePartitionExchangeManager.java:2540) > [ignite-core-2.7.5.jar!/:2.7.5] > [36mevent-router_1 | [0m 2019-06-24T19:07:49.029997395Z at > org.apache.ignite.internal.util.worker.GridWorker.run(GridWorker.java:120) > [ignite-core-2.7.5.jar!/:2.7.5] > [36mevent-router_1 | [0m 2019-06-24T19:07:49.030005995Z at > java.lang.Thread.run(Thread.java:748) [?:1.8.0_151] > [36mevent-router_1 | [0m 2019-06-24T19:07:49.030014495Z Caused > by: org.h2.jdbc.JdbcSQLException: General error: "class > org.apache.ignite.IgniteInterruptedException: Thread got interrupted while > trying to acquire table lock."; SQL statement: > [36mevent-router_1 | [0m 2019-06-24T19:07:49.030023395Z DROP > SCHEMA IF EXISTS "FDataEventCache" [50000-197] > [36mevent-router_1 | [0m 2019-06-24T19:07:49.030032195Z at > org.h2.message.DbException.getJdbcSQLException(DbException.java:357) > ~[h2-1.4.197.jar!/:?] > [36mevent-router_1 | [0m 2019-06-24T19:07:49.030040995Z at > org.h2.message.DbException.get(DbException.java:168) ~[h2-1.4.197.jar!/:?] > [36mevent-router_1 | [0m 2019-06-24T19:07:49.030049295Z at > org.h2.message.DbException.convert(DbException.java:307) > ~[h2-1.4.197.jar!/:?] > [36mevent-router_1 | [0m 2019-06-24T19:07:49.030057995Z at > org.h2.command.Command.executeUpdate(Command.java:274) > ~[h2-1.4.197.jar!/:?] > [36mevent-router_1 | [0m 2019-06-24T19:07:49.030067095Z at > org.h2.jdbc.JdbcStatement.executeUpdateInternal(JdbcStatement.java:169) > ~[h2-1.4.197.jar!/:?] > [36mevent-router_1 | [0m 2019-06-24T19:07:49.030076195Z at > org.h2.jdbc.JdbcStatement.executeUpdate(JdbcStatement.java:126) > ~[h2-1.4.197.jar!/:?] > [36mevent-router_1 | [0m 2019-06-24T19:07:49.030084595Z at > > org.apache.ignite.internal.processors.query.h2.IgniteH2Indexing.executeSystemStatement(IgniteH2Indexing.java:701) > ~[ignite-indexing-2.7.5.jar!/:2.7.5] > [36mevent-router_1 | [0m 2019-06-24T19:07:49.030093596Z ... 15 > more > [36mevent-router_1 | [0m 2019-06-24T19:07:49.030101996Z Caused > by: org.apache.ignite.IgniteInterruptedException: Thread got interrupted > while trying to acquire table lock. > [36mevent-router_1 | [0m 2019-06-24T19:07:49.030111096Z at > > org.apache.ignite.internal.processors.query.h2.opt.GridH2Table.lock(GridH2Table.java:308) > ~[ignite-indexing-2.7.5.jar!/:2.7.5] > [36mevent-router_1 | [0m 2019-06-24T19:07:49.030119596Z at > > org.apache.ignite.internal.processors.query.h2.opt.GridH2Table.removeChildrenAndResources(GridH2Table.java:339) > ~[ignite-indexing-2.7.5.jar!/:2.7.5] > [36mevent-router_1 | [0m 2019-06-24T19:07:49.030128396Z at > org.h2.engine.Database.removeSchemaObject(Database.java:1918) > ~[h2-1.4.197.jar!/:?] > [36mevent-router_1 | [0m 2019-06-24T19:07:49.030137896Z at > org.h2.schema.Schema.removeChildrenAndResources(Schema.java:151) > ~[h2-1.4.197.jar!/:?] > [36mevent-router_1 | [0m 2019-06-24T19:07:49.030147296Z at > org.h2.engine.Database.removeDatabaseObject(Database.java:1833) > ~[h2-1.4.197.jar!/:?] > [36mevent-router_1 | [0m 2019-06-24T19:07:49.030162496Z at > org.h2.command.ddl.DropSchema.update(DropSchema.java:62) > ~[h2-1.4.197.jar!/:?] > [36mevent-router_1 | [0m 2019-06-24T19:07:49.030171696Z at > org.h2.command.CommandContainer.update(CommandContainer.java:102) > ~[h2-1.4.197.jar!/:?] > [36mevent-router_1 | [0m 2019-06-24T19:07:49.030180697Z at > org.h2.command.Command.executeUpdate(Command.java:261) > ~[h2-1.4.197.jar!/:?] > [36mevent-router_1 | [0m 2019-06-24T19:07:49.030189397Z at > org.h2.jdbc.JdbcStatement.executeUpdateInternal(JdbcStatement.java:169) > ~[h2-1.4.197.jar!/:?] > [36mevent-router_1 | [0m 2019-06-24T19:07:49.030197697Z at > org.h2.jdbc.JdbcStatement.executeUpdate(JdbcStatement.java:126) > ~[h2-1.4.197.jar!/:?] > [36mevent-router_1 | [0m 2019-06-24T19:07:49.030206697Z at > > org.apache.ignite.internal.processors.query.h2.IgniteH2Indexing.executeSystemStatement(IgniteH2Indexing.java:701) > ~[ignite-indexing-2.7.5.jar!/:2.7.5] > [36mevent-router_1 | [0m 2019-06-24T19:07:49.030215397Z ... 15 > more > [36mevent-router_1 | [0m 2019-06-24T19:07:49.030224097Z Caused > by: java.lang.InterruptedException > [36mevent-router_1 | [0m 2019-06-24T19:07:49.030232697Z at > > java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireInterruptibly(AbstractQueuedSynchronizer.java:1220) > ~[?:1.8.0_151] > [36mevent-router_1 | [0m 2019-06-24T19:07:49.030241697Z at > > java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock.lockInterruptibly(ReentrantReadWriteLock.java:998) > ~[?:1.8.0_151] > [36mevent-router_1 | [0m 2019-06-24T19:07:49.030250297Z at > > org.apache.ignite.internal.processors.query.h2.opt.GridH2Table.lock(GridH2Table.java:295) > ~[ignite-indexing-2.7.5.jar!/:2.7.5] > [36mevent-router_1 | [0m 2019-06-24T19:07:49.030259097Z at > > org.apache.ignite.internal.processors.query.h2.opt.GridH2Table.removeChildrenAndResources(GridH2Table.java:339) > ~[ignite-indexing-2.7.5.jar!/:2.7.5] > [36mevent-router_1 | [0m 2019-06-24T19:07:49.030283898Z at > org.h2.engine.Database.removeSchemaObject(Database.java:1918) > ~[h2-1.4.197.jar!/:?] > [36mevent-router_1 | [0m 2019-06-24T19:07:49.030308398Z at > org.h2.schema.Schema.removeChildrenAndResources(Schema.java:151) > ~[h2-1.4.197.jar!/:?] > [36mevent-router_1 | [0m 2019-06-24T19:07:49.030349598Z at > org.h2.engine.Database.removeDatabaseObject(Database.java:1833) > ~[h2-1.4.197.jar!/:?] > [36mevent-router_1 | [0m 2019-06-24T19:07:49.030378499Z at > org.h2.command.ddl.DropSchema.update(DropSchema.java:62) > ~[h2-1.4.197.jar!/:?] > [36mevent-router_1 | [0m 2019-06-24T19:07:49.030386299Z at > org.h2.command.CommandContainer.update(CommandContainer.java:102) > ~[h2-1.4.197.jar!/:?] > [36mevent-router_1 | [0m 2019-06-24T19:07:49.030394199Z at > org.h2.command.Command.executeUpdate(Command.java:261) > ~[h2-1.4.197.jar!/:?] > [36mevent-router_1 | [0m 2019-06-24T19:07:49.030401899Z at > org.h2.jdbc.JdbcStatement.executeUpdateInternal(JdbcStatement.java:169) > ~[h2-1.4.197.jar!/:?] > [36mevent-router_1 | [0m 2019-06-24T19:07:49.030410999Z at > org.h2.jdbc.JdbcStatement.executeUpdate(JdbcStatement.java:126) > ~[h2-1.4.197.jar!/:?] > [36mevent-router_1 | [0m 2019-06-24T19:07:49.030418599Z at > > org.apache.ignite.internal.processors.query.h2.IgniteH2Indexing.executeSystemStatement(IgniteH2Indexing.java:701) > ~[ignite-indexing-2.7.5.jar!/:2.7.5] > [36mevent-router_1 | [0m 2019-06-24T19:07:49.030426399Z ... 15 > more > [36mevent-router_1 | [0m 2019-06-24T19:07:49.037537977Z > 2019-06-24 19:07:49.034 ERROR [exchange-worker-#38%TemenosGrid%] > GridDhtPartitionsExchangeFuture - Failed to reinitialize local partitions > (rebalancing will be stopped): GridDhtPartitionExchangeId > [topVer=AffinityTopologyVersion [topVer=15, minorTopVer=0], > discoEvt=DiscoveryEvent [evtNode=TcpDiscoveryNode > [id=95065a31-0585-4901-b3df-1d1ec2cc3788, addrs=[127.0.0.1, 172.18.0.12], > sockAddrs=[/127.0.0.1:0, 1527cb88fee6/172.18.0.12:0], discPort=0, > order=15, > intOrder=0, lastExchangeTime=1561403238326, loc=true, > ver=2.7.5#20190603-sha1:be4f2a15, isClient=true], topVer=15, > nodeId8=95065a31, msg=null, type=NODE_JOINED, tstamp=1561403268641], > nodeId=95065a31, evt=NODE_JOINED] > [36mevent-router_1 | [0m 2019-06-24T19:07:49.037565277Z > org.apache.ignite.IgniteInterruptedException: Thread got interrupted while > trying to acquire table lock. > [36mevent-router_1 | [0m 2019-06-24T19:07:49.037571377Z at > > org.apache.ignite.internal.processors.query.h2.opt.GridH2Table.lock(GridH2Table.java:308) > ~[ignite-indexing-2.7.5.jar!/:2.7.5] > [36mevent-router_1 | [0m 2019-06-24T19:07:49.037576077Z at > > org.apache.ignite.internal.processors.query.h2.opt.GridH2Table.proposeUserIndex(GridH2Table.java:585) > ~[ignite-indexing-2.7.5.jar!/:2.7.5] > [36mevent-router_1 | [0m 2019-06-24T19:07:49.037580677Z at > > org.apache.ignite.internal.processors.query.h2.IgniteH2Indexing.addInitialUserIndex(IgniteH2Indexing.java:852) > ~[ignite-indexing-2.7.5.jar!/:2.7.5] > [36mevent-router_1 | [0m 2019-06-24T19:07:49.037585377Z at > > org.apache.ignite.internal.processors.query.h2.IgniteH2Indexing.createTable(IgniteH2Indexing.java:2909) > ~[ignite-indexing-2.7.5.jar!/:2.7.5] > [36mevent-router_1 | [0m 2019-06-24T19:07:49.037589877Z at > > org.apache.ignite.internal.processors.query.h2.IgniteH2Indexing.registerType(IgniteH2Indexing.java:2809) > ~[ignite-indexing-2.7.5.jar!/:2.7.5] > [36mevent-router_1 | [0m 2019-06-24T19:07:49.037594477Z at > > org.apache.ignite.internal.processors.query.GridQueryProcessor.registerCache0(GridQueryProcessor.java:1633) > ~[ignite-core-2.7.5.jar!/:2.7.5] > [36mevent-router_1 | [0m 2019-06-24T19:07:49.037598877Z at > > org.apache.ignite.internal.processors.query.GridQueryProcessor.onCacheStart0(GridQueryProcessor.java:805) > ~[ignite-core-2.7.5.jar!/:2.7.5] > [36mevent-router_1 | [0m 2019-06-24T19:07:49.037603377Z at > > org.apache.ignite.internal.processors.query.GridQueryProcessor.onCacheStart(GridQueryProcessor.java:866) > ~[ignite-core-2.7.5.jar!/:2.7.5] > [36mevent-router_1 | [0m 2019-06-24T19:07:49.037609277Z at > > org.apache.ignite.internal.processors.cache.GridCacheProcessor.startCache(GridCacheProcessor.java:1330) > ~[ignite-core-2.7.5.jar!/:2.7.5] > [36mevent-router_1 | [0m 2019-06-24T19:07:49.037616577Z at > > org.apache.ignite.internal.processors.cache.GridCacheProcessor.prepareCacheStart(GridCacheProcessor.java:2165) > ~[ignite-core-2.7.5.jar!/:2.7.5] > [36mevent-router_1 | [0m 2019-06-24T19:07:49.037623977Z at > > org.apache.ignite.internal.processors.cache.GridCacheProcessor.startCachesOnLocalJoin(GridCacheProcessor.java:2023) > ~[ignite-core-2.7.5.jar!/:2.7.5] > [36mevent-router_1 | [0m 2019-06-24T19:07:49.037631178Z at > > org.apache.ignite.internal.processors.cache.distributed.dht.preloader.GridDhtPartitionsExchangeFuture.initCachesOnLocalJoin(GridDhtPartitionsExchangeFuture.java:927) > ~[ignite-core-2.7.5.jar!/:2.7.5] > [36mevent-router_1 | [0m 2019-06-24T19:07:49.037645978Z at > > org.apache.ignite.internal.processors.cache.distributed.dht.preloader.GridDhtPartitionsExchangeFuture.init(GridDhtPartitionsExchangeFuture.java:769) > [ignite-core-2.7.5.jar!/:2.7.5] > [36mevent-router_1 | [0m 2019-06-24T19:07:49.037650878Z at > > org.apache.ignite.internal.processors.cache.GridCachePartitionExchangeManager$ExchangeWorker.body0(GridCachePartitionExchangeManager.java:2668) > [ignite-core-2.7.5.jar!/:2.7.5] > [36mevent-router_1 | [0m 2019-06-24T19:07:49.037655478Z at > > org.apache.ignite.internal.processors.cache.GridCachePartitionExchangeManager$ExchangeWorker.body(GridCachePartitionExchangeManager.java:2540) > [ignite-core-2.7.5.jar!/:2.7.5] > [36mevent-router_1 | [0m 2019-06-24T19:07:49.037664378Z at > org.apache.ignite.internal.util.worker.GridWorker.run(GridWorker.java:120) > [ignite-core-2.7.5.jar!/:2.7.5] > [36mevent-router_1 | [0m 2019-06-24T19:07:49.037669178Z at > java.lang.Thread.run(Thread.java:748) [?:1.8.0_151] > [36mevent-router_1 | [0m 2019-06-24T19:07:49.037673578Z Caused > by: java.lang.InterruptedException > [36mevent-router_1 | [0m 2019-06-24T19:07:49.037677978Z at > > java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireInterruptibly(AbstractQueuedSynchronizer.java:1220) > ~[?:1.8.0_151] > [36mevent-router_1 | [0m 2019-06-24T19:07:49.037682478Z at > > java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock.lockInterruptibly(ReentrantReadWriteLock.java:998) > ~[?:1.8.0_151] > [36mevent-router_1 | [0m 2019-06-24T19:07:49.037686878Z at > > org.apache.ignite.internal.processors.query.h2.opt.GridH2Table.lock(GridH2Table.java:295) > ~[ignite-indexing-2.7.5.jar!/:2.7.5] > [36mevent-router_1 | [0m 2019-06-24T19:07:49.037691378Z ... 16 > more > [36mevent-router_1 | [0m 2019-06-24T19:07:49.059081211Z > 2019-06-24 19:07:49.056 ERROR [exchange-worker-#38%TemenosGrid%] > GridCachePartitionExchangeManager - Failed to wait for completion of > partition map exchange (preloading will not start): > GridDhtPartitionsExchangeFuture [firstDiscoEvt=DiscoveryEvent > [evtNode=TcpDiscoveryNode [id=95065a31-0585-4901-b3df-1d1ec2cc3788, > addrs=[127.0.0.1, 172.18.0.12], sockAddrs=[/127.0.0.1:0, > 1527cb88fee6/172.18.0.12:0], discPort=0, order=15, intOrder=0, > lastExchangeTime=1561403238326, loc=true, ver=2.7.5#20190603-sha1:be4f2a15, > isClient=true], topVer=15, nodeId8=95065a31, msg=null, type=NODE_JOINED, > tstamp=1561403268641], crd=TcpDiscoveryNode > [id=b889fa96-1b37-46b0-8a48-6d29fd52b5d8, addrs=[127.0.0.1, 172.18.0.2], > sockAddrs=[e3e89105d214/172.18.0.2:47500, /127.0.0.1:47500], > discPort=47500, > order=1, intOrder=1, lastExchangeTime=1561403238525, loc=false, > ver=2.7.5#20190603-sha1:be4f2a15, isClient=false], > exchId=GridDhtPartitionExchangeId [topVer=AffinityTopologyVersion > [topVer=15, minorTopVer=0], discoEvt=DiscoveryEvent > [evtNode=TcpDiscoveryNode [id=95065a31-0585-4901-b3df-1d1ec2cc3788, > addrs=[127.0.0.1, 172.18.0.12], sockAddrs=[/127.0.0.1:0, > 1527cb88fee6/172.18.0.12:0], discPort=0, order=15, intOrder=0, > lastExchangeTime=1561403238326, loc=true, ver=2.7.5#20190603-sha1:be4f2a15, > isClient=true], topVer=15, nodeId8=95065a31, msg=null, type=NODE_JOINED, > tstamp=1561403268641], nodeId=95065a31, evt=NODE_JOINED], added=true, > initFut=GridFutureAdapter [ignoreInterrupts=false, state=DONE, res=false, > hash=149167348], init=false, lastVer=null, partReleaseFut=null, > exchActions=null, affChangeMsg=null, initTs=1561403268676, > centralizedAff=false, forceAffReassignment=false, exchangeLocE=null, > cacheChangeFailureMsgSent=false, done=true, state=CLIENT, > registerCachesFuture=null, partitionsSent=false, partitionsReceived=false, > delayedLatestMsg=null, afterLsnrCompleteFut=GridFutureAdapter > [ignoreInterrupts=false, state=DONE, res=null, hash=2119822359], > evtLatch=0, > remaining=[b889fa96-1b37-46b0-8a48-6d29fd52b5d8], super=GridFutureAdapter > [ignoreInterrupts=false, state=DONE, res=class > o.a.i.IgniteInterruptedException: Thread got interrupted while trying to > acquire table lock., hash=687709576]] > [36mevent-router_1 | [0m 2019-06-24T19:07:49.059129311Z > org.apache.ignite.IgniteCheckedException: Thread got interrupted while > trying to acquire table lock. > [36mevent-router_1 | [0m 2019-06-24T19:07:49.059138311Z at > org.apache.ignite.internal.util.IgniteUtils.cast(IgniteUtils.java:7429) > [ignite-core-2.7.5.jar!/:2.7.5] > [36mevent-router_1 | [0m 2019-06-24T19:07:49.059161812Z at > > org.apache.ignite.internal.util.future.GridFutureAdapter.resolve(GridFutureAdapter.java:261) > ~[ignite-core-2.7.5.jar!/:2.7.5] > [36mevent-router_1 | [0m 2019-06-24T19:07:49.059168312Z at > > org.apache.ignite.internal.util.future.GridFutureAdapter.get0(GridFutureAdapter.java:209) > ~[ignite-core-2.7.5.jar!/:2.7.5] > [36mevent-router_1 | [0m 2019-06-24T19:07:49.059185812Z at > > org.apache.ignite.internal.util.future.GridFutureAdapter.get(GridFutureAdapter.java:160) > ~[ignite-core-2.7.5.jar!/:2.7.5] > [36mevent-router_1 | [0m 2019-06-24T19:07:49.059193312Z at > > org.apache.ignite.internal.processors.cache.GridCachePartitionExchangeManager$ExchangeWorker.body0(GridCachePartitionExchangeManager.java:2696) > [ignite-core-2.7.5.jar!/:2.7.5] > [36mevent-router_1 | [0m 2019-06-24T19:07:49.059200212Z at > > org.apache.ignite.internal.processors.cache.GridCachePartitionExchangeManager$ExchangeWorker.body(GridCachePartitionExchangeManager.java:2540) > [ignite-core-2.7.5.jar!/:2.7.5] > [36mevent-router_1 | [0m 2019-06-24T19:07:49.059206712Z at > org.apache.ignite.internal.util.worker.GridWorker.run(GridWorker.java:120) > [ignite-core-2.7.5.jar!/:2.7.5] > [36mevent-router_1 | [0m 2019-06-24T19:07:49.059213112Z at > java.lang.Thread.run(Thread.java:748) [?:1.8.0_151] > [36mevent-router_1 | [0m 2019-06-24T19:07:49.059219412Z Caused > by: org.apache.ignite.IgniteInterruptedException: Thread got interrupted > while trying to acquire table lock. > [36mevent-router_1 | [0m 2019-06-24T19:07:49.059225712Z at > > org.apache.ignite.internal.processors.query.h2.opt.GridH2Table.lock(GridH2Table.java:308) > ~[ignite-indexing-2.7.5.jar!/:2.7.5] > [36mevent-router_1 | [0m 2019-06-24T19:07:49.059232112Z at > > org.apache.ignite.internal.processors.query.h2.opt.GridH2Table.proposeUserIndex(GridH2Table.java:585) > ~[ignite-indexing-2.7.5.jar!/:2.7.5] > [36mevent-router_1 | [0m 2019-06-24T19:07:49.059238712Z at > > org.apache.ignite.internal.processors.query.h2.IgniteH2Indexing.addInitialUserIndex(IgniteH2Indexing.java:852) > ~[ignite-indexing-2.7.5.jar!/:2.7.5] > [36mevent-router_1 | [0m 2019-06-24T19:07:49.059245013Z at > > org.apache.ignite.internal.processors.query.h2.IgniteH2Indexing.createTable(IgniteH2Indexing.java:2909) > ~[ignite-indexing-2.7.5.jar!/:2.7.5] > [36mevent-router_1 | [0m 2019-06-24T19:07:49.059252213Z at > > org.apache.ignite.internal.processors.query.h2.IgniteH2Indexing.registerType(IgniteH2Indexing.java:2809) > ~[ignite-indexing-2.7.5.jar!/:2.7.5] > [36mevent-router_1 | [0m 2019-06-24T19:07:49.059258813Z at > > org.apache.ignite.internal.processors.query.GridQueryProcessor.registerCache0(GridQueryProcessor.java:1633) > ~[ignite-core-2.7.5.jar!/:2.7.5] > [36mevent-router_1 | [0m 2019-06-24T19:07:49.059265313Z at > > org.apache.ignite.internal.processors.query.GridQueryProcessor.onCacheStart0(GridQueryProcessor.java:805) > ~[ignite-core-2.7.5.jar!/:2.7.5] > [36mevent-router_1 | [0m 2019-06-24T19:07:49.059271813Z at > > org.apache.ignite.internal.processors.query.GridQueryProcessor.onCacheStart(GridQueryProcessor.java:866) > ~[ignite-core-2.7.5.jar!/:2.7.5] > [36mevent-router_1 | [0m 2019-06-24T19:07:49.059278413Z at > > org.apache.ignite.internal.processors.cache.GridCacheProcessor.startCache(GridCacheProcessor.java:1330) > ~[ignite-core-2.7.5.jar!/:2.7.5] > [36mevent-router_1 | [0m 2019-06-24T19:07:49.059284913Z at > > org.apache.ignite.internal.processors.cache.GridCacheProcessor.prepareCacheStart(GridCacheProcessor.java:2165) > ~[ignite-core-2.7.5.jar!/:2.7.5] > [36mevent-router_1 | [0m 2019-06-24T19:07:49.059293213Z at > > org.apache.ignite.internal.processors.cache.GridCacheProcessor.startCachesOnLocalJoin(GridCacheProcessor.java:2023) > ~[ignite-core-2.7.5.jar!/:2.7.5] > [36mevent-router_1 | [0m 2019-06-24T19:07:49.059299713Z at > > org.apache.ignite.internal.processors.cache.distributed.dht.preloader.GridDhtPartitionsExchangeFuture.initCachesOnLocalJoin(GridDhtPartitionsExchangeFuture.java:927) > ~[ignite-core-2.7.5.jar!/:2.7.5] > [36mevent-router_1 | [0m 2019-06-24T19:07:49.059306613Z at > > org.apache.ignite.internal.processors.cache.distributed.dht.preloader.GridDhtPartitionsExchangeFuture.init(GridDhtPartitionsExchangeFuture.java:769) > ~[ignite-core-2.7.5.jar!/:2.7.5] > [36mevent-router_1 | [0m 2019-06-24T19:07:49.059318513Z at > > org.apache.ignite.internal.processors.cache.GridCachePartitionExchangeManager$ExchangeWorker.body0(GridCachePartitionExchangeManager.java:2668) > ~[ignite-core-2.7.5.jar!/:2.7.5] > [36mevent-router_1 | [0m 2019-06-24T19:07:49.059325813Z ... 3 > more > [36mevent-router_1 | [0m 2019-06-24T19:07:49.059359114Z Caused > by: java.lang.InterruptedException > [36mevent-router_1 | [0m 2019-06-24T19:07:49.059366614Z at > > java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireInterruptibly(AbstractQueuedSynchronizer.java:1220) > ~[?:1.8.0_151] > [36mevent-router_1 | [0m 2019-06-24T19:07:49.059381914Z at > > java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock.lockInterruptibly(ReentrantReadWriteLock.java:998) > ~[?:1.8.0_151] > [36mevent-router_1 | [0m 2019-06-24T19:07:49.059388814Z at > > org.apache.ignite.internal.processors.query.h2.opt.GridH2Table.lock(GridH2Table.java:295) > ~[ignite-indexing-2.7.5.jar!/:2.7.5] > [36mevent-router_1 | [0m 2019-06-24T19:07:49.059396514Z at > > org.apache.ignite.internal.processors.query.h2.opt.GridH2Table.proposeUserIndex(GridH2Table.java:585) > ~[ignite-indexing-2.7.5.jar!/:2.7.5] > [36mevent-router_1 | [0m 2019-06-24T19:07:49.059403314Z at > > org.apache.ignite.internal.processors.query.h2.IgniteH2Indexing.addInitialUserIndex(IgniteH2Indexing.java:852) > ~[ignite-indexing-2.7.5.jar!/:2.7.5] > [36mevent-router_1 | [0m 2019-06-24T19:07:49.059409614Z at > > org.apache.ignite.internal.processors.query.h2.IgniteH2Indexing.createTable(IgniteH2Indexing.java:2909) > ~[ignite-indexing-2.7.5.jar!/:2.7.5] > [36mevent-router_1 | [0m 2019-06-24T19:07:49.059416114Z at > > org.apache.ignite.internal.processors.query.h2.IgniteH2Indexing.registerType(IgniteH2Indexing.java:2809) > ~[ignite-indexing-2.7.5.jar!/:2.7.5] > [36mevent-router_1 | [0m 2019-06-24T19:07:49.059422614Z at > > org.apache.ignite.internal.processors.query.GridQueryProcessor.registerCache0(GridQueryProcessor.java:1633) > ~[ignite-core-2.7.5.jar!/:2.7.5] > [36mevent-router_1 | [0m 2019-06-24T19:07:49.059429115Z at > > org.apache.ignite.internal.processors.query.GridQueryProcessor.onCacheStart0(GridQueryProcessor.java:805) > ~[ignite-core-2.7.5.jar!/:2.7.5] > [36mevent-router_1 | [0m 2019-06-24T19:07:49.059435615Z at > > org.apache.ignite.internal.processors.query.GridQueryProcessor.onCacheStart(GridQueryProcessor.java:866) > ~[ignite-core-2.7.5.jar!/:2.7.5] > [36mevent-router_1 | [0m 2019-06-24T19:07:49.059442015Z at > > org.apache.ignite.internal.processors.cache.GridCacheProcessor.startCache(GridCacheProcessor.java:1330) > ~[ignite-core-2.7.5.jar!/:2.7.5] > [36mevent-router_1 | [0m 2019-06-24T19:07:49.059448415Z at > > org.apache.ignite.internal.processors.cache.GridCacheProcessor.prepareCacheStart(GridCacheProcessor.java:2165) > ~[ignite-core-2.7.5.jar!/:2.7.5] > [36mevent-router_1 | [0m 2019-06-24T19:07:49.059454915Z at > > org.apache.ignite.internal.processors.cache.GridCacheProcessor.startCachesOnLocalJoin(GridCacheProcessor.java:2023) > ~[ignite-core-2.7.5.jar!/:2.7.5] > [36mevent-router_1 | [0m 2019-06-24T19:07:49.059461315Z at > > org.apache.ignite.internal.processors.cache.distributed.dht.preloader.GridDhtPartitionsExchangeFuture.initCachesOnLocalJoin(GridDhtPartitionsExchangeFuture.java:927) > ~[ignite-core-2.7.5.jar!/:2.7.5] > [36mevent-router_1 | [0m 2019-06-24T19:07:49.059468115Z at > > org.apache.ignite.internal.processors.cache.distributed.dht.preloader.GridDhtPartitionsExchangeFuture.init(GridDhtPartitionsExchangeFuture.java:769) > ~[ignite-core-2.7.5.jar!/:2.7.5] > [36mevent-router_1 | [0m 2019-06-24T19:07:49.059474815Z at > > org.apache.ignite.internal.processors.cache.GridCachePartitionExchangeManager$ExchangeWorker.body0(GridCachePartitionExchangeManager.java:2668) > ~[ignite-core-2.7.5.jar!/:2.7.5] > [36mevent-router_1 | [0m 2019-06-24T19:07:49.059486515Z ... 3 > more > This message was sent from [email protected] to the > [email protected] mailing list. > This message will not appear in this archive until it has been accepted by > the mailing list. You may want to save a copy of this message in case it is > not accepted. > > > > > -- > Sent from: http://apache-ignite-users.70518.x6.nabble.com/ >
