I am using 2.4.0, embedded in spring. Originally It worked, But when I set work directory and turn on/down some times, It didn't work.
below is full log from started server. For test, I only turned on only a server, and trying to activate only one node.(When I tried to cluster activate, error which related db connection is occured. 2018-05-11 16:00:20.085 INFO 15888 --- [ main] org.apache.ignite.internal.IgniteKernal : Config URL: n/a 2018-05-11 16:00:20.155 INFO 15888 --- [ main] org.apache.ignite.internal.IgniteKernal : IgniteConfiguration [igniteInstanceName=null, pubPoolSize=8, svcPoolSize=8, callbackPoolSize=8, stripedPoolSize=8, sysPoolSize=8, mgmtPoolSize=4, igfsPoolSize=1, dataStreamerPoolSize=8, utilityCachePoolSize=8, utilityCacheKeepAliveTime=60000, p2pPoolSize=2, qryPoolSize=8, igniteHome=null, igniteWorkDir=/data/ignite/work, mbeanSrv=com.sun.jmx.mbeanserver.JmxMBeanServer@382f47f5, nodeId=c75638fc-c4b1-4903-b5c2-f14148788b3b, marsh=org.apache.ignite.internal.binary.BinaryMarshaller@ec756bd, marshLocJobs=false, daemon=false, p2pEnabled=false, netTimeout=5000, sndRetryDelay=1000, sndRetryCnt=3, metricsHistSize=10000, metricsUpdateFreq=2000, metricsExpTime=9223372036854775807, discoSpi=TcpDiscoverySpi [addrRslvr=null, sockTimeout=0, ackTimeout=0, marsh=null, reconCnt=10, reconDelay=2000, maxAckTimeout=600000, forceSrvMode=false, clientReconnectDisabled=false], segPlc=STOP, segResolveAttempts=2, waitForSegOnStart=true, allResolversPassReq=true, segChkFreq=10000, commSpi=TcpCommunicationSpi [connectGate=null, connPlc=null, enableForcibleNodeKill=false, enableTroubleshootingLog=false, srvLsnr=org.apache.ignite.spi.communication.tcp.TcpCommunicationSpi$2@3d121db3, locAddr=null, locHost=null, locPort=47100, locPortRange=100, shmemPort=-1, directBuf=true, directSndBuf=false, idleConnTimeout=600000, connTimeout=5000, maxConnTimeout=600000, reconCnt=10, sockSndBuf=32768, sockRcvBuf=32768, msgQueueLimit=0, slowClientQueueLimit=0, nioSrvr=null, shmemSrv=null, usePairedConnections=false, connectionsPerNode=1, tcpNoDelay=true, filterReachableAddresses=false, ackSndThreshold=32, unackedMsgsBufSize=0, sockWriteTimeout=2000, lsnr=null, boundTcpPort=-1, boundTcpShmemPort=-1, selectorsCnt=4, selectorSpins=0, addrRslvr=null, ctxInitLatch=java.util.concurrent.CountDownLatch@3b07a0d6[Count = 1], stopping=false, metricsLsnr=org.apache.ignite.spi.communication.tcp.TcpCommunicationMetricsListener@11a9e7c8], evtSpi=org.apache.ignite.spi.eventstorage.NoopEventStorageSpi@3901d134, colSpi=NoopCollisionSpi [], deploySpi=LocalDeploymentSpi [lsnr=null], indexingSpi=org.apache.ignite.spi.indexing.noop.NoopIndexingSpi@4c1d9d4b, addrRslvr=null, clientMode=false, rebalanceThreadPoolSize=1, txCfg=org.apache.ignite.configuration.TransactionConfiguration@7b227d8d, cacheSanityCheckEnabled=true, discoStartupDelay=60000, deployMode=SHARED, p2pMissedCacheSize=100, locHost=null, timeSrvPortBase=31100, timeSrvPortRange=100, failureDetectionTimeout=10000, clientFailureDetectionTimeout=30000, metricsLogFreq=60000, hadoopCfg=null, connectorCfg=org.apache.ignite.configuration.ConnectorConfiguration@7219ec67, odbcCfg=null, warmupClos=null, atomicCfg=AtomicConfiguration [seqReserveSize=1000, cacheMode=PARTITIONED, backups=1, aff=null, grpName=null], classLdr=null, sslCtxFactory=null, platformCfg=null, binaryCfg=null, memCfg=null, pstCfg=null, dsCfg=DataStorageConfiguration [sysRegionInitSize=41943040, sysCacheMaxSize=104857600, pageSize=4096, concLvl=0, dfltDataRegConf=DataRegionConfiguration [name=cc, maxSize=2147483648, initSize=2147483648, swapPath=null, pageEvictionMode=DISABLED, evictionThreshold=0.9, emptyPagesPoolSize=100, metricsEnabled=false, metricsSubIntervalCount=5, metricsRateTimeInterval=60000, persistenceEnabled=true, checkpointPageBufSize=0], storagePath=null, checkpointFreq=180000, lockWaitTime=10000, checkpointThreads=4, checkpointWriteOrder=SEQUENTIAL, walHistSize=20, walSegments=10, walSegmentSize=67108864, walPath=db/wal, walArchivePath=db/wal/archive, metricsEnabled=false, walMode=LOG_ONLY, walTlbSize=131072, walBuffSize=0, walFlushFreq=2000, walFsyncDelay=1000, walRecordIterBuffSize=67108864, alwaysWriteFullPages=false, fileIOFactory=org.apache.ignite.internal.processors.cache.persistence.file.AsyncFileIOFactory@30b7c004, metricsSubIntervalCnt=5, metricsRateTimeInterval=60000, walAutoArchiveAfterInactivity=-1, writeThrottlingEnabled=false, walCompactionEnabled=false], activeOnStart=true, autoActivation=true, longQryWarnTimeout=3000, sqlConnCfg=null, cliConnCfg=ClientConnectorConfiguration [host=null, port=10800, portRange=100, sockSndBufSize=0, sockRcvBufSize=0, tcpNoDelay=true, maxOpenCursorsPerConn=128, threadPoolSize=8, idleTimeout=0, jdbcEnabled=true, odbcEnabled=true, thinCliEnabled=true]] 2018-05-11 16:00:20.156 INFO 15888 --- [ main] org.apache.ignite.internal.IgniteKernal : Daemon mode: off [16:00:20] OS: Linux 3.10.0-327.36.3.el7.x86_64 amd64 2018-05-11 16:00:20.156 INFO 15888 --- [ main] org.apache.ignite.internal.IgniteKernal : OS: Linux 3.10.0-327.36.3.el7.x86_64 amd64 2018-05-11 16:00:20.156 INFO 15888 --- [ main] org.apache.ignite.internal.IgniteKernal : OS user: root 2018-05-11 16:00:20.182 INFO 15888 --- [ main] org.apache.ignite.internal.IgniteKernal : PID: 15888 [16:00:20] VM information: Java(TM) SE Runtime Environment 1.8.0_171-b11 Oracle Corporation Java HotSpot(TM) 64-Bit Server VM 25.171-b11 2018-05-11 16:00:20.183 INFO 15888 --- [ main] org.apache.ignite.internal.IgniteKernal : Language runtime: Java Platform API Specification ver. 1.8 2018-05-11 16:00:20.184 INFO 15888 --- [ main] org.apache.ignite.internal.IgniteKernal : VM information: Java(TM) SE Runtime Environment 1.8.0_171-b11 Oracle Corporation Java HotSpot(TM) 64-Bit Server VM 25.171-b11 2018-05-11 16:00:20.186 INFO 15888 --- [ main] org.apache.ignite.internal.IgniteKernal : VM total memory: 0.97GB 2018-05-11 16:00:20.186 INFO 15888 --- [ main] org.apache.ignite.internal.IgniteKernal : Remote Management [restart: off, REST: on, JMX (remote: off)] 2018-05-11 16:00:20.186 INFO 15888 --- [ main] org.apache.ignite.internal.IgniteKernal : Logger: JavaLogger [quiet=true, config=null] 2018-05-11 16:00:20.187 INFO 15888 --- [ main] org.apache.ignite.internal.IgniteKernal : IGNITE_HOME=null 2018-05-11 16:00:20.187 INFO 15888 --- [ main] org.apache.ignite.internal.IgniteKernal : VM arguments: [-Dspring.profiles.active=dev, -Djava.awt.headless=true, -Dfile.encoding=UTF-8, -Xms1g, -Xmx1g, -XX:NewSize=250m, -XX:MaxNewSize=250m, -XX:MaxMetaspaceSize=64m, -XX:CompressedClassSpaceSize=16m, -XX:SurvivorRatio=6, -XX:+UseParNewGC, -XX:+UseConcMarkSweepGC, -XX:ParallelGCThreads=2, -XX:MaxTenuringThreshold=3, -XX:MaxGCPauseMillis=1000, -XX:+DisableExplicitGC, -XX:+ExplicitGCInvokesConcurrent, -verbose:gc, -XX:+PrintGCDetails, -XX:+PrintGCDateStamps, -Xloggc:/data/log/catalina/ex-node1/GC.log, -XX:+CMSClassUnloadingEnabled, -Dtomcat.host=ex-node1] 2018-05-11 16:00:20.187 INFO 15888 --- [ main] org.apache.ignite.internal.IgniteKernal : System cache's DataRegion size is configured to 40 MB. Use DataStorageConfiguration.systemCacheMemorySize property to change the setting. 2018-05-11 16:00:20.224 INFO 15888 --- [ main] org.apache.ignite.internal.IgniteKernal : Configured caches [in 'sysMemPlc' dataRegion: ['ignite-sys-cache']] [16:00:20] Configured plugins: 2018-05-11 16:00:20.513 INFO 15888 --- [ main] o.a.i.i.p.plugin.IgnitePluginProcessor : Configured plugins: [16:00:20] ^-- None 2018-05-11 16:00:20.513 INFO 15888 --- [ main] o.a.i.i.p.plugin.IgnitePluginProcessor : ^-- None [16:00:20] 2018-05-11 16:00:20.513 INFO 15888 --- [ main] o.a.i.i.p.plugin.IgnitePluginProcessor : 2018-05-11 16:00:20.648 INFO 15888 --- [ main] o.a.i.s.c.tcp.TcpCommunicationSpi : Successfully bound communication NIO server to TCP port [port=47100, locHost=0.0.0.0/0.0.0.0, selectorsCnt=4, selectorSpins=0, pairedConn=false] 2018-05-11 16:00:20.710 WARN 15888 --- [ main] o.a.i.s.c.tcp.TcpCommunicationSpi : 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. [16:00:20] 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. 2018-05-11 16:00:20.747 WARN 15888 --- [ main] o.a.i.s.c.noop.NoopCheckpointSpi : Checkpoints are disabled (to enable configure any GridCheckpointSpi implementation) 2018-05-11 16:00:20.850 WARN 15888 --- [ main] o.a.i.i.m.c.GridCollisionManager : Collision resolution is disabled (all jobs will be activated upon arrival). [16:00:20] Security status [authentication=off, tls/ssl=off] 2018-05-11 16:00:20.851 INFO 15888 --- [ main] org.apache.ignite.internal.IgniteKernal : Security status [authentication=off, tls/ssl=off] 2018-05-11 16:00:20.955 INFO 15888 --- [ main] i.i.p.c.b.CacheObjectBinaryProcessorImpl : Resolved directory for serialized binary metadata: /data/ignite/work/binary_meta/node1 2018-05-11 16:00:21.337 INFO 15888 --- [ main] o.a.i.i.p.c.p.file.FilePageStoreManager : Resolved page store work directory: /data/ignite/work/db/node1 2018-05-11 16:00:21.337 INFO 15888 --- [ main] o.a.i.i.p.c.p.w.FileWriteAheadLogManager : Resolved write ahead log work directory: /data/ignite/work/db/wal/node1 2018-05-11 16:00:21.337 INFO 15888 --- [ main] o.a.i.i.p.c.p.w.FileWriteAheadLogManager : Resolved write ahead log archive directory: /data/ignite/work/db/wal/archive/node1 2018-05-11 16:00:21.378 INFO 15888 --- [ main] o.a.i.i.p.c.p.w.FileWriteAheadLogManager : Started write-ahead log manager [mode=LOG_ONLY] 2018-05-11 16:00:21.398 INFO 15888 --- [ main] i.i.p.c.p.GridCacheDatabaseSharedManager : Read checkpoint status [startMarker=null, endMarker=null] 2018-05-11 16:00:21.414 INFO 15888 --- [ main] o.a.i.i.p.c.p.pagemem.PageMemoryImpl : Started page memory [memoryAllocated=100.0 MiB, pages=24937, tableSize=1.4 MiB, checkpointBuffer=100.0 MiB] 2018-05-11 16:00:21.415 INFO 15888 --- [ main] i.i.p.c.p.GridCacheDatabaseSharedManager : Checking memory state [lastValidPos=FileWALPointer [idx=0, fileOff=0, len=0], lastMarked=FileWALPointer [idx=0, fileOff=0, len=0], lastCheckpointId=00000000-0000-0000-0000-000000000000] 2018-05-11 16:00:21.432 INFO 15888 --- [ main] i.i.p.c.p.GridCacheDatabaseSharedManager : Applying lost cache updates since last checkpoint record [lastMarked=FileWALPointer [idx=0, fileOff=0, len=0], lastCheckpointId=00000000-0000-0000-0000-000000000000] 2018-05-11 16:00:21.433 INFO 15888 --- [ main] i.i.p.c.p.GridCacheDatabaseSharedManager : Finished applying WAL changes [updatesApplied=0, time=0ms] 2018-05-11 16:00:21.616 INFO 15888 --- [ main] o.a.i.i.p.odbc.ClientListenerProcessor : Client connector processor has started on TCP port 10800 2018-05-11 16:00:21.701 INFO 15888 --- [ main] o.a.i.i.p.r.p.tcp.GridTcpRestProtocol : Command protocol successfully started [name=TCP binary, host=0.0.0.0/0.0.0.0, port=11211] 2018-05-11 16:00:21.764 INFO 15888 --- [ main] org.apache.ignite.internal.IgniteKernal : Non-loopback local IPs: 172.16.135.34, fe80:0:0:0:b4bf:a9ff:fe04:3262%eth0 2018-05-11 16:00:21.765 INFO 15888 --- [ main] org.apache.ignite.internal.IgniteKernal : Enabled local MACs: B6BFA9043262 2018-05-11 16:00:21.803 INFO 15888 --- [ main] o.a.i.spi.discovery.tcp.TcpDiscoverySpi : Successfully bound to TCP port [port=47500, localHost=0.0.0.0/0.0.0.0, locNodeId=c75638fc-c4b1-4903-b5c2-f14148788b3b] 2018-05-11 16:00:21.807 INFO 15888 --- [ main] .s.d.t.i.z.TcpDiscoveryZookeeperIpFinder : Initializing ZooKeeper IP Finder. 2018-05-11 16:00:22.046 INFO 15888 --- [ main] o.a.c.f.imps.CuratorFrameworkImpl : Starting 2018-05-11 16:00:22.099 INFO 15888 --- [ main] org.apache.zookeeper.ZooKeeper : Client environment:zookeeper.version=3.4.6-1569965, built on 02/20/2014 09:09 GMT 2018-05-11 16:00:22.100 INFO 15888 --- [ main] org.apache.zookeeper.ZooKeeper : Client environment:host.name=ex-node1 2018-05-11 16:00:22.100 INFO 15888 --- [ main] org.apache.zookeeper.ZooKeeper : Client environment:java.version=1.8.0_171 2018-05-11 16:00:22.100 INFO 15888 --- [ main] org.apache.zookeeper.ZooKeeper : Client environment:java.vendor=Oracle Corporation 2018-05-11 16:00:22.100 INFO 15888 --- [ main] org.apache.zookeeper.ZooKeeper : Client environment:java.home=/usr/java/jdk1.8.0_171-amd64/jre 2018-05-11 16:00:22.100 INFO 15888 --- [ main] org.apache.zookeeper.ZooKeeper : Client environment:java.class.path=/data/www/expresso-storage/expresso-storage.jar 2018-05-11 16:00:22.100 INFO 15888 --- [ main] org.apache.zookeeper.ZooKeeper : Client environment:java.library.path=/usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib 2018-05-11 16:00:22.100 INFO 15888 --- [ main] org.apache.zookeeper.ZooKeeper : Client environment:java.io.tmpdir=/tmp 2018-05-11 16:00:22.100 INFO 15888 --- [ main] org.apache.zookeeper.ZooKeeper : Client environment:java.compiler=<NA> 2018-05-11 16:00:22.100 INFO 15888 --- [ main] org.apache.zookeeper.ZooKeeper : Client environment:os.name=Linux 2018-05-11 16:00:22.100 INFO 15888 --- [ main] org.apache.zookeeper.ZooKeeper : Client environment:os.arch=amd64 2018-05-11 16:00:22.100 INFO 15888 --- [ main] org.apache.zookeeper.ZooKeeper : Client environment:os.version=3.10.0-327.36.3.el7.x86_64 2018-05-11 16:00:22.100 INFO 15888 --- [ main] org.apache.zookeeper.ZooKeeper : Client environment:user.name=root 2018-05-11 16:00:22.100 INFO 15888 --- [ main] org.apache.zookeeper.ZooKeeper : Client environment:user.home=/root 2018-05-11 16:00:22.100 INFO 15888 --- [ main] org.apache.zookeeper.ZooKeeper : Client environment:user.dir=/ 2018-05-11 16:00:22.102 INFO 15888 --- [ main] org.apache.zookeeper.ZooKeeper : Initiating client connection, connectString=172.16.135.154 sessionTimeout=60000 watcher=org.apache.curator.ConnectionState@411f53a0 2018-05-11 16:00:22.214 INFO 15888 --- [6.135.154:2181)] org.apache.zookeeper.ClientCnxn : Opening socket connection to server 172.16.135.154/172.16.135.154:2181. Will not attempt to authenticate using SASL (unknown error) 2018-05-11 16:00:22.229 INFO 15888 --- [6.135.154:2181)] org.apache.zookeeper.ClientCnxn : Socket connection established to 172.16.135.154/172.16.135.154:2181, initiating session 2018-05-11 16:00:22.263 INFO 15888 --- [6.135.154:2181)] org.apache.zookeeper.ClientCnxn : Session establishment complete on server 172.16.135.154/172.16.135.154:2181, sessionid = 0x1000005cc8d007a, negotiated timeout = 40000 2018-05-11 16:00:22.279 INFO 15888 --- [ain-EventThread] o.a.c.f.state.ConnectionStateManager : State change: CONNECTED 2018-05-11 16:00:22.642 INFO 15888 --- [ main] .s.d.t.i.z.TcpDiscoveryZookeeperIpFinder : Registering addresses with ZooKeeper IP Finder: [/0:0:0:0:0:0:0:1%lo:47500, /127.0.0.1:47500, ex-node1/172.16.135.34:47500] 2018-05-11 16:00:23.096 INFO 15888 --- [ main] .s.d.t.i.z.TcpDiscoveryZookeeperIpFinder : ZooKeeper IP Finder resolved addresses: [/0:0:0:0:0:0:0:1%lo:47500, /127.0.0.1:47500, /172.16.135.34:47500] 2018-05-11 16:00:23.114 WARN 15888 --- [ main] org.apache.ignite.internal.IgniteKernal : Nodes started on local machine require more than 20% of physical RAM what can lead to significant slowdown due to swapping (please decrease JVM heap size, data region size or checkpoint buffer size) [required=3652MB, available=1830MB] [16:00:23] Nodes started on local machine require more than 20% of physical RAM what can lead to significant slowdown due to swapping (please decrease JVM heap size, data region size or checkpoint buffer size) [required=3652MB, available=1830MB] [16:00:23] Performance suggestions for grid (fix if possible) 2018-05-11 16:00:23.247 INFO 15888 --- [ main] org.apache.ignite.internal.IgniteKernal : Performance suggestions for grid (fix if possible) [16:00:23] To disable, set -DIGNITE_PERFORMANCE_SUGGESTIONS_DISABLED=true 2018-05-11 16:00:23.247 INFO 15888 --- [ main] org.apache.ignite.internal.IgniteKernal : To disable, set -DIGNITE_PERFORMANCE_SUGGESTIONS_DISABLED=true [16:00:23] ^-- Disable grid events (remove 'includeEventTypes' from configuration) 2018-05-11 16:00:23.247 INFO 15888 --- [ main] org.apache.ignite.internal.IgniteKernal : ^-- Disable grid events (remove 'includeEventTypes' from configuration) [16:00:23] ^-- Enable G1 Garbage Collector (add '-XX:+UseG1GC' to JVM options) 2018-05-11 16:00:23.247 INFO 15888 --- [ main] org.apache.ignite.internal.IgniteKernal : ^-- Enable G1 Garbage Collector (add '-XX:+UseG1GC' to JVM options) [16:00:23] ^-- Set max direct memory size if getting 'OOME: Direct buffer memory' (add '-XX:MaxDirectMemorySize=<size>[g|G|m|M|k|K]' to JVM options) 2018-05-11 16:00:23.247 INFO 15888 --- [ main] org.apache.ignite.internal.IgniteKernal : ^-- Set max direct memory size if getting 'OOME: Direct buffer memory' (add '-XX:MaxDirectMemorySize=<size>[g|G|m|M|k|K]' to JVM options) [16:00:23] ^-- Speed up flushing of dirty pages by OS (alter vm.dirty_expire_centisecs parameter by setting to 500) 2018-05-11 16:00:23.248 INFO 15888 --- [ main] org.apache.ignite.internal.IgniteKernal : ^-- Speed up flushing of dirty pages by OS (alter vm.dirty_expire_centisecs parameter by setting to 500) [16:00:23] ^-- Reduce pages swapping ratio (set vm.swappiness=10) 2018-05-11 16:00:23.248 INFO 15888 --- [ main] org.apache.ignite.internal.IgniteKernal : ^-- Reduce pages swapping ratio (set vm.swappiness=10) [16:00:23] Refer to this page for more performance suggestions: https://apacheignite.readme.io/docs/jvm-and-system-tuning 2018-05-11 16:00:23.248 INFO 15888 --- [ main] org.apache.ignite.internal.IgniteKernal : Refer to this page for more performance suggestions: https://apacheignite.readme.io/docs/jvm-and-system-tuning [16:00:23] 2018-05-11 16:00:23.248 INFO 15888 --- [ main] org.apache.ignite.internal.IgniteKernal : [16:00:23] To start Console Management & Monitoring run ignitevisorcmd.{sh|bat} 2018-05-11 16:00:23.248 INFO 15888 --- [ main] org.apache.ignite.internal.IgniteKernal : To start Console Management & Monitoring run ignitevisorcmd.{sh|bat} [16:00:23] [16:00:23] Ignite node started OK (id=c75638fc) 2018-05-11 16:00:23.249 INFO 15888 --- [ main] org.apache.ignite.internal.IgniteKernal : 2018-05-11 16:00:23.249 INFO 15888 --- [ main] org.apache.ignite.internal.IgniteKernal : >>> +----------------------------------------------------------------------+ >>> Ignite ver. 2.4.0#20180305-sha1:aa342270b13cc1f4713382a8eb23b2eb7edaa3a5 >>> +----------------------------------------------------------------------+ >>> OS name: Linux 3.10.0-327.36.3.el7.x86_64 amd64 >>> CPU(s): 1 >>> Heap: 1.0GB >>> VM name: 15888@ex-node1 >>> Local node [ID=C75638FC-C4B1-4903-B5C2-F14148788B3B, order=1, >>> clientMode=false] >>> Local node addresses: [ex-node1/0:0:0:0:0:0:0:1%lo, /127.0.0.1, >>> /172.16.135.34] >>> Local ports: TCP:10800 TCP:11211 TCP:47100 TCP:47500 [16:00:23] Topology snapshot [ver=1, servers=1, clients=0, CPUs=1, offheap=2.0GB, heap=1.0GB] [16:00:23] Data Regions Configured: [16:00:23] ^-- cc [initSize=2.0 GiB, maxSize=2.0 GiB, persistenceEnabled=true] 2018-05-11 16:00:23.269 INFO 15888 --- [ main] o.a.i.i.m.d.GridDiscoveryManager : Topology snapshot [ver=1, servers=1, clients=0, CPUs=1, offheap=2.0GB, heap=1.0GB] 2018-05-11 16:00:23.269 INFO 15888 --- [ main] o.a.i.i.m.d.GridDiscoveryManager : Data Regions Configured: 2018-05-11 16:00:23.269 INFO 15888 --- [ main] o.a.i.i.m.d.GridDiscoveryManager : ^-- cc [initSize=2.0 GiB, maxSize=2.0 GiB, persistenceEnabled=true] 2018-05-11 16:00:23.605 INFO 15888 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[ || /version],methods=[GET]}" onto public cc.platform.expresso.storage.controller.ManageController$Version cc.platform.expresso.storage.controller.ManageController.version() 2018-05-11 16:00:23.629 INFO 15888 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/error],produces=[text/html]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController.errorHtml(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) 2018-05-11 16:00:23.629 INFO 15888 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/error]}" onto public org.springframework.http.ResponseEntity<java.util.Map<java.lang.String, java.lang.Object>> org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController.error(javax.servlet.http.HttpServletRequest) 2018-05-11 16:00:23.891 INFO 15888 --- [ main] s.w.s.m.m.a.RequestMappingHandlerAdapter : Looking for @ControllerAdvice: org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@7cdbc5d3: startup date [Fri May 11 16:00:13 KST 2018]; root of context hierarchy 2018-05-11 16:00:24.965 INFO 15888 --- [ main] o.s.j.d.e.EmbeddedDatabaseFactory : Starting embedded database: url='jdbc:h2:mem:testdb;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa' 2018-05-11 16:00:25.828 INFO 15888 --- [ main] o.s.j.e.a.AnnotationMBeanExporter : Registering beans for JMX exposure on startup 2018-05-11 16:00:25.829 INFO 15888 --- [ main] o.s.j.e.a.AnnotationMBeanExporter : Bean with name 'startNode' has been autodetected for JMX exposure 2018-05-11 16:00:25.847 INFO 15888 --- [ main] o.s.j.e.a.AnnotationMBeanExporter : Located MBean 'startNode': registering with JMX server as MBean [org.apache.ignite.internal:name=startNode,type=IgniteKernal] 2018-05-11 16:00:26.073 INFO 15888 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8080 (http) with context path '' 2018-05-11 16:00:26.081 INFO 15888 --- [ main] c.p.expresso.storage.StorageApplication : Started StorageApplication in 15.745 seconds (JVM running for 17.149) 2018-05-11 16:00:33.138 INFO 15888 --- [-notifier-timer] o.a.i.i.p.cluster.GridUpdateNotifier : Your version is up to date. 2018-05-11 16:01:23.128 INFO 15888 --- [nder-cleaner-#4] .s.d.t.i.z.TcpDiscoveryZookeeperIpFinder : ZooKeeper IP Finder resolved addresses: [/0:0:0:0:0:0:0:1%lo:47500, /127.0.0.1:47500, /172.16.135.34:47500] 2018-05-11 16:01:23.271 INFO 15888 --- [eout-worker-#23] org.apache.ignite.internal.IgniteKernal : Metrics for local node (to disable set 'metricsLogFrequency' to 0) ^-- Node [id=c75638fc, uptime=00:01:00.021] ^-- H/N/C [hosts=1, nodes=1, CPUs=1] ^-- CPU [cur=1.67%, avg=8.29%, GC=0%] ^-- PageMemory [pages=0] ^-- Heap [used=106MB, free=89.22%, comm=992MB] ^-- Non heap [used=71MB, free=77.77%, comm=73MB] ^-- Outbound messages queue [size=0] ^-- Public thread pool [active=0, idle=0, qSize=0] ^-- System thread pool [active=0, idle=6, qSize=0] 2018-05-11 16:02:05.576 INFO 15888 --- [ rest-#48] o.a.i.i.p.c.GridClusterStateProcessor : Sending activate request with BaselineTopology BaselineTopology [id=0, branchingHash=104993391, branchingType='New BaselineTopology', baselineNodes=[node1]] 2018-05-11 16:02:05.604 INFO 15888 --- [o-msg-worker-#2] o.a.i.i.p.c.GridClusterStateProcessor : Received activate request with BaselineTopology[id=0] 2018-05-11 16:02:05.606 INFO 15888 --- [o-msg-worker-#2] o.a.i.i.p.c.GridClusterStateProcessor : Started state transition: true 2018-05-11 16:02:05.649 INFO 15888 --- [ange-worker-#36] o.apache.ignite.internal.exchange.time : Started exchange init [topVer=AffinityTopologyVersion [topVer=1, minorTopVer=1], crd=true, evt=DISCOVERY_CUSTOM_EVT, evtNode=c75638fc-c4b1-4903-b5c2-f14148788b3b, customEvt=ChangeGlobalStateMessage [id=8a9100e4361-ba5fb2cf-0979-4d49-9021-68f92ecd2ae0, reqId=193c3704-d12f-4587-98df-8871f67f2d87, initiatingNodeId=c75638fc-c4b1-4903-b5c2-f14148788b3b, activate=true, baselineTopology=BaselineTopology [id=0, branchingHash=104993391, branchingType='New BaselineTopology', baselineNodes=[node1]], forceChangeBaselineTopology=false, timestamp=1526022125575], allowMerge=false] 2018-05-11 16:02:05.650 INFO 15888 --- [ange-worker-#36] .c.d.d.p.GridDhtPartitionsExchangeFuture : Start activation process [nodeId=c75638fc-c4b1-4903-b5c2-f14148788b3b, client=false, topVer=AffinityTopologyVersion [topVer=1, minorTopVer=1]] 2018-05-11 16:02:05.696 INFO 15888 --- [ange-worker-#36] o.a.i.i.p.c.p.file.FilePageStoreManager : Resolved page store work directory: /data/ignite/work/db/node1 2018-05-11 16:02:05.698 INFO 15888 --- [ange-worker-#36] o.a.i.i.p.c.p.w.FileWriteAheadLogManager : Resolved write ahead log work directory: /data/ignite/work/db/wal/node1 2018-05-11 16:02:05.698 INFO 15888 --- [ange-worker-#36] o.a.i.i.p.c.p.w.FileWriteAheadLogManager : Resolved write ahead log archive directory: /data/ignite/work/db/wal/archive/node1 2018-05-11 16:02:05.698 INFO 15888 --- [ange-worker-#36] o.a.i.i.p.c.p.w.FileWriteAheadLogManager : Started write-ahead log manager [mode=LOG_ONLY] 2018-05-11 16:02:05.762 INFO 15888 --- [ange-worker-#36] o.a.i.i.p.c.p.pagemem.PageMemoryImpl : Started page memory [memoryAllocated=2.0 GiB, pages=510712, tableSize=29.7 MiB, checkpointBuffer=512.0 MiB] 2018-05-11 16:02:05.764 INFO 15888 --- [ange-worker-#36] o.a.i.i.p.c.p.pagemem.PageMemoryImpl : Started page memory [memoryAllocated=100.0 MiB, pages=24937, tableSize=1.4 MiB, checkpointBuffer=100.0 MiB] 2018-05-11 16:02:05.766 INFO 15888 --- [ange-worker-#36] o.a.i.i.p.c.p.pagemem.PageMemoryImpl : Started page memory [memoryAllocated=100.0 MiB, pages=24937, tableSize=1.4 MiB, checkpointBuffer=100.0 MiB] 2018-05-11 16:02:05.835 INFO 15888 --- [ange-worker-#36] i.i.p.c.p.GridCacheDatabaseSharedManager : Read checkpoint status [startMarker=null, endMarker=null] 2018-05-11 16:02:05.835 INFO 15888 --- [ange-worker-#36] i.i.p.c.p.GridCacheDatabaseSharedManager : Checking memory state [lastValidPos=FileWALPointer [idx=0, fileOff=0, len=0], lastMarked=FileWALPointer [idx=0, fileOff=0, len=0], lastCheckpointId=00000000-0000-0000-0000-000000000000] 2018-05-11 16:02:05.837 INFO 15888 --- [ange-worker-#36] o.a.i.i.p.c.p.w.FileWriteAheadLogManager : Resuming logging to WAL segment [file=/data/ignite/work/db/wal/node1/0000000000000000.wal, offset=0, ver=2] 2018-05-11 16:02:05.989 INFO 15888 --- [ange-worker-#36] o.a.i.i.p.c.GridClusterStateProcessor : Writing BaselineTopology[id=0] 2018-05-11 16:02:06.397 ERROR 15888 --- [ange-worker-#36] .c.d.d.p.GridDhtPartitionsExchangeFuture : Failed to activate node components [nodeId=c75638fc-c4b1-4903-b5c2-f14148788b3b, client=false, topVer=AffinityTopologyVersion [topVer=1, minorTopVer=1]] org.apache.ignite.internal.processors.query.IgniteSQLException: Failed to initialize DB connection: jdbc:h2:mem:c75638fc-c4b1-4903-b5c2-f14148788b3b;LOCK_MODE=3;MULTI_THREADED=1;DB_CLOSE_ON_EXIT=FALSE;DEFAULT_LOCK_TIMEOUT=10000;FUNCTIONS_IN_SCHEMA=true;OPTIMIZE_REUSE_RESULTS=0;QUERY_CACHE_SIZE=0;RECOMPILE_ALWAYS=1;MAX_OPERATION_MEMORY=0;NESTED_JOINS=0;BATCH_JOINS=1;ROW_FACTORY="org.apache.ignite.internal.processors.query.h2.opt.GridH2PlainRowFactory";DEFAULT_TABLE_ENGINE=org.apache.ignite.internal.processors.query.h2.opt.GridH2DefaultTableEngine at org.apache.ignite.internal.processors.query.h2.IgniteH2Indexing$1.initialValue(IgniteH2Indexing.java:320) ~[ignite-indexing-2.4.0.jar!/:2.4.0] at org.apache.ignite.internal.processors.query.h2.IgniteH2Indexing$1.initialValue(IgniteH2Indexing.java:288) ~[ignite-indexing-2.4.0.jar!/:2.4.0] at java.lang.ThreadLocal.setInitialValue(ThreadLocal.java:180) ~[na:1.8.0_171] at java.lang.ThreadLocal.get(ThreadLocal.java:170) ~[na:1.8.0_171] at org.apache.ignite.internal.processors.query.h2.IgniteH2Indexing$1.get(IgniteH2Indexing.java:290) ~[ignite-indexing-2.4.0.jar!/:2.4.0] at org.apache.ignite.internal.processors.query.h2.IgniteH2Indexing$1.get(IgniteH2Indexing.java:288) ~[ignite-indexing-2.4.0.jar!/:2.4.0] at org.apache.ignite.internal.processors.query.h2.IgniteH2Indexing.connectionForThread(IgniteH2Indexing.java:514) ~[ignite-indexing-2.4.0.jar!/:2.4.0] at org.apache.ignite.internal.processors.query.h2.IgniteH2Indexing.executeStatement(IgniteH2Indexing.java:582) ~[ignite-indexing-2.4.0.jar!/:2.4.0] at org.apache.ignite.internal.processors.query.h2.IgniteH2Indexing.createSchema(IgniteH2Indexing.java:551) ~[ignite-indexing-2.4.0.jar!/:2.4.0] at org.apache.ignite.internal.processors.query.h2.IgniteH2Indexing.registerCache(IgniteH2Indexing.java:2667) ~[ignite-indexing-2.4.0.jar!/:2.4.0] at org.apache.ignite.internal.processors.query.GridQueryProcessor.registerCache0(GridQueryProcessor.java:1594) ~[ignite-core-2.4.0.jar!/:2.4.0] at org.apache.ignite.internal.processors.query.GridQueryProcessor.onCacheStart0(GridQueryProcessor.java:800) ~[ignite-core-2.4.0.jar!/:2.4.0] at org.apache.ignite.internal.processors.query.GridQueryProcessor.onCacheStart(GridQueryProcessor.java:861) ~[ignite-core-2.4.0.jar!/:2.4.0] at org.apache.ignite.internal.processors.cache.GridCacheProcessor.startCache(GridCacheProcessor.java:1158) ~[ignite-core-2.4.0.jar!/:2.4.0] at org.apache.ignite.internal.processors.cache.GridCacheProcessor.prepareCacheStart(GridCacheProcessor.java:1900) ~[ignite-core-2.4.0.jar!/:2.4.0] at org.apache.ignite.internal.processors.cache.CacheAffinitySharedManager.onCacheChangeRequest(CacheAffinitySharedManager.java:788) ~[ignite-core-2.4.0.jar!/:2.4.0] at org.apache.ignite.internal.processors.cache.distributed.dht.preloader.GridDhtPartitionsExchangeFuture.onClusterStateChangeRequest(GridDhtPartitionsExchangeFuture.java:847) [ignite-core-2.4.0.jar!/:2.4.0] at org.apache.ignite.internal.processors.cache.distributed.dht.preloader.GridDhtPartitionsExchangeFuture.init(GridDhtPartitionsExchangeFuture.java:596) [ignite-core-2.4.0.jar!/:2.4.0] at org.apache.ignite.internal.processors.cache.GridCachePartitionExchangeManager$ExchangeWorker.body(GridCachePartitionExchangeManager.java:2337) [ignite-core-2.4.0.jar!/:2.4.0] at org.apache.ignite.internal.util.worker.GridWorker.run(GridWorker.java:110) [ignite-core-2.4.0.jar!/:2.4.0] at java.lang.Thread.run(Thread.java:748) [na:1.8.0_171] Caused by: org.h2.jdbc.JdbcSQLException: Unsupported connection setting "NESTED_JOINS" [90113-197] at org.h2.message.DbException.getJdbcSQLException(DbException.java:357) ~[h2-1.4.197.jar!/:na] at org.h2.message.DbException.get(DbException.java:179) ~[h2-1.4.197.jar!/:na] at org.h2.message.DbException.get(DbException.java:155) ~[h2-1.4.197.jar!/:na] at org.h2.engine.ConnectionInfo.readSettingsFromURL(ConnectionInfo.java:268) ~[h2-1.4.197.jar!/:na] at org.h2.engine.ConnectionInfo.<init>(ConnectionInfo.java:76) ~[h2-1.4.197.jar!/:na] at org.h2.jdbc.JdbcConnection.<init>(JdbcConnection.java:103) ~[h2-1.4.197.jar!/:na] at org.h2.Driver.connect(Driver.java:69) ~[h2-1.4.197.jar!/:na] at java.sql.DriverManager.getConnection(DriverManager.java:664) ~[na:1.8.0_171] at java.sql.DriverManager.getConnection(DriverManager.java:270) ~[na:1.8.0_171] at org.apache.ignite.internal.processors.query.h2.IgniteH2Indexing$1.initialValue(IgniteH2Indexing.java:317) ~[ignite-indexing-2.4.0.jar!/:2.4.0] ... 20 common frames omitted 2018-05-11 16:02:06.405 INFO 15888 --- [ange-worker-#36] .c.d.d.p.GridDhtPartitionsExchangeFuture : Finished waiting for partition release future [topVer=AffinityTopologyVersion [topVer=1, minorTopVer=1], waitTime=0ms, futInfo=NA] 2018-05-11 16:02:06.408 INFO 15888 --- [ange-worker-#36] i.i.p.c.p.GridCacheDatabaseSharedManager : Read checkpoint status [startMarker=null, endMarker=null] 2018-05-11 16:02:06.408 INFO 15888 --- [ange-worker-#36] i.i.p.c.p.GridCacheDatabaseSharedManager : Applying lost cache updates since last checkpoint record [lastMarked=FileWALPointer [idx=0, fileOff=0, len=0], lastCheckpointId=00000000-0000-0000-0000-000000000000] 2018-05-11 16:02:06.497 INFO 15888 --- [ange-worker-#36] i.i.p.c.p.GridCacheDatabaseSharedManager : Finished applying WAL changes [updatesApplied=0, time=90ms] 2018-05-11 16:02:06.520 INFO 15888 --- [ange-worker-#36] .c.d.d.p.GridDhtPartitionsExchangeFuture : finishExchangeOnCoordinator [topVer=AffinityTopologyVersion [topVer=1, minorTopVer=1], resVer=AffinityTopologyVersion [topVer=1, minorTopVer=1]] 2018-05-11 16:02:06.560 INFO 15888 --- [ange-worker-#36] o.a.i.i.p.cache.GridCacheProcessor : Stopped cache [cacheName=ignite-sys-cache] [16:02:06] Cancelled rebalancing from all nodes [topology=null] 2018-05-11 16:02:06.584 INFO 15888 --- [oint-thread-#49] i.i.p.c.p.GridCacheDatabaseSharedManager : Checkpoint started [checkpointId=d4df5b63-35a5-4e3f-9c63-aa8bd64e7399, startPtr=FileWALPointer [idx=0, fileOff=65311, len=47], checkpointLockWait=0ms, checkpointLockHoldTime=5ms, pages=15, reason='node started'] 2018-05-11 16:02:06.700 INFO 15888 --- [oint-thread-#49] i.i.p.c.p.GridCacheDatabaseSharedManager : Checkpoint finished [cpId=d4df5b63-35a5-4e3f-9c63-aa8bd64e7399, pages=15, markPos=FileWALPointer [idx=0, fileOff=65311, len=47], walSegmentsCleared=0, markDuration=73ms, pagesWrite=14ms, fsync=99ms, total=186ms] 2018-05-11 16:02:06.703 INFO 15888 --- [oint-thread-#49] i.i.p.c.p.GridCacheDatabaseSharedManager : Skipping checkpoint (no pages were modified) [checkpointLockWait=0ms, checkpointLockHoldTime=0ms, reason='timeout'] 2018-05-11 16:02:06.758 INFO 15888 --- [ange-worker-#36] .c.d.d.p.GridDhtPartitionsExchangeFuture : Finish exchange future [startVer=AffinityTopologyVersion [topVer=1, minorTopVer=1], resVer=AffinityTopologyVersion [topVer=1, minorTopVer=1], err=class org.apache.ignite.IgniteCheckedException: Cluster state change failed.] 2018-05-11 16:02:06.760 INFO 15888 --- [o-msg-worker-#2] o.a.i.i.p.c.GridClusterStateProcessor : Received state change finish message: false 2018-05-11 16:02:06.761 INFO 15888 --- [ange-worker-#36] o.apache.ignite.internal.exchange.time : Finished exchange init [topVer=AffinityTopologyVersion [topVer=1, minorTopVer=1], crd=true] 2018-05-11 16:02:06.812 ERROR 15888 --- [ange-worker-#36] .i.p.c.GridCachePartitionExchangeManager : Failed to wait for completion of partition map exchange (preloading will not start): GridDhtPartitionsExchangeFuture [firstDiscoEvt=DiscoveryCustomEvent [customMsg=null, affTopVer=AffinityTopologyVersion [topVer=1, minorTopVer=1], super=DiscoveryEvent [evtNode=TcpDiscoveryNode [id=c75638fc-c4b1-4903-b5c2-f14148788b3b, addrs=[0:0:0:0:0:0:0:1%lo, 127.0.0.1, 172.16.135.34], sockAddrs=[/0:0:0:0:0:0:0:1%lo:47500, /127.0.0.1:47500, ex-node1/172.16.135.34:47500], discPort=47500, order=1, intOrder=1, lastExchangeTime=1526022021796, loc=true, ver=2.4.0#20180305-sha1:aa342270, isClient=false], topVer=1, nodeId8=c75638fc, msg=null, type=DISCOVERY_CUSTOM_EVT, tstamp=1526022125602]], crd=TcpDiscoveryNode [id=c75638fc-c4b1-4903-b5c2-f14148788b3b, addrs=[0:0:0:0:0:0:0:1%lo, 127.0.0.1, 172.16.135.34], sockAddrs=[/0:0:0:0:0:0:0:1%lo:47500, /127.0.0.1:47500, ex-node1/172.16.135.34:47500], discPort=47500, order=1, intOrder=1, lastExchangeTime=1526022021796, loc=true, ver=2.4.0#20180305-sha1:aa342270, isClient=false], exchId=GridDhtPartitionExchangeId [topVer=AffinityTopologyVersion [topVer=1, minorTopVer=1], discoEvt=DiscoveryCustomEvent [customMsg=null, affTopVer=AffinityTopologyVersion [topVer=1, minorTopVer=1], super=DiscoveryEvent [evtNode=TcpDiscoveryNode [id=c75638fc-c4b1-4903-b5c2-f14148788b3b, addrs=[0:0:0:0:0:0:0:1%lo, 127.0.0.1, 172.16.135.34], sockAddrs=[/0:0:0:0:0:0:0:1%lo:47500, /127.0.0.1:47500, ex-node1/172.16.135.34:47500], discPort=47500, order=1, intOrder=1, lastExchangeTime=1526022021796, loc=true, ver=2.4.0#20180305-sha1:aa342270, isClient=false], topVer=1, nodeId8=c75638fc, msg=null, type=DISCOVERY_CUSTOM_EVT, tstamp=1526022125602]], nodeId=c75638fc, evt=DISCOVERY_CUSTOM_EVT], added=true, initFut=GridFutureAdapter [ignoreInterrupts=false, state=DONE, res=false, hash=1254869171], init=false, lastVer=GridCacheVersion [topVer=0, order=1526022021197, nodeOrder=0], partReleaseFut=PartitionReleaseFuture [topVer=AffinityTopologyVersion [topVer=1, minorTopVer=1], futures=[ExplicitLockReleaseFuture [topVer=AffinityTopologyVersion [topVer=1, minorTopVer=1], futures=[]], TxReleaseFuture [topVer=AffinityTopologyVersion [topVer=1, minorTopVer=1], futures=[]], AtomicUpdateReleaseFuture [topVer=AffinityTopologyVersion [topVer=1, minorTopVer=1], futures=[]], DataStreamerReleaseFuture [topVer=AffinityTopologyVersion [topVer=1, minorTopVer=1], futures=[]]]], exchActions=null, affChangeMsg=null, initTs=1526022125628, centralizedAff=false, changeGlobalStateE=class o.a.i.i.processors.query.IgniteSQLException: Failed to initialize DB connection: jdbc:h2:mem:c75638fc-c4b1-4903-b5c2-f14148788b3b;LOCK_MODE=3;MULTI_THREADED=1;DB_CLOSE_ON_EXIT=FALSE;DEFAULT_LOCK_TIMEOUT=10000;FUNCTIONS_IN_SCHEMA=true;OPTIMIZE_REUSE_RESULTS=0;QUERY_CACHE_SIZE=0;RECOMPILE_ALWAYS=1;MAX_OPERATION_MEMORY=0;NESTED_JOINS=0;BATCH_JOINS=1;ROW_FACTORY="o.a.i.i.processors.query.h2.opt.GridH2PlainRowFactory";DEFAULT_TABLE_ENGINE=o.a.i.i.processors.query.h2.opt.GridH2DefaultTableEngine, done=true, state=DONE, evtLatch=0, remaining=[], super=GridFutureAdapter [ignoreInterrupts=false, state=DONE, res=class o.a.i.IgniteCheckedException: Cluster state change failed., hash=99818753]] org.apache.ignite.IgniteCheckedException: Cluster state change failed. at org.apache.ignite.internal.processors.cache.distributed.dht.preloader.GridDhtPartitionsExchangeFuture.finishExchangeOnCoordinator(GridDhtPartitionsExchangeFuture.java:2539) ~[ignite-core-2.4.0.jar!/:2.4.0] at org.apache.ignite.internal.processors.cache.distributed.dht.preloader.GridDhtPartitionsExchangeFuture.onAllReceived(GridDhtPartitionsExchangeFuture.java:2334) ~[ignite-core-2.4.0.jar!/:2.4.0] at org.apache.ignite.internal.processors.cache.distributed.dht.preloader.GridDhtPartitionsExchangeFuture.distributedExchange(GridDhtPartitionsExchangeFuture.java:1083) ~[ignite-core-2.4.0.jar!/:2.4.0] at org.apache.ignite.internal.processors.cache.distributed.dht.preloader.GridDhtPartitionsExchangeFuture.init(GridDhtPartitionsExchangeFuture.java:664) ~[ignite-core-2.4.0.jar!/:2.4.0] at org.apache.ignite.internal.processors.cache.GridCachePartitionExchangeManager$ExchangeWorker.body(GridCachePartitionExchangeManager.java:2337) ~[ignite-core-2.4.0.jar!/:2.4.0] at org.apache.ignite.internal.util.worker.GridWorker.run(GridWorker.java:110) [ignite-core-2.4.0.jar!/:2.4.0] at java.lang.Thread.run(Thread.java:748) [na:1.8.0_171] -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/
