Hi there,

I'm trying to get an Ignite cluster consisting of two nodes to work, that uses a minimum number of exposed ports. I'm new to Ignite, but it is my understanding, that it should suffice to set each node to one specific port 1. for communication and 2. for discovery. The overall goal is to get a Docker cluster (with default bridged networking) working without Multicast and without --net=host.

However, I'm doing preliminary tests /without/ docker and am directly using my local machine (Node 1, IP 172.24.10.79) and a Raspberry Pi (Node 2, IP 172.24.10.83), and I can't get the cluster to work, because the discovery process doesn't succeed. I'm using a static IP finder in which I point each node to its corresponding counterpart.

XML-configuration of both nodes with the aforementioned minimal use of ports is attached inline.

If I start node 1 first and then node 2, no discovery process is initiated in the first minutes. If I start node 2 first and then node 1, the discovery process is initiated but not completed successfully. I'll attach logs for the second case for both node 2 and 1.

Can somebody spot my configuration error?

Best regards and TIA,
Tobias



P.S. I was able to reproduce the error on two "regular" machines as well, without the use of a Raspberry Pi.


_______________________________

# ignite-config-node1.xml

<beans xmlns="http://www.springframework.org/schema/beans";
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
    xsi:schemaLocation="
    http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans.xsd";>

    <bean class="org.apache.ignite.configuration.IgniteConfiguration">
        <property name="discoverySpi">
            <bean class="org.apache.ignite.spi.discovery.tcp.TcpDiscoverySpi">
                <property name="localPort" value="3013"/>
                <property name="ipFinder">
                    <bean class="org.apache.ignite.spi.discovery.tcp.ipfinder.vm.TcpDiscoveryVmIpFinder">
                        <property name="addresses">
                            <list>
<value>127.0.0.1:3013</value>
<value>172.24.10.83:3013</value>
                            </list>
                        </property>
                    </bean>
                </property>
            </bean>
        </property>
        <property name="communicationSpi">
            <bean class="org.apache.ignite.spi.communication.tcp.TcpCommunicationSpi">
                <property name="localPort" value="3012"/>
            </bean>
        </property>
    </bean>
</beans>


# ignite-config-node2.xml

<beans xmlns="http://www.springframework.org/schema/beans";
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
        xsi:schemaLocation="
        http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans.xsd";>

        <bean class="org.apache.ignite.configuration.IgniteConfiguration">
                <property name="discoverySpi">
                        <bean class="org.apache.ignite.spi.discovery.tcp.TcpDiscoverySpi">
                                <property name="localPort" value="3013"/>
                                <property name="ipFinder">
                                        <bean class="org.apache.ignite.spi.discovery.tcp.ipfinder.vm.TcpDiscoveryVmIpFinder">
                                                <property name="addresses">
                                                        <list>
<value>127.0.0.1:3013</value>
<value>172.24.10.79:3013</value>
</list>
                                                </property>
                                        </bean>
                                </property>
                        </bean>
                </property>
                <property name="communicationSpi">
                        <bean class="org.apache.ignite.spi.communication.tcp.TcpCommunicationSpi">
                                <property name="localPort" value="3012"/>
                        </bean>
                </property>
        </bean>
</beans>



tobi@raspberrypi:~/bin/_ignite-2.6.0/bin $ ./ignite.sh -v ../config/ignite-config-node2.xml                       
Ignite Command Line Startup, ver. 2.6.0#20180710-sha1:669feacc
2018 Copyright(C) Apache Software Foundation

[14:18:42,734][INFO][main][IgniteKernal] 

>>>    __________  ________________  
>>>   /  _/ ___/ |/ /  _/_  __/ __/  
>>>  _/ // (7 7    // /  / / / _/    
>>> /___/\___/_/|_/___/ /_/ /___/   
>>> 
>>> ver. 2.6.0#20180710-sha1:669feacc
>>> 2018 Copyright(C) Apache Software Foundation
>>> 
>>> Ignite documentation: http://ignite.apache.org

[14:18:42,736][INFO][main][IgniteKernal] Config URL: file:/home/tobi/bin/_ignite-2.6.0/bin/../config/ignite-config-node2.xml
[14:18:42,797][INFO][main][IgniteKernal] IgniteConfiguration [igniteInstanceName=null, pubPoolSize=8, svcPoolSize=8, callbackPoolSize=8, stripedPoolSize=8, sysPoolSize=8, mgmtPoolSize=4, igfsPoolSize=4, dataStreamerPoolSize=8, utilityCachePoolSize=8, utilityCacheKeepAliveTime=60000, p2pPoolSize=2, qryPoolSize=8, igniteHome=/home/tobi/bin/_ignite-2.6.0, igniteWorkDir=/home/tobi/bin/_ignite-2.6.0/work, mbeanSrv=com.sun.jmx.mbeanserver.JmxMBeanServer@194fa3e, nodeId=3f0f342a-b24b-4861-a34f-210665fd1d57, marsh=org.apache.ignite.internal.binary.BinaryMarshaller@16ee6e4, 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, internalLsnr=null], 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@1b61f4a, locAddr=null, locHost=null, locPort=3012, 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@1b0f2b9[Count = 1], stopping=false, metricsLsnr=org.apache.ignite.spi.communication.tcp.TcpCommunicationMetricsListener@79924b], evtSpi=org.apache.ignite.spi.eventstorage.NoopEventStorageSpi@19a4292, colSpi=NoopCollisionSpi [], deploySpi=LocalDeploymentSpi [lsnr=null], indexingSpi=org.apache.ignite.spi.indexing.noop.NoopIndexingSpi@1d48005, addrRslvr=null, clientMode=false, rebalanceThreadPoolSize=1, txCfg=org.apache.ignite.configuration.TransactionConfiguration@1f116cc, 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@468a38, 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=0, concLvl=0, dfltDataRegConf=DataRegionConfiguration [name=default, maxSize=268435456, initSize=268435456, swapPath=null, pageEvictionMode=DISABLED, evictionThreshold=0.9, emptyPagesPoolSize=100, metricsEnabled=false, metricsSubIntervalCount=5, metricsRateTimeInterval=60000, persistenceEnabled=false, 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@c7ffd3, 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, sslEnabled=false, useIgniteSslCtxFactory=true, sslClientAuth=false, sslCtxFactory=null], authEnabled=false, failureHnd=null, commFailureRslvr=null]
[14:18:42,801][INFO][main][IgniteKernal] Daemon mode: off
[14:18:42,802][INFO][main][IgniteKernal] OS: Linux 4.14.79-v7+ arm
[14:18:42,803][INFO][main][IgniteKernal] OS user: tobi
[14:18:42,804][INFO][main][IgniteKernal] PID: 12569
[14:18:42,805][INFO][main][IgniteKernal] Language runtime: Java Platform API Specification ver. 1.8
[14:18:42,806][INFO][main][IgniteKernal] VM information: OpenJDK Runtime Environment 1.8.0_181-8u181-b13-2~deb9u1-b13 Oracle Corporation OpenJDK Client VM 25.181-b13
[14:18:42,810][INFO][main][IgniteKernal] VM total memory: 0.97GB
[14:18:42,811][INFO][main][IgniteKernal] Remote Management [restart: on, REST: on, JMX (remote: on, port: 49141, auth: off, ssl: off)]
[14:18:42,813][INFO][main][IgniteKernal] Logger: JavaLogger [quiet=false, config=null]
[14:18:42,813][INFO][main][IgniteKernal] IGNITE_HOME=/home/tobi/bin/_ignite-2.6.0
[14:18:42,814][INFO][main][IgniteKernal] VM arguments: [-Xms1g, -Xmx1g, -XX:+AggressiveOpts, -XX:MaxMetaspaceSize=256m, -DIGNITE_QUIET=false, -DIGNITE_SUCCESS_FILE=/home/tobi/bin/_ignite-2.6.0/work/ignite_success_020305dc-1fca-4598-bea3-e05fdf2fb34f, -Dcom.sun.management.jmxremote, -Dcom.sun.management.jmxremote.port=49141, -Dcom.sun.management.jmxremote.authenticate=false, -Dcom.sun.management.jmxremote.ssl=false, -DIGNITE_HOME=/home/tobi/bin/_ignite-2.6.0, -DIGNITE_PROG_NAME=./ignite.sh]
[14:18:42,816][INFO][main][IgniteKernal] System cache's DataRegion size is configured to 40 MB. Use DataStorageConfiguration.systemCacheMemorySize property to change the setting.
[14:18:42,848][INFO][main][IgniteKernal] Configured caches [in 'sysMemPlc' dataRegion: ['ignite-sys-cache']]
[14:18:42,862][INFO][main][IgniteKernal] 3-rd party licenses can be found at: /home/tobi/bin/_ignite-2.6.0/libs/licenses
[14:18:43,073][INFO][main][IgnitePluginProcessor] Configured plugins:
[14:18:43,073][INFO][main][IgnitePluginProcessor]   ^-- None
[14:18:43,079][INFO][main][IgnitePluginProcessor] 
[14:18:43,083][INFO][main][FailureProcessor] Configured failure handler: [hnd=StopNodeOrHaltFailureHandler [tryStop=false, timeout=0]]
[14:18:43,421][INFO][main][TcpCommunicationSpi] Successfully bound communication NIO server to TCP port [port=3012, locHost=0.0.0.0/0.0.0.0, selectorsCnt=4, selectorSpins=0, pairedConn=false]
[14:18:43,533][WARNING][main][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.
[14:18:43,602][WARNING][main][NoopCheckpointSpi] Checkpoints are disabled (to enable configure any GridCheckpointSpi implementation)
[14:18:43,710][WARNING][main][GridCollisionManager] Collision resolution is disabled (all jobs will be activated upon arrival).
[14:18:43,715][INFO][main][IgniteKernal] Security status [authentication=off, tls/ssl=off]
[14:18:44,797][INFO][main][ClientListenerProcessor] Client connector processor has started on TCP port 10800
[14:18:44,971][INFO][main][GridTcpRestProtocol] Command protocol successfully started [name=TCP binary, host=0.0.0.0/0.0.0.0, port=11211]
[14:18:45,108][INFO][main][IgniteKernal] Non-loopback local IPs: 172.24.10.83, fd00:0:0:0:349e:58f:17e9:937f%wlan1, fe80:0:0:0:b4e4:3b5c:14ba:85f8%wlan1
[14:18:45,108][INFO][main][IgniteKernal] Enabled local MACs: B827EB7FF45D
[14:18:45,278][INFO][main][TcpDiscoverySpi] Successfully bound to TCP port [port=3013, localHost=0.0.0.0/0.0.0.0, locNodeId=3f0f342a-b24b-4861-a34f-210665fd1d57]
[14:18:45,433][WARNING][main][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=1345MB, available=927MB]
[14:18:45,475][INFO][exchange-worker-#42][time] Started exchange init [topVer=AffinityTopologyVersion [topVer=1, minorTopVer=0], crd=true, evt=NODE_JOINED, evtNode=3f0f342a-b24b-4861-a34f-210665fd1d57, customEvt=null, allowMerge=false]
[14:18:46,348][INFO][exchange-worker-#42][GridCacheProcessor] Started cache [name=ignite-sys-cache, id=-2100569601, memoryPolicyName=sysMemPlc, mode=REPLICATED, atomicity=TRANSACTIONAL, backups=2147483647]
[14:18:46,401][INFO][exchange-worker-#42][GridDhtPartitionsExchangeFuture] Finished waiting for partition release future [topVer=AffinityTopologyVersion [topVer=1, minorTopVer=0], waitTime=0ms, futInfo=NA]
[14:18:46,410][INFO][exchange-worker-#42][GridDhtPartitionsExchangeFuture] Finished waiting for partition release future [topVer=AffinityTopologyVersion [topVer=1, minorTopVer=0], waitTime=0ms, futInfo=NA]
[14:18:46,529][INFO][exchange-worker-#42][GridDhtPartitionsExchangeFuture] finishExchangeOnCoordinator [topVer=AffinityTopologyVersion [topVer=1, minorTopVer=0], resVer=AffinityTopologyVersion [topVer=1, minorTopVer=0]]
[14:18:46,576][INFO][exchange-worker-#42][GridDhtPartitionsExchangeFuture] Finish exchange future [startVer=AffinityTopologyVersion [topVer=1, minorTopVer=0], resVer=AffinityTopologyVersion [topVer=1, minorTopVer=0], err=null]
[14:18:46,607][INFO][exchange-worker-#42][time] Finished exchange init [topVer=AffinityTopologyVersion [topVer=1, minorTopVer=0], crd=true]
[14:18:46,622][INFO][exchange-worker-#42][GridCachePartitionExchangeManager] Skipping rebalancing (nothing scheduled) [top=AffinityTopologyVersion [topVer=1, minorTopVer=0], evt=NODE_JOINED, node=3f0f342a-b24b-4861-a34f-210665fd1d57]
[14:18:47,045][INFO][main][IgniteKernal] Performance suggestions for grid  (fix if possible)
[14:18:47,046][INFO][main][IgniteKernal] To disable, set -DIGNITE_PERFORMANCE_SUGGESTIONS_DISABLED=true
[14:18:47,047][INFO][main][IgniteKernal]   ^-- Enable server mode for JVM (add '-server' to JVM options)
[14:18:47,048][INFO][main][IgniteKernal]   ^-- Enable G1 Garbage Collector (add '-XX:+UseG1GC' to JVM options)
[14:18:47,049][INFO][main][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)
[14:18:47,049][INFO][main][IgniteKernal]   ^-- Disable processing of calls to System.gc() (add '-XX:+DisableExplicitGC' to JVM options)
[14:18:47,050][INFO][main][IgniteKernal] Refer to this page for more performance suggestions: https://apacheignite.readme.io/docs/jvm-and-system-tuning
[14:18:47,050][INFO][main][IgniteKernal] 
[14:18:47,051][INFO][main][IgniteKernal] To start Console Management & Monitoring run ignitevisorcmd.{sh|bat}
[14:18:47,052][INFO][main][IgniteKernal] 
[14:18:47,055][INFO][main][IgniteKernal] 

>>> +----------------------------------------------------------------------+
>>> Ignite ver. 2.6.0#20180710-sha1:669feacc5d3a4e60efcdd300dc8de99780f38eed
>>> +----------------------------------------------------------------------+
>>> OS name: Linux 4.14.79-v7+ arm
>>> CPU(s): 4
>>> Heap: 1.0GB
>>> VM name: 12569@raspberrypi
>>> Local node [ID=3F0F342A-B24B-4861-A34F-210665FD1D57, order=1, clientMode=false]
>>> Local node addresses: [fd00:0:0:0:349e:58f:17e9:937f%wlan1/0:0:0:0:0:0:0:1%lo, raspberrypi.fritz.box/127.0.0.1, /172.24.10.83, /fd00:0:0:0:349e:58f:17e9:937f%wlan1]
>>> Local ports: TCP:3012 TCP:3013 TCP:10800 TCP:11211 

[14:18:47,062][INFO][main][GridDiscoveryManager] Topology snapshot [ver=1, servers=1, clients=0, CPUs=4, offheap=0.25GB, heap=1.0GB]
[14:18:47,063][INFO][main][GridDiscoveryManager]   ^-- Node [id=3F0F342A-B24B-4861-A34F-210665FD1D57, clusterState=ACTIVE]
[14:18:47,064][INFO][main][GridDiscoveryManager] Data Regions Configured:
[14:18:47,068][INFO][main][GridDiscoveryManager]   ^-- default [initSize=256.0 MiB, maxSize=256.0 MiB, persistenceEnabled=false]
[14:18:55] New version is available at ignite.apache.org: 2.7.0
[14:18:55,465][WARNING][ignite-update-notifier-timer][GridUpdateNotifier] New version is available at ignite.apache.org: 2.7.0
[14:19:47,072][INFO][grid-timeout-worker-#23][IgniteKernal] 
Metrics for local node (to disable set 'metricsLogFrequency' to 0)
    ^-- Node [id=3f0f342a, uptime=00:01:00.030]
    ^-- H/N/C [hosts=1, nodes=1, CPUs=4]
    ^-- CPU [cur=0.33%, avg=1.21%, GC=0%]
    ^-- PageMemory [pages=200]
    ^-- Heap [used=69MB, free=93.01%, comm=989MB]
    ^-- Non heap [used=24MB, free=91.59%, comm=24MB]
    ^-- Outbound messages queue [size=0]
    ^-- Public thread pool [active=0, idle=0, qSize=0]
    ^-- System thread pool [active=0, idle=6, qSize=0]
[14:20:47,089][INFO][grid-timeout-worker-#23][IgniteKernal] 
Metrics for local node (to disable set 'metricsLogFrequency' to 0)
    ^-- Node [id=3f0f342a, uptime=00:02:00.047]
    ^-- H/N/C [hosts=1, nodes=1, CPUs=4]
    ^-- CPU [cur=0.27%, avg=0.73%, GC=0%]
    ^-- PageMemory [pages=200]
    ^-- Heap [used=74MB, free=92.43%, comm=989MB]
    ^-- Non heap [used=24MB, free=91.57%, comm=24MB]
    ^-- Outbound messages queue [size=0]
    ^-- Public thread pool [active=0, idle=0, qSize=0]
    ^-- System thread pool [active=0, idle=6, qSize=0]
[14:21:47,098][INFO][grid-timeout-worker-#23][IgniteKernal] 
Metrics for local node (to disable set 'metricsLogFrequency' to 0)
    ^-- Node [id=3f0f342a, uptime=00:03:00.060]
    ^-- H/N/C [hosts=1, nodes=1, CPUs=4]
    ^-- CPU [cur=0.33%, avg=0.6%, GC=0%]
    ^-- PageMemory [pages=200]
    ^-- Heap [used=81MB, free=91.74%, comm=989MB]
    ^-- Non heap [used=24MB, free=91.56%, comm=24MB]
    ^-- Outbound messages queue [size=0]
    ^-- Public thread pool [active=0, idle=0, qSize=0]
    ^-- System thread pool [active=0, idle=6, qSize=0]
[14:22:47,112][INFO][grid-timeout-worker-#23][IgniteKernal] 
Metrics for local node (to disable set 'metricsLogFrequency' to 0)
    ^-- Node [id=3f0f342a, uptime=00:04:00.076]
    ^-- H/N/C [hosts=1, nodes=1, CPUs=4]
    ^-- CPU [cur=0.17%, avg=0.53%, GC=0%]
    ^-- PageMemory [pages=200]
    ^-- Heap [used=86MB, free=91.23%, comm=989MB]
    ^-- Non heap [used=24MB, free=91.55%, comm=24MB]
    ^-- Outbound messages queue [size=0]
    ^-- Public thread pool [active=0, idle=0, qSize=0]
    ^-- System thread pool [active=0, idle=6, qSize=0]
[14:23:47,123][INFO][grid-timeout-worker-#23][IgniteKernal] 
Metrics for local node (to disable set 'metricsLogFrequency' to 0)
    ^-- Node [id=3f0f342a, uptime=00:05:00.086]
    ^-- H/N/C [hosts=1, nodes=1, CPUs=4]
    ^-- CPU [cur=0.27%, avg=0.49%, GC=0%]
    ^-- PageMemory [pages=200]
    ^-- Heap [used=92MB, free=90.63%, comm=989MB]
    ^-- Non heap [used=24MB, free=91.53%, comm=24MB]
    ^-- Outbound messages queue [size=0]
    ^-- Public thread pool [active=0, idle=0, qSize=0]
    ^-- System thread pool [active=0, idle=6, qSize=0]
[14:24:47,138][INFO][grid-timeout-worker-#23][IgniteKernal] 
Metrics for local node (to disable set 'metricsLogFrequency' to 0)
    ^-- Node [id=3f0f342a, uptime=00:06:00.101]
    ^-- H/N/C [hosts=1, nodes=1, CPUs=4]
    ^-- CPU [cur=0.17%, avg=0.46%, GC=0%]
    ^-- PageMemory [pages=200]
    ^-- Heap [used=98MB, free=90.04%, comm=989MB]
    ^-- Non heap [used=24MB, free=91.52%, comm=24MB]
    ^-- Outbound messages queue [size=0]
    ^-- Public thread pool [active=0, idle=0, qSize=0]
    ^-- System thread pool [active=0, idle=6, qSize=0]
[14:25:47,152][INFO][grid-timeout-worker-#23][IgniteKernal] 
Metrics for local node (to disable set 'metricsLogFrequency' to 0)
    ^-- Node [id=3f0f342a, uptime=00:07:00.115]
    ^-- H/N/C [hosts=1, nodes=1, CPUs=4]
    ^-- CPU [cur=0.23%, avg=0.43%, GC=0%]
    ^-- PageMemory [pages=200]
    ^-- Heap [used=104MB, free=89.44%, comm=989MB]
    ^-- Non heap [used=24MB, free=91.51%, comm=24MB]
    ^-- Outbound messages queue [size=0]
    ^-- Public thread pool [active=0, idle=0, qSize=0]
    ^-- System thread pool [active=0, idle=6, qSize=0]
[14:26:47,164][INFO][grid-timeout-worker-#23][IgniteKernal] 
Metrics for local node (to disable set 'metricsLogFrequency' to 0)
    ^-- Node [id=3f0f342a, uptime=00:08:00.118]
    ^-- H/N/C [hosts=1, nodes=1, CPUs=4]
    ^-- CPU [cur=0.17%, avg=0.4%, GC=0%]
    ^-- PageMemory [pages=200]
    ^-- Heap [used=110MB, free=88.84%, comm=989MB]
    ^-- Non heap [used=24MB, free=91.51%, comm=24MB]
    ^-- Outbound messages queue [size=0]
    ^-- Public thread pool [active=0, idle=0, qSize=0]
    ^-- System thread pool [active=0, idle=6, qSize=0]
[14:27:47,177][INFO][grid-timeout-worker-#23][IgniteKernal] 
Metrics for local node (to disable set 'metricsLogFrequency' to 0)
    ^-- Node [id=3f0f342a, uptime=00:09:00.133]
    ^-- H/N/C [hosts=1, nodes=1, CPUs=4]
    ^-- CPU [cur=0.27%, avg=0.39%, GC=0%]
    ^-- PageMemory [pages=200]
    ^-- Heap [used=116MB, free=88.24%, comm=989MB]
    ^-- Non heap [used=24MB, free=91.51%, comm=24MB]
    ^-- Outbound messages queue [size=0]
    ^-- Public thread pool [active=0, idle=0, qSize=0]
    ^-- System thread pool [active=0, idle=6, qSize=0]
[14:28:47,181][INFO][grid-timeout-worker-#23][IgniteKernal] 
Metrics for local node (to disable set 'metricsLogFrequency' to 0)
    ^-- Node [id=3f0f342a, uptime=00:10:00.136]
    ^-- H/N/C [hosts=1, nodes=1, CPUs=4]
    ^-- CPU [cur=0.27%, avg=0.38%, GC=0%]
    ^-- PageMemory [pages=200]
    ^-- Heap [used=122MB, free=87.64%, comm=989MB]
    ^-- Non heap [used=24MB, free=91.5%, comm=24MB]
    ^-- Outbound messages queue [size=0]
    ^-- Public thread pool [active=0, idle=0, qSize=0]
    ^-- System thread pool [active=0, idle=6, qSize=0]
[14:29:47,193][INFO][grid-timeout-worker-#23][IgniteKernal] 
Metrics for local node (to disable set 'metricsLogFrequency' to 0)
    ^-- Node [id=3f0f342a, uptime=00:11:00.152]
    ^-- H/N/C [hosts=1, nodes=1, CPUs=4]
    ^-- CPU [cur=0.27%, avg=0.37%, GC=0%]
    ^-- PageMemory [pages=200]
    ^-- Heap [used=129MB, free=86.95%, comm=989MB]
    ^-- Non heap [used=24MB, free=91.49%, comm=24MB]
    ^-- Outbound messages queue [size=0]
    ^-- Public thread pool [active=0, idle=0, qSize=0]
    ^-- System thread pool [active=0, idle=6, qSize=0]
[14:30:47,195][INFO][grid-timeout-worker-#23][IgniteKernal] 
Metrics for local node (to disable set 'metricsLogFrequency' to 0)
    ^-- Node [id=3f0f342a, uptime=00:12:00.152]
    ^-- H/N/C [hosts=1, nodes=1, CPUs=4]
    ^-- CPU [cur=0.33%, avg=0.36%, GC=0%]
    ^-- PageMemory [pages=200]
    ^-- Heap [used=134MB, free=86.44%, comm=989MB]
    ^-- Non heap [used=24MB, free=91.49%, comm=24MB]
    ^-- Outbound messages queue [size=0]
    ^-- Public thread pool [active=0, idle=0, qSize=0]
    ^-- System thread pool [active=0, idle=6, qSize=0]
[14:31:47,212][INFO][grid-timeout-worker-#23][IgniteKernal] 
Metrics for local node (to disable set 'metricsLogFrequency' to 0)
    ^-- Node [id=3f0f342a, uptime=00:13:00.170]
    ^-- H/N/C [hosts=1, nodes=1, CPUs=4]
    ^-- CPU [cur=0.23%, avg=0.35%, GC=0%]
    ^-- PageMemory [pages=200]
    ^-- Heap [used=141MB, free=85.75%, comm=989MB]
    ^-- Non heap [used=24MB, free=91.49%, comm=25MB]
    ^-- Outbound messages queue [size=0]
    ^-- Public thread pool [active=0, idle=0, qSize=0]
    ^-- System thread pool [active=0, idle=6, qSize=0]
[14:32:47,229][INFO][grid-timeout-worker-#23][IgniteKernal] 
Metrics for local node (to disable set 'metricsLogFrequency' to 0)
    ^-- Node [id=3f0f342a, uptime=00:14:00.188]
    ^-- H/N/C [hosts=1, nodes=1, CPUs=4]
    ^-- CPU [cur=0.27%, avg=0.34%, GC=0%]
    ^-- PageMemory [pages=200]
    ^-- Heap [used=146MB, free=85.25%, comm=989MB]
    ^-- Non heap [used=24MB, free=91.49%, comm=25MB]
    ^-- Outbound messages queue [size=0]
    ^-- Public thread pool [active=0, idle=0, qSize=0]
    ^-- System thread pool [active=0, idle=6, qSize=0]
[14:33:47,239][INFO][grid-timeout-worker-#23][IgniteKernal] 
Metrics for local node (to disable set 'metricsLogFrequency' to 0)
    ^-- Node [id=3f0f342a, uptime=00:15:00.200]
    ^-- H/N/C [hosts=1, nodes=1, CPUs=4]
    ^-- CPU [cur=0.23%, avg=0.34%, GC=0%]
    ^-- PageMemory [pages=200]
    ^-- Heap [used=151MB, free=84.65%, comm=989MB]
    ^-- Non heap [used=24MB, free=91.49%, comm=25MB]
    ^-- Outbound messages queue [size=0]
    ^-- Public thread pool [active=0, idle=0, qSize=0]
    ^-- System thread pool [active=0, idle=6, qSize=0]
[14:34:47,247][INFO][grid-timeout-worker-#23][IgniteKernal] 
Metrics for local node (to disable set 'metricsLogFrequency' to 0)
    ^-- Node [id=3f0f342a, uptime=00:16:00.207]
    ^-- H/N/C [hosts=1, nodes=1, CPUs=4]
    ^-- CPU [cur=0.17%, avg=0.33%, GC=0%]
    ^-- PageMemory [pages=200]
    ^-- Heap [used=157MB, free=84.05%, comm=989MB]
    ^-- Non heap [used=24MB, free=91.49%, comm=25MB]
    ^-- Outbound messages queue [size=0]
    ^-- Public thread pool [active=0, idle=0, qSize=0]
    ^-- System thread pool [active=0, idle=6, qSize=0]
[14:35:47,254][INFO][grid-timeout-worker-#23][IgniteKernal] 
Metrics for local node (to disable set 'metricsLogFrequency' to 0)
    ^-- Node [id=3f0f342a, uptime=00:17:00.210]
    ^-- H/N/C [hosts=1, nodes=1, CPUs=4]
    ^-- CPU [cur=0.17%, avg=0.32%, GC=0%]
    ^-- PageMemory [pages=200]
    ^-- Heap [used=163MB, free=83.45%, comm=989MB]
    ^-- Non heap [used=24MB, free=91.48%, comm=25MB]
    ^-- Outbound messages queue [size=0]
    ^-- Public thread pool [active=0, idle=0, qSize=0]
    ^-- System thread pool [active=0, idle=6, qSize=0]
[14:36:47,264][INFO][grid-timeout-worker-#23][IgniteKernal] 
Metrics for local node (to disable set 'metricsLogFrequency' to 0)
    ^-- Node [id=3f0f342a, uptime=00:18:00.221]
    ^-- H/N/C [hosts=1, nodes=1, CPUs=4]
    ^-- CPU [cur=0.17%, avg=0.32%, GC=0%]
    ^-- PageMemory [pages=200]
    ^-- Heap [used=169MB, free=82.85%, comm=989MB]
    ^-- Non heap [used=24MB, free=91.48%, comm=25MB]
    ^-- Outbound messages queue [size=0]
    ^-- Public thread pool [active=0, idle=0, qSize=0]
    ^-- System thread pool [active=1, idle=5, qSize=0]
[14:37:47,272][INFO][grid-timeout-worker-#23][IgniteKernal] 
Metrics for local node (to disable set 'metricsLogFrequency' to 0)
    ^-- Node [id=3f0f342a, uptime=00:19:00.232]
    ^-- H/N/C [hosts=1, nodes=1, CPUs=4]
    ^-- CPU [cur=0.17%, avg=0.32%, GC=0%]
    ^-- PageMemory [pages=200]
    ^-- Heap [used=174MB, free=82.32%, comm=989MB]
    ^-- Non heap [used=24MB, free=91.48%, comm=25MB]
    ^-- Outbound messages queue [size=0]
    ^-- Public thread pool [active=0, idle=0, qSize=0]
    ^-- System thread pool [active=0, idle=5, qSize=0]
[14:38:47,289][INFO][grid-timeout-worker-#23][IgniteKernal] 
Metrics for local node (to disable set 'metricsLogFrequency' to 0)
    ^-- Node [id=3f0f342a, uptime=00:20:00.243]
    ^-- H/N/C [hosts=1, nodes=1, CPUs=4]
    ^-- CPU [cur=0.17%, avg=0.31%, GC=0%]
    ^-- PageMemory [pages=200]
    ^-- Heap [used=179MB, free=81.82%, comm=989MB]
    ^-- Non heap [used=24MB, free=91.48%, comm=25MB]
    ^-- Outbound messages queue [size=0]
    ^-- Public thread pool [active=0, idle=0, qSize=0]
    ^-- System thread pool [active=0, idle=6, qSize=0]
[14:39:47,298][INFO][grid-timeout-worker-#23][IgniteKernal] 
Metrics for local node (to disable set 'metricsLogFrequency' to 0)
    ^-- Node [id=3f0f342a, uptime=00:21:00.257]
    ^-- H/N/C [hosts=1, nodes=1, CPUs=4]
    ^-- CPU [cur=0.17%, avg=0.31%, GC=0%]
    ^-- PageMemory [pages=200]
    ^-- Heap [used=186MB, free=81.13%, comm=989MB]
    ^-- Non heap [used=24MB, free=91.48%, comm=25MB]
    ^-- Outbound messages queue [size=0]
    ^-- Public thread pool [active=0, idle=0, qSize=0]
    ^-- System thread pool [active=0, idle=6, qSize=0]
[14:40:47,306][INFO][grid-timeout-worker-#23][IgniteKernal] 
Metrics for local node (to disable set 'metricsLogFrequency' to 0)
    ^-- Node [id=3f0f342a, uptime=00:22:00.268]
    ^-- H/N/C [hosts=1, nodes=1, CPUs=4]
    ^-- CPU [cur=0.33%, avg=0.3%, GC=0%]
    ^-- PageMemory [pages=200]
    ^-- Heap [used=191MB, free=80.62%, comm=989MB]
    ^-- Non heap [used=24MB, free=91.48%, comm=25MB]
    ^-- Outbound messages queue [size=0]
    ^-- Public thread pool [active=0, idle=0, qSize=0]
    ^-- System thread pool [active=0, idle=6, qSize=0]
[14:41:47,315][INFO][grid-timeout-worker-#23][IgniteKernal] 
Metrics for local node (to disable set 'metricsLogFrequency' to 0)
    ^-- Node [id=3f0f342a, uptime=00:23:00.275]
    ^-- H/N/C [hosts=1, nodes=1, CPUs=4]
    ^-- CPU [cur=0.17%, avg=0.3%, GC=0%]
    ^-- PageMemory [pages=200]
    ^-- Heap [used=198MB, free=79.93%, comm=989MB]
    ^-- Non heap [used=24MB, free=91.48%, comm=25MB]
    ^-- Outbound messages queue [size=0]
    ^-- Public thread pool [active=0, idle=0, qSize=0]
    ^-- System thread pool [active=0, idle=6, qSize=0]
[14:42:47,321][INFO][grid-timeout-worker-#23][IgniteKernal] 
Metrics for local node (to disable set 'metricsLogFrequency' to 0)
    ^-- Node [id=3f0f342a, uptime=00:24:00.279]
    ^-- H/N/C [hosts=1, nodes=1, CPUs=4]
    ^-- CPU [cur=0.17%, avg=0.3%, GC=0%]
    ^-- PageMemory [pages=200]
    ^-- Heap [used=203MB, free=79.42%, comm=989MB]
    ^-- Non heap [used=24MB, free=91.47%, comm=25MB]
    ^-- Outbound messages queue [size=0]
    ^-- Public thread pool [active=0, idle=0, qSize=0]
    ^-- System thread pool [active=0, idle=6, qSize=0]
[14:42:55,658][INFO][tcp-disco-srvr-#3][TcpDiscoverySpi] TCP discovery accepted incoming connection [rmtAddr=/172.24.10.79, rmtPort=41483]
[14:42:55,724][INFO][tcp-disco-srvr-#3][TcpDiscoverySpi] TCP discovery spawning a new thread for connection [rmtAddr=/172.24.10.79, rmtPort=41483]
[14:42:55,725][INFO][tcp-disco-sock-reader-#4][TcpDiscoverySpi] Started serving remote node connection [rmtAddr=/172.24.10.79:41483, rmtPort=41483]
[14:42:55,816][INFO][tcp-disco-sock-reader-#4][TcpDiscoverySpi] Finished serving remote node connection [rmtAddr=/172.24.10.79:41483, rmtPort=41483
[14:43:00,830][INFO][tcp-disco-srvr-#3][TcpDiscoverySpi] TCP discovery accepted incoming connection [rmtAddr=/172.24.10.79, rmtPort=48589]
[14:43:00,831][INFO][tcp-disco-srvr-#3][TcpDiscoverySpi] TCP discovery spawning a new thread for connection [rmtAddr=/172.24.10.79, rmtPort=48589]
[14:43:00,832][INFO][tcp-disco-sock-reader-#5][TcpDiscoverySpi] Started serving remote node connection [rmtAddr=/172.24.10.79:48589, rmtPort=48589]
[14:43:00,875][INFO][tcp-disco-sock-reader-#5][TcpDiscoverySpi] Finished serving remote node connection [rmtAddr=/172.24.10.79:48589, rmtPort=48589
[14:43:05,885][INFO][tcp-disco-srvr-#3][TcpDiscoverySpi] TCP discovery accepted incoming connection [rmtAddr=/172.24.10.79, rmtPort=58847]
[14:43:05,886][INFO][tcp-disco-srvr-#3][TcpDiscoverySpi] TCP discovery spawning a new thread for connection [rmtAddr=/172.24.10.79, rmtPort=58847]
[14:43:05,896][INFO][tcp-disco-sock-reader-#6][TcpDiscoverySpi] Started serving remote node connection [rmtAddr=/172.24.10.79:58847, rmtPort=58847]
[14:43:05,939][INFO][tcp-disco-sock-reader-#6][TcpDiscoverySpi] Finished serving remote node connection [rmtAddr=/172.24.10.79:58847, rmtPort=58847
[14:43:10,956][INFO][tcp-disco-srvr-#3][TcpDiscoverySpi] TCP discovery accepted incoming connection [rmtAddr=/172.24.10.79, rmtPort=41363]
[14:43:10,957][INFO][tcp-disco-srvr-#3][TcpDiscoverySpi] TCP discovery spawning a new thread for connection [rmtAddr=/172.24.10.79, rmtPort=41363]
[14:43:10,962][INFO][tcp-disco-sock-reader-#7][TcpDiscoverySpi] Started serving remote node connection [rmtAddr=/172.24.10.79:41363, rmtPort=41363]
[14:43:10,999][INFO][tcp-disco-sock-reader-#7][TcpDiscoverySpi] Finished serving remote node connection [rmtAddr=/172.24.10.79:41363, rmtPort=41363
[14:43:15,953][WARNING][tcp-disco-msg-worker-#2][TcpDiscoverySpi] Failed to send message to next node [msg=TcpDiscoveryNodeAddedMessage [node=TcpDiscoveryNode [id=51a4b580-7f9b-4943-a76c-aae4c85c3ca6, addrs=[0:0:0:0:0:0:0:1%lo, 127.0.0.1, 172.17.0.1, 172.23.10.247, 172.24.10.79, fd00:0:0:0:6a8d:b47e:54c5:64d7%wlp61s0], sockAddrs=[/172.23.10.247:3013, /172.24.10.79:3013, fd00:0:0:0:6a8d:b47e:54c5:64d7%wlp61s0:3013, /0:0:0:0:0:0:0:1%lo:3013, /127.0.0.1:3013, /172.17.0.1:3013], discPort=3013, order=0, intOrder=2, lastExchangeTime=1546954975791, loc=false, ver=2.6.0#20180710-sha1:669feacc, isClient=false], dataPacket=o.a.i.spi.discovery.tcp.internal.DiscoveryDataPacket@155e814, discardMsgId=null, discardCustomMsgId=null, top=null, clientTop=null, gridStartTime=1546953525342, super=TcpDiscoveryAbstractMessage [sndNodeId=null, id=e2c7d9d2861-3f0f342a-b24b-4861-a34f-210665fd1d57, verifierNodeId=3f0f342a-b24b-4861-a34f-210665fd1d57, topVer=0, pendingIdx=0, failedNodes=null, isClient=false]], next=TcpDiscoveryNode [id=51a4b580-7f9b-4943-a76c-aae4c85c3ca6, addrs=[0:0:0:0:0:0:0:1%lo, 127.0.0.1, 172.17.0.1, 172.23.10.247, 172.24.10.79, fd00:0:0:0:6a8d:b47e:54c5:64d7%wlp61s0], sockAddrs=[/172.23.10.247:3013, /172.24.10.79:3013, fd00:0:0:0:6a8d:b47e:54c5:64d7%wlp61s0:3013, /0:0:0:0:0:0:0:1%lo:3013, /127.0.0.1:3013, /172.17.0.1:3013], discPort=3013, order=0, intOrder=2, lastExchangeTime=1546954975791, loc=false, ver=2.6.0#20180710-sha1:669feacc, isClient=false], errMsg=Failed to send message to next node [msg=TcpDiscoveryNodeAddedMessage [node=TcpDiscoveryNode [id=51a4b580-7f9b-4943-a76c-aae4c85c3ca6, addrs=[0:0:0:0:0:0:0:1%lo, 127.0.0.1, 172.17.0.1, 172.23.10.247, 172.24.10.79, fd00:0:0:0:6a8d:b47e:54c5:64d7%wlp61s0], sockAddrs=[/172.23.10.247:3013, /172.24.10.79:3013, fd00:0:0:0:6a8d:b47e:54c5:64d7%wlp61s0:3013, /0:0:0:0:0:0:0:1%lo:3013, /127.0.0.1:3013, /172.17.0.1:3013], discPort=3013, order=0, intOrder=2, lastExchangeTime=1546954975791, loc=false, ver=2.6.0#20180710-sha1:669feacc, isClient=false], dataPacket=o.a.i.spi.discovery.tcp.internal.DiscoveryDataPacket@155e814, discardMsgId=null, discardCustomMsgId=null, top=null, clientTop=null, gridStartTime=1546953525342, super=TcpDiscoveryAbstractMessage [sndNodeId=null, id=e2c7d9d2861-3f0f342a-b24b-4861-a34f-210665fd1d57, verifierNodeId=3f0f342a-b24b-4861-a34f-210665fd1d57, topVer=0, pendingIdx=0, failedNodes=null, isClient=false]], next=ClusterNode [id=51a4b580-7f9b-4943-a76c-aae4c85c3ca6, order=0, addr=[0:0:0:0:0:0:0:1%lo, 127.0.0.1, 172.17.0.1, 172.23.10.247, 172.24.10.79, fd00:0:0:0:6a8d:b47e:54c5:64d7%wlp61s0], daemon=false]]]
[14:43:15,976][WARNING][tcp-disco-msg-worker-#2][TcpDiscoverySpi] Local node has detected failed nodes and started cluster-wide procedure. To speed up failure detection please see 'Failure Detection' section under javadoc for 'TcpDiscoverySpi'
[14:43:15,996][INFO][disco-event-worker-#41][GridDiscoveryManager] Added new node to topology: TcpDiscoveryNode [id=51a4b580-7f9b-4943-a76c-aae4c85c3ca6, addrs=[0:0:0:0:0:0:0:1%lo, 127.0.0.1, 172.17.0.1, 172.23.10.247, 172.24.10.79, fd00:0:0:0:6a8d:b47e:54c5:64d7%wlp61s0], sockAddrs=[/172.23.10.247:3013, /172.24.10.79:3013, fd00:0:0:0:6a8d:b47e:54c5:64d7%wlp61s0:3013, /0:0:0:0:0:0:0:1%lo:3013, /127.0.0.1:3013, /172.17.0.1:3013], discPort=3013, order=2, intOrder=2, lastExchangeTime=1546954975791, loc=false, ver=2.6.0#20180710-sha1:669feacc, isClient=false]
[14:43:15,999][INFO][disco-event-worker-#41][GridDiscoveryManager] Topology snapshot [ver=2, servers=2, clients=0, CPUs=12, offheap=3.4GB, heap=2.0GB]
[14:43:16,000][INFO][disco-event-worker-#41][GridDiscoveryManager]   ^-- Node [id=3F0F342A-B24B-4861-A34F-210665FD1D57, clusterState=ACTIVE]
[14:43:16,001][INFO][disco-event-worker-#41][GridDiscoveryManager] Data Regions Configured:
[14:43:16,004][INFO][disco-event-worker-#41][GridDiscoveryManager]   ^-- default [initSize=256.0 MiB, maxSize=256.0 MiB, persistenceEnabled=false]
[14:43:16,012][INFO][exchange-worker-#42][time] Started exchange init [topVer=AffinityTopologyVersion [topVer=2, minorTopVer=0], crd=true, evt=NODE_JOINED, evtNode=51a4b580-7f9b-4943-a76c-aae4c85c3ca6, customEvt=null, allowMerge=true]
[14:43:16,013][INFO][tcp-disco-srvr-#3][TcpDiscoverySpi] TCP discovery accepted incoming connection [rmtAddr=/172.24.10.79, rmtPort=35371]
[14:43:16,016][INFO][tcp-disco-srvr-#3][TcpDiscoverySpi] TCP discovery spawning a new thread for connection [rmtAddr=/172.24.10.79, rmtPort=35371]
[14:43:16,020][INFO][exchange-worker-#42][GridDhtPartitionsExchangeFuture] Finished waiting for partition release future [topVer=AffinityTopologyVersion [topVer=2, minorTopVer=0], waitTime=0ms, futInfo=NA]
[14:43:16,022][INFO][tcp-disco-sock-reader-#8][TcpDiscoverySpi] Started serving remote node connection [rmtAddr=/172.24.10.79:35371, rmtPort=35371]
[14:43:16,029][WARNING][disco-event-worker-#41][GridDiscoveryManager] Node FAILED: TcpDiscoveryNode [id=51a4b580-7f9b-4943-a76c-aae4c85c3ca6, addrs=[0:0:0:0:0:0:0:1%lo, 127.0.0.1, 172.17.0.1, 172.23.10.247, 172.24.10.79, fd00:0:0:0:6a8d:b47e:54c5:64d7%wlp61s0], sockAddrs=[/172.23.10.247:3013, /172.24.10.79:3013, fd00:0:0:0:6a8d:b47e:54c5:64d7%wlp61s0:3013, /0:0:0:0:0:0:0:1%lo:3013, /127.0.0.1:3013, /172.17.0.1:3013], discPort=3013, order=2, intOrder=2, lastExchangeTime=1546954975791, loc=false, ver=2.6.0#20180710-sha1:669feacc, isClient=false]
[14:43:16,031][INFO][disco-event-worker-#41][GridDiscoveryManager] Topology snapshot [ver=3, servers=1, clients=0, CPUs=4, offheap=0.25GB, heap=1.0GB]
[14:43:16,032][INFO][disco-event-worker-#41][GridDiscoveryManager]   ^-- Node [id=3F0F342A-B24B-4861-A34F-210665FD1D57, clusterState=ACTIVE]
[14:43:16,033][INFO][disco-event-worker-#41][GridDiscoveryManager] Data Regions Configured:
[14:43:16,036][INFO][disco-event-worker-#41][GridDiscoveryManager]   ^-- default [initSize=256.0 MiB, maxSize=256.0 MiB, persistenceEnabled=false]
[14:43:16,041][INFO][exchange-worker-#42][GridDhtPartitionsExchangeFuture] Finished waiting for partitions release latch: ServerLatch [permits=0, pendingAcks=[], super=CompletableLatch [id=exchange, topVer=AffinityTopologyVersion [topVer=2, minorTopVer=0]]]
[14:43:16,042][INFO][exchange-worker-#42][GridDhtPartitionsExchangeFuture] Finished waiting for partition release future [topVer=AffinityTopologyVersion [topVer=2, minorTopVer=0], waitTime=0ms, futInfo=NA]
[14:43:16,045][INFO][exchange-worker-#42][time] Finished exchange init [topVer=AffinityTopologyVersion [topVer=2, minorTopVer=0], crd=true]
[14:43:16,051][INFO][tcp-disco-sock-reader-#8][TcpDiscoverySpi] Finished serving remote node connection [rmtAddr=/172.24.10.79:35371, rmtPort=35371
[14:43:16,084][INFO][sys-#191][GridDhtPartitionsExchangeFuture] Coordinator received all messages, try merge [ver=AffinityTopologyVersion [topVer=2, minorTopVer=0]]
[14:43:16,085][INFO][sys-#191][GridCachePartitionExchangeManager] Merge exchange future [curFut=AffinityTopologyVersion [topVer=2, minorTopVer=0], mergedFut=AffinityTopologyVersion [topVer=3, minorTopVer=0], evt=NODE_FAILED, evtNode=51a4b580-7f9b-4943-a76c-aae4c85c3ca6, evtNodeClient=false]
[14:43:16,087][INFO][sys-#191][GridCachePartitionExchangeManager] Stop merge, custom task found: WalStateNodeLeaveExchangeTask [node=TcpDiscoveryNode [id=51a4b580-7f9b-4943-a76c-aae4c85c3ca6, addrs=[0:0:0:0:0:0:0:1%lo, 127.0.0.1, 172.17.0.1, 172.23.10.247, 172.24.10.79, fd00:0:0:0:6a8d:b47e:54c5:64d7%wlp61s0], sockAddrs=[/172.23.10.247:3013, /172.24.10.79:3013, fd00:0:0:0:6a8d:b47e:54c5:64d7%wlp61s0:3013, /0:0:0:0:0:0:0:1%lo:3013, /127.0.0.1:3013, /172.17.0.1:3013], discPort=3013, order=2, intOrder=2, lastExchangeTime=1546954975791, loc=false, ver=2.6.0#20180710-sha1:669feacc, isClient=false]]
[14:43:16,088][INFO][sys-#191][GridDhtPartitionsExchangeFuture] finishExchangeOnCoordinator [topVer=AffinityTopologyVersion [topVer=2, minorTopVer=0], resVer=AffinityTopologyVersion [topVer=3, minorTopVer=0]]
[14:43:16,115][INFO][sys-#191][GridDhtPartitionsExchangeFuture] Finish exchange future [startVer=AffinityTopologyVersion [topVer=2, minorTopVer=0], resVer=AffinityTopologyVersion [topVer=3, minorTopVer=0], err=null]
[14:43:16,121][INFO][exchange-worker-#42][GridCachePartitionExchangeManager] Skipping rebalancing (nothing scheduled) [top=AffinityTopologyVersion [topVer=3, minorTopVer=0], evt=NODE_JOINED, node=51a4b580-7f9b-4943-a76c-aae4c85c3ca6]
[14:43:21,068][INFO][tcp-disco-srvr-#3][TcpDiscoverySpi] TCP discovery accepted incoming connection [rmtAddr=/172.24.10.79, rmtPort=44035]
[14:43:21,074][INFO][tcp-disco-srvr-#3][TcpDiscoverySpi] TCP discovery spawning a new thread for connection [rmtAddr=/172.24.10.79, rmtPort=44035]
[14:43:21,075][INFO][tcp-disco-sock-reader-#9][TcpDiscoverySpi] Started serving remote node connection [rmtAddr=/172.24.10.79:44035, rmtPort=44035]
[14:43:21,106][INFO][tcp-disco-sock-reader-#9][TcpDiscoverySpi] Finished serving remote node connection [rmtAddr=/172.24.10.79:44035, rmtPort=44035
[14:43:26,122][INFO][tcp-disco-srvr-#3][TcpDiscoverySpi] TCP discovery accepted incoming connection [rmtAddr=/172.24.10.79, rmtPort=38139]
[14:43:26,123][INFO][tcp-disco-srvr-#3][TcpDiscoverySpi] TCP discovery spawning a new thread for connection [rmtAddr=/172.24.10.79, rmtPort=38139]
[14:43:26,125][INFO][tcp-disco-sock-reader-#10][TcpDiscoverySpi] Started serving remote node connection [rmtAddr=/172.24.10.79:38139, rmtPort=38139]
[14:43:26,155][INFO][tcp-disco-sock-reader-#10][TcpDiscoverySpi] Finished serving remote node connection [rmtAddr=/172.24.10.79:38139, rmtPort=38139
[14:43:31,164][INFO][tcp-disco-srvr-#3][TcpDiscoverySpi] TCP discovery accepted incoming connection [rmtAddr=/172.24.10.79, rmtPort=55501]
[14:43:31,165][INFO][tcp-disco-srvr-#3][TcpDiscoverySpi] TCP discovery spawning a new thread for connection [rmtAddr=/172.24.10.79, rmtPort=55501]
[14:43:31,167][INFO][tcp-disco-sock-reader-#11][TcpDiscoverySpi] Started serving remote node connection [rmtAddr=/172.24.10.79:55501, rmtPort=55501]
[14:43:31,196][INFO][tcp-disco-sock-reader-#11][TcpDiscoverySpi] Finished serving remote node connection [rmtAddr=/172.24.10.79:55501, rmtPort=55501
[14:43:36,128][WARNING][tcp-disco-msg-worker-#2][TcpDiscoverySpi] Failed to send message to next node [msg=TcpDiscoveryNodeAddedMessage [node=TcpDiscoveryNode [id=51a4b580-7f9b-4943-a76c-aae4c85c3ca6, addrs=[0:0:0:0:0:0:0:1%lo, 127.0.0.1, 172.17.0.1, 172.23.10.247, 172.24.10.79, fd00:0:0:0:6a8d:b47e:54c5:64d7%wlp61s0], sockAddrs=[/172.23.10.247:3013, /172.24.10.79:3013, fd00:0:0:0:6a8d:b47e:54c5:64d7%wlp61s0:3013, /0:0:0:0:0:0:0:1%lo:3013, /127.0.0.1:3013, /172.17.0.1:3013], discPort=3013, order=0, intOrder=3, lastExchangeTime=1546954996038, loc=false, ver=2.6.0#20180710-sha1:669feacc, isClient=false], dataPacket=o.a.i.spi.discovery.tcp.internal.DiscoveryDataPacket@1975db5, discardMsgId=null, discardCustomMsgId=null, top=null, clientTop=null, gridStartTime=1546953525342, super=TcpDiscoveryAbstractMessage [sndNodeId=null, id=54c7d9d2861-3f0f342a-b24b-4861-a34f-210665fd1d57, verifierNodeId=3f0f342a-b24b-4861-a34f-210665fd1d57, topVer=0, pendingIdx=0, failedNodes=null, isClient=false]], next=TcpDiscoveryNode [id=51a4b580-7f9b-4943-a76c-aae4c85c3ca6, addrs=[0:0:0:0:0:0:0:1%lo, 127.0.0.1, 172.17.0.1, 172.23.10.247, 172.24.10.79, fd00:0:0:0:6a8d:b47e:54c5:64d7%wlp61s0], sockAddrs=[/172.23.10.247:3013, /172.24.10.79:3013, fd00:0:0:0:6a8d:b47e:54c5:64d7%wlp61s0:3013, /0:0:0:0:0:0:0:1%lo:3013, /127.0.0.1:3013, /172.17.0.1:3013], discPort=3013, order=0, intOrder=3, lastExchangeTime=1546954996038, loc=false, ver=2.6.0#20180710-sha1:669feacc, isClient=false], errMsg=Failed to send message to next node [msg=TcpDiscoveryNodeAddedMessage [node=TcpDiscoveryNode [id=51a4b580-7f9b-4943-a76c-aae4c85c3ca6, addrs=[0:0:0:0:0:0:0:1%lo, 127.0.0.1, 172.17.0.1, 172.23.10.247, 172.24.10.79, fd00:0:0:0:6a8d:b47e:54c5:64d7%wlp61s0], sockAddrs=[/172.23.10.247:3013, /172.24.10.79:3013, fd00:0:0:0:6a8d:b47e:54c5:64d7%wlp61s0:3013, /0:0:0:0:0:0:0:1%lo:3013, /127.0.0.1:3013, /172.17.0.1:3013], discPort=3013, order=0, intOrder=3, lastExchangeTime=1546954996038, loc=false, ver=2.6.0#20180710-sha1:669feacc, isClient=false], dataPacket=o.a.i.spi.discovery.tcp.internal.DiscoveryDataPacket@1975db5, discardMsgId=null, discardCustomMsgId=null, top=null, clientTop=null, gridStartTime=1546953525342, super=TcpDiscoveryAbstractMessage [sndNodeId=null, id=54c7d9d2861-3f0f342a-b24b-4861-a34f-210665fd1d57, verifierNodeId=3f0f342a-b24b-4861-a34f-210665fd1d57, topVer=0, pendingIdx=0, failedNodes=null, isClient=false]], next=ClusterNode [id=51a4b580-7f9b-4943-a76c-aae4c85c3ca6, order=0, addr=[0:0:0:0:0:0:0:1%lo, 127.0.0.1, 172.17.0.1, 172.23.10.247, 172.24.10.79, fd00:0:0:0:6a8d:b47e:54c5:64d7%wlp61s0], daemon=false]]]
[14:43:36,138][INFO][disco-event-worker-#41][GridDiscoveryManager] Added new node to topology: TcpDiscoveryNode [id=51a4b580-7f9b-4943-a76c-aae4c85c3ca6, addrs=[0:0:0:0:0:0:0:1%lo, 127.0.0.1, 172.17.0.1, 172.23.10.247, 172.24.10.79, fd00:0:0:0:6a8d:b47e:54c5:64d7%wlp61s0], sockAddrs=[/172.23.10.247:3013, /172.24.10.79:3013, fd00:0:0:0:6a8d:b47e:54c5:64d7%wlp61s0:3013, /0:0:0:0:0:0:0:1%lo:3013, /127.0.0.1:3013, /172.17.0.1:3013], discPort=3013, order=4, intOrder=3, lastExchangeTime=1546954996038, loc=false, ver=2.6.0#20180710-sha1:669feacc, isClient=false]
[14:43:36,140][INFO][disco-event-worker-#41][GridDiscoveryManager] Topology snapshot [ver=4, servers=2, clients=0, CPUs=12, offheap=3.4GB, heap=2.0GB]
[14:43:36,141][INFO][disco-event-worker-#41][GridDiscoveryManager]   ^-- Node [id=3F0F342A-B24B-4861-A34F-210665FD1D57, clusterState=ACTIVE]
[14:43:36,142][INFO][disco-event-worker-#41][GridDiscoveryManager] Data Regions Configured:
[14:43:36,144][INFO][disco-event-worker-#41][GridDiscoveryManager]   ^-- default [initSize=256.0 MiB, maxSize=256.0 MiB, persistenceEnabled=false]
[14:43:36,147][INFO][exchange-worker-#42][time] Started exchange init [topVer=AffinityTopologyVersion [topVer=4, minorTopVer=0], crd=true, evt=NODE_JOINED, evtNode=51a4b580-7f9b-4943-a76c-aae4c85c3ca6, customEvt=null, allowMerge=true]
[14:43:36,150][INFO][exchange-worker-#42][GridDhtPartitionsExchangeFuture] Finished waiting for partition release future [topVer=AffinityTopologyVersion [topVer=4, minorTopVer=0], waitTime=0ms, futInfo=NA]
[14:43:36,153][INFO][exchange-worker-#42][GridDhtPartitionsExchangeFuture] Finished waiting for partitions release latch: ServerLatch [permits=0, pendingAcks=[], super=CompletableLatch [id=exchange, topVer=AffinityTopologyVersion [topVer=4, minorTopVer=0]]]
[14:43:36,154][INFO][exchange-worker-#42][GridDhtPartitionsExchangeFuture] Finished waiting for partition release future [topVer=AffinityTopologyVersion [topVer=4, minorTopVer=0], waitTime=0ms, futInfo=NA]
[14:43:36,156][INFO][exchange-worker-#42][time] Finished exchange init [topVer=AffinityTopologyVersion [topVer=4, minorTopVer=0], crd=true]
[14:43:36,159][WARNING][disco-event-worker-#41][GridDiscoveryManager] Node FAILED: TcpDiscoveryNode [id=51a4b580-7f9b-4943-a76c-aae4c85c3ca6, addrs=[0:0:0:0:0:0:0:1%lo, 127.0.0.1, 172.17.0.1, 172.23.10.247, 172.24.10.79, fd00:0:0:0:6a8d:b47e:54c5:64d7%wlp61s0], sockAddrs=[/172.23.10.247:3013, /172.24.10.79:3013, fd00:0:0:0:6a8d:b47e:54c5:64d7%wlp61s0:3013, /0:0:0:0:0:0:0:1%lo:3013, /127.0.0.1:3013, /172.17.0.1:3013], discPort=3013, order=4, intOrder=3, lastExchangeTime=1546954996038, loc=false, ver=2.6.0#20180710-sha1:669feacc, isClient=false]
[14:43:36,165][INFO][disco-event-worker-#41][GridDiscoveryManager] Topology snapshot [ver=5, servers=1, clients=0, CPUs=4, offheap=0.25GB, heap=1.0GB]
[14:43:36,167][INFO][disco-event-worker-#41][GridDiscoveryManager]   ^-- Node [id=3F0F342A-B24B-4861-A34F-210665FD1D57, clusterState=ACTIVE]
[14:43:36,168][INFO][disco-event-worker-#41][GridDiscoveryManager] Data Regions Configured:
[14:43:36,170][INFO][disco-event-worker-#41][GridDiscoveryManager]   ^-- default [initSize=256.0 MiB, maxSize=256.0 MiB, persistenceEnabled=false]
[14:43:36,191][INFO][sys-#188][GridDhtPartitionsExchangeFuture] Coordinator received all messages, try merge [ver=AffinityTopologyVersion [topVer=4, minorTopVer=0]]
[14:43:36,194][INFO][sys-#188][GridCachePartitionExchangeManager] Merge exchange future [curFut=AffinityTopologyVersion [topVer=4, minorTopVer=0], mergedFut=AffinityTopologyVersion [topVer=5, minorTopVer=0], evt=NODE_FAILED, evtNode=51a4b580-7f9b-4943-a76c-aae4c85c3ca6, evtNodeClient=false]
[14:43:36,197][INFO][sys-#188][GridCachePartitionExchangeManager] Stop merge, custom task found: WalStateNodeLeaveExchangeTask [node=TcpDiscoveryNode [id=51a4b580-7f9b-4943-a76c-aae4c85c3ca6, addrs=[0:0:0:0:0:0:0:1%lo, 127.0.0.1, 172.17.0.1, 172.23.10.247, 172.24.10.79, fd00:0:0:0:6a8d:b47e:54c5:64d7%wlp61s0], sockAddrs=[/172.23.10.247:3013, /172.24.10.79:3013, fd00:0:0:0:6a8d:b47e:54c5:64d7%wlp61s0:3013, /0:0:0:0:0:0:0:1%lo:3013, /127.0.0.1:3013, /172.17.0.1:3013], discPort=3013, order=4, intOrder=3, lastExchangeTime=1546954996038, loc=false, ver=2.6.0#20180710-sha1:669feacc, isClient=false]]
[14:43:36,200][INFO][sys-#188][GridDhtPartitionsExchangeFuture] finishExchangeOnCoordinator [topVer=AffinityTopologyVersion [topVer=4, minorTopVer=0], resVer=AffinityTopologyVersion [topVer=5, minorTopVer=0]]
[14:43:36,208][INFO][tcp-disco-srvr-#3][TcpDiscoverySpi] TCP discovery accepted incoming connection [rmtAddr=/172.24.10.79, rmtPort=42089]
[14:43:36,209][INFO][tcp-disco-srvr-#3][TcpDiscoverySpi] TCP discovery spawning a new thread for connection [rmtAddr=/172.24.10.79, rmtPort=42089]
[14:43:36,211][INFO][tcp-disco-sock-reader-#12][TcpDiscoverySpi] Started serving remote node connection [rmtAddr=/172.24.10.79:42089, rmtPort=42089]
[14:43:36,243][INFO][tcp-disco-sock-reader-#12][TcpDiscoverySpi] Finished serving remote node connection [rmtAddr=/172.24.10.79:42089, rmtPort=42089
[14:43:36,248][INFO][sys-#188][GridDhtPartitionsExchangeFuture] Finish exchange future [startVer=AffinityTopologyVersion [topVer=4, minorTopVer=0], resVer=AffinityTopologyVersion [topVer=5, minorTopVer=0], err=null]
[14:43:36,258][INFO][exchange-worker-#42][GridCachePartitionExchangeManager] Skipping rebalancing (nothing scheduled) [top=AffinityTopologyVersion [topVer=5, minorTopVer=0], evt=NODE_JOINED, node=51a4b580-7f9b-4943-a76c-aae4c85c3ca6]
[14:43:41,251][INFO][tcp-disco-srvr-#3][TcpDiscoverySpi] TCP discovery accepted incoming connection [rmtAddr=/172.24.10.79, rmtPort=51039]
[14:43:41,252][INFO][tcp-disco-srvr-#3][TcpDiscoverySpi] TCP discovery spawning a new thread for connection [rmtAddr=/172.24.10.79, rmtPort=51039]
[14:43:41,257][INFO][tcp-disco-sock-reader-#13][TcpDiscoverySpi] Started serving remote node connection [rmtAddr=/172.24.10.79:51039, rmtPort=51039]
[14:43:41,288][INFO][tcp-disco-sock-reader-#13][TcpDiscoverySpi] Finished serving remote node connection [rmtAddr=/172.24.10.79:51039, rmtPort=51039
[14:43:46,297][INFO][tcp-disco-srvr-#3][TcpDiscoverySpi] TCP discovery accepted incoming connection [rmtAddr=/172.24.10.79, rmtPort=49345]
[14:43:46,298][INFO][tcp-disco-srvr-#3][TcpDiscoverySpi] TCP discovery spawning a new thread for connection [rmtAddr=/172.24.10.79, rmtPort=49345]
[14:43:46,303][INFO][tcp-disco-sock-reader-#14][TcpDiscoverySpi] Started serving remote node connection [rmtAddr=/172.24.10.79:49345, rmtPort=49345]
[14:43:46,330][INFO][tcp-disco-sock-reader-#14][TcpDiscoverySpi] Finished serving remote node connection [rmtAddr=/172.24.10.79:49345, rmtPort=49345
[14:43:47,327][INFO][grid-timeout-worker-#23][IgniteKernal] 
Metrics for local node (to disable set 'metricsLogFrequency' to 0)
    ^-- Node [id=3f0f342a, uptime=00:25:00.282]
    ^-- H/N/C [hosts=1, nodes=1, CPUs=4]
    ^-- CPU [cur=0.4%, avg=0.3%, GC=0%]
    ^-- PageMemory [pages=200]
    ^-- Heap [used=223MB, free=77.45%, comm=989MB]
    ^-- Non heap [used=25MB, free=91.28%, comm=25MB]
    ^-- Outbound messages queue [size=0]
    ^-- Public thread pool [active=0, idle=4, qSize=0]
    ^-- System thread pool [active=0, idle=8, qSize=0]
[14:43:51,340][INFO][tcp-disco-srvr-#3][TcpDiscoverySpi] TCP discovery accepted incoming connection [rmtAddr=/172.24.10.79, rmtPort=51865]
[14:43:51,341][INFO][tcp-disco-srvr-#3][TcpDiscoverySpi] TCP discovery spawning a new thread for connection [rmtAddr=/172.24.10.79, rmtPort=51865]
[14:43:51,346][INFO][tcp-disco-sock-reader-#15][TcpDiscoverySpi] Started serving remote node connection [rmtAddr=/172.24.10.79:51865, rmtPort=51865]
[14:43:51,381][INFO][tcp-disco-sock-reader-#15][TcpDiscoverySpi] Finished serving remote node connection [rmtAddr=/172.24.10.79:51865, rmtPort=51865
^C[14:43:55,789][INFO][Thread-2][G] Invoking shutdown hook...
tobi@devmachine:~/bin/_ignite-2.6.0/bin$ ./ignite.sh -v ../config/ignite-config-node1.xml 
Ignite Command Line Startup, ver. 2.6.0#20180710-sha1:669feacc
2018 Copyright(C) Apache Software Foundation

[14:42:55,238][INFO][main][IgniteKernal] 

>>>    __________  ________________  
>>>   /  _/ ___/ |/ /  _/_  __/ __/  
>>>  _/ // (7 7    // /  / / / _/    
>>> /___/\___/_/|_/___/ /_/ /___/   
>>> 
>>> ver. 2.6.0#20180710-sha1:669feacc
>>> 2018 Copyright(C) Apache Software Foundation
>>> 
>>> Ignite documentation: http://ignite.apache.org

[14:42:55,239][INFO][main][IgniteKernal] Config URL: file:/home/tobi/bin/_ignite-2.6.0/bin/../config/ignite-config-node1.xml
[14:42:55,249][INFO][main][IgniteKernal] IgniteConfiguration [igniteInstanceName=null, pubPoolSize=8, svcPoolSize=8, callbackPoolSize=8, stripedPoolSize=8, sysPoolSize=8, mgmtPoolSize=4, igfsPoolSize=8, dataStreamerPoolSize=8, utilityCachePoolSize=8, utilityCacheKeepAliveTime=60000, p2pPoolSize=2, qryPoolSize=8, igniteHome=/home/tobi/bin/_ignite-2.6.0, igniteWorkDir=/home/tobi/bin/_ignite-2.6.0/work, mbeanSrv=com.sun.jmx.mbeanserver.JmxMBeanServer@6f94fa3e, nodeId=51a4b580-7f9b-4943-a76c-aae4c85c3ca6, marsh=org.apache.ignite.internal.binary.BinaryMarshaller@6c80d78a, 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, internalLsnr=null], 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@5fdcaa40, locAddr=null, locHost=null, locPort=3012, 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@6dc17b83[Count = 1], stopping=false, metricsLsnr=org.apache.ignite.spi.communication.tcp.TcpCommunicationMetricsListener@5e0826e7], evtSpi=org.apache.ignite.spi.eventstorage.NoopEventStorageSpi@32eff876, colSpi=NoopCollisionSpi [], deploySpi=LocalDeploymentSpi [lsnr=null], indexingSpi=org.apache.ignite.spi.indexing.noop.NoopIndexingSpi@6aba2b86, addrRslvr=null, clientMode=false, rebalanceThreadPoolSize=1, txCfg=org.apache.ignite.configuration.TransactionConfiguration@158da8e, 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@74e52303, 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=0, concLvl=0, dfltDataRegConf=DataRegionConfiguration [name=default, maxSize=3345995366, initSize=268435456, swapPath=null, pageEvictionMode=DISABLED, evictionThreshold=0.9, emptyPagesPoolSize=100, metricsEnabled=false, metricsSubIntervalCount=5, metricsRateTimeInterval=60000, persistenceEnabled=false, 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@661972b0, 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, sslEnabled=false, useIgniteSslCtxFactory=true, sslClientAuth=false, sslCtxFactory=null], authEnabled=false, failureHnd=null, commFailureRslvr=null]
[14:42:55,249][INFO][main][IgniteKernal] Daemon mode: off
[14:42:55,249][INFO][main][IgniteKernal] OS: Linux 4.19.4-arch1-1-ARCH amd64
[14:42:55,249][INFO][main][IgniteKernal] OS user: tobi
[14:42:55,250][INFO][main][IgniteKernal] PID: 13444
[14:42:55,250][INFO][main][IgniteKernal] Language runtime: Java Platform API Specification ver. 1.8
[14:42:55,250][INFO][main][IgniteKernal] VM information: OpenJDK Runtime Environment 1.8.0_192-b26 Oracle Corporation OpenJDK 64-Bit Server VM 25.192-b26
[14:42:55,250][INFO][main][IgniteKernal] VM total memory: 0.96GB
[14:42:55,251][INFO][main][IgniteKernal] Remote Management [restart: on, REST: on, JMX (remote: on, port: 49126, auth: off, ssl: off)]
[14:42:55,251][INFO][main][IgniteKernal] Logger: JavaLogger [quiet=false, config=null]
[14:42:55,251][INFO][main][IgniteKernal] IGNITE_HOME=/home/tobi/bin/_ignite-2.6.0
[14:42:55,251][INFO][main][IgniteKernal] VM arguments: [-Xms1g, -Xmx1g, -XX:+AggressiveOpts, -XX:MaxMetaspaceSize=256m, -DIGNITE_QUIET=false, -DIGNITE_SUCCESS_FILE=/home/tobi/bin/_ignite-2.6.0/work/ignite_success_81b84c52-a1bf-45d6-ac8d-1037c26c5021, -Dcom.sun.management.jmxremote, -Dcom.sun.management.jmxremote.port=49126, -Dcom.sun.management.jmxremote.authenticate=false, -Dcom.sun.management.jmxremote.ssl=false, -DIGNITE_HOME=/home/tobi/bin/_ignite-2.6.0, -DIGNITE_PROG_NAME=./ignite.sh]
[14:42:55,251][INFO][main][IgniteKernal] System cache's DataRegion size is configured to 40 MB. Use DataStorageConfiguration.systemCacheMemorySize property to change the setting.
[14:42:55,256][INFO][main][IgniteKernal] Configured caches [in 'sysMemPlc' dataRegion: ['ignite-sys-cache']]
[14:42:55,259][INFO][main][IgniteKernal] 3-rd party licenses can be found at: /home/tobi/bin/_ignite-2.6.0/libs/licenses
[14:42:55,295][INFO][main][IgnitePluginProcessor] Configured plugins:
[14:42:55,295][INFO][main][IgnitePluginProcessor]   ^-- None
[14:42:55,296][INFO][main][IgnitePluginProcessor] 
[14:42:55,296][INFO][main][FailureProcessor] Configured failure handler: [hnd=StopNodeOrHaltFailureHandler [tryStop=false, timeout=0]]
[14:42:55,322][INFO][main][TcpCommunicationSpi] Successfully bound communication NIO server to TCP port [port=3012, locHost=0.0.0.0/0.0.0.0, selectorsCnt=4, selectorSpins=0, pairedConn=false]
[14:42:55,325][WARNING][main][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.
[14:42:55,337][WARNING][main][NoopCheckpointSpi] Checkpoints are disabled (to enable configure any GridCheckpointSpi implementation)
[14:42:55,355][WARNING][main][GridCollisionManager] Collision resolution is disabled (all jobs will be activated upon arrival).
[14:42:55,355][INFO][main][IgniteKernal] Security status [authentication=off, tls/ssl=off]
[14:42:55,560][INFO][main][ClientListenerProcessor] Client connector processor has started on TCP port 10800
[14:42:55,586][INFO][main][GridTcpRestProtocol] Command protocol successfully started [name=TCP binary, host=0.0.0.0/0.0.0.0, port=11211]
[14:42:55,612][INFO][main][IgniteKernal] Non-loopback local IPs: 172.17.0.1, 172.23.10.247, 172.24.10.79, fd00:0:0:0:6a8d:b47e:54c5:64d7%wlp61s0, fe80:0:0:0:400:ecff:fe85:8d7c%vethe140336, fe80:0:0:0:42:d1ff:feee:cf6f%docker0, fe80:0:0:0:88c3:8dff:fe85:b78e%tap0, fe80:0:0:0:d455:3b7b:1d46:cbad%wlp61s0
[14:42:55,612][INFO][main][IgniteKernal] Enabled local MACs: 0242D1EECF6F, 0600EC858D7C, 5891CF6AD29F, 8AC38D85B78E
[14:42:55,642][INFO][main][TcpDiscoverySpi] Successfully bound to TCP port [port=3013, localHost=0.0.0.0/0.0.0.0, locNodeId=51a4b580-7f9b-4943-a76c-aae4c85c3ca6]
[14:43:00,823][WARNING][main][TcpDiscoverySpi] Node has not been connected to topology and will repeat join process. Check remote nodes logs for possible error messages. Note that large topology may require significant time to start. Increase 'TcpDiscoverySpi.networkTimeout' configuration property if getting this message on the starting nodes [networkTimeout=5000]
^C

Reply via email to