Hello!

Oct 31, 2018 10:05:14 AM org.apache.ignite.logger.java.JavaLogger warning
WARNING: Connect timed out (consider increasing 'failureDetectionTimeout'
configuration property) [addr=/10.20.228.11:47100,
failureDetectionTimeout=10000]

Are you sure that port 47100 is not filtered in client -> server direction?

Regards,
-- 
Ilya Kasnacheev


ср, 31 окт. 2018 г. в 10:51, kommrad homer <kommradho...@gmail.com>:

> Hey everyone
>
> I'm trying to implement such scenario below :
>
> One Node running on a VPS , Server Mode , Persistance Enabled
> Several Nodes running on other VPSs , Client Mode
>
> I will be using this for Bucket4j Rate Limiting implementation . We will
> use
> bucket4j for limiting the workload of some entity in our domain , not
> actually the request rates on the API itself.
>
> What I have done :
> I've started the Server Node successfully
> I've started another Node from my local machine , on Client Mode , calling
> "Ignition.start("myconfig")"
>
> After I call Ignition.start("myconfig"):
> I can see the Topology Change on the Server Node Logs , from "servers:1
> clients:0" to "server:1 clients:1"
> But the Code on my local machine freezes at "Ignition.start("myconfig") ,
> it
> won't get to the next command
>
> """
> try(Ignite ignite = Ignition.start("myconfig")) {
>
>             System.out.println("AAAAAAAAA");
> ...
> ...
> }
> """
>
> it cannot print "AAAAAAA" . But when i shutdown the "Server Node" , my
> "Clint Node"  starts to print Error Logs about not being able to connect to
> the Server Node.
>
> Below are my Server Node config and  logs:
>
> """""""
> *ServerConfig:*
>
> <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 id="grid.cfg"
> class="org.apache.ignite.configuration.IgniteConfiguration">
>                 <property name="peerClassLoadingEnabled" value="true"/>
>
>         </bean>
> </beans>
>
> *ServerLog:*
>
> Ignite Command Line Startup, ver. 2.6.0#20180710-sha1:669feacc
> 2018 Copyright(C) Apache Software Foundation
>
> [07:04:34,607][INFO][main][IgniteKernal]
>
> >>>    __________  ________________
> >>>   /  _/ ___/ |/ /  _/_  __/ __/
> >>>  _/ // (7 7    // /  / / / _/
> >>> /___/\___/_/|_/___/ /_/ /___/
> >>>
> >>> ver. 2.6.0#20180710-sha1:669feacc
> >>> 2018 Copyright(C) Apache Software Foundation
> >>>
> >>> Ignite documentation: http://ignite.apache.org
>
> [07:04:34,610][INFO][main][IgniteKernal] Config URL:
> file:/root/apache-ignite-fabric-2.6.0-bin/config/yigit-config2.xml
> [07:04:34,647][INFO][main][IgniteKernal] IgniteConfiguration
> [igniteInstanceName=null, pubPoolSize=8, svcPoolSize=8, callbackPoolSize=8,
> stripedPoolSize=8, sysPoolSize=8, mgmtPoolSize=4, igfsPoolSize=2,
> dataStreamerPoolSize=8, utilityCachePoolSize=8,
> utilityCacheKeepAliveTime=60000, p2pPoolSize=2, qryPoolSize=8,
> igniteHome=/root/apache-ignite-fabric-2.6.0-bin,
> igniteWorkDir=/root/apache-ignite-fabric-2.6.0-bin/work,
> mbeanSrv=com.sun.jmx.mbeanserver.JmxMBeanServer@6f94fa3e,
> nodeId=b0667881-b853-468e-99d1-41978fc1b10b,
> marsh=org.apache.ignite.internal.binary.BinaryMarshaller@498d318c,
> marshLocJobs=false, daemon=false, p2pEnabled=true, 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@32eff876
> ,
> 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@8dbdac1[Count = 1],
> stopping=false,
>
> metricsLsnr=org.apache.ignite.spi.communication.tcp.TcpCommunicationMetricsListener@6e20b53a
> ],
> evtSpi=org.apache.ignite.spi.eventstorage.NoopEventStorageSpi@71809907,
> colSpi=NoopCollisionSpi [], deploySpi=LocalDeploymentSpi [lsnr=null],
> indexingSpi=org.apache.ignite.spi.indexing.noop.NoopIndexingSpi@47af7f3d,
> addrRslvr=null, clientMode=false, rebalanceThreadPoolSize=1,
> txCfg=org.apache.ignite.configuration.TransactionConfiguration@7c729a55,
> 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@3bb9a3ff
> ,
> 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=417365196, 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@44ebcd03
> ,
> 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]
> [07:04:34,648][INFO][main][IgniteKernal] Daemon mode: off
> [07:04:34,649][INFO][main][IgniteKernal] OS: Linux 4.15.0-38-generic amd64
> [07:04:34,649][INFO][main][IgniteKernal] OS user: root
> [07:04:34,650][INFO][main][IgniteKernal] PID: 28429
> [07:04:34,651][INFO][main][IgniteKernal] Language runtime: Java Platform
> API
> Specification ver. 1.8
> [07:04:34,651][INFO][main][IgniteKernal] VM information: OpenJDK Runtime
> Environment 1.8.0_181-8u181-b13-1ubuntu0.18.04.1-b13 Oracle Corporation
> OpenJDK 64-Bit Server VM 25.181-b13
> [07:04:34,654][INFO][main][IgniteKernal] VM total memory: 0.96GB
> [07:04:34,655][INFO][main][IgniteKernal] Remote Management [restart: on,
> REST: on, JMX (remote: on, port: 49126, auth: off, ssl: off)]
> [07:04:34,656][INFO][main][IgniteKernal] Logger: JavaLogger [quiet=false,
> config=null]
> [07:04:34,656][INFO][main][IgniteKernal]
> IGNITE_HOME=/root/apache-ignite-fabric-2.6.0-bin
> [07:04:34,657][INFO][main][IgniteKernal] VM arguments: [-Xms1g, -Xmx1g,
> -XX:+AggressiveOpts, -XX:MaxMetaspaceSize=256m, -DIGNITE_QUIET=false,
>
> -DIGNITE_SUCCESS_FILE=/root/apache-ignite-fabric-2.6.0-bin/work/ignite_success_00c26dca-8f35-4f7b-bb0e-2642e05b264a,
> -Dcom.sun.management.jmxremote, -Dcom.sun.management.jmxremote.port=49126,
> -Dcom.sun.management.jmxremote.authenticate=false,
> -Dcom.sun.management.jmxremote.ssl=false,
> -DIGNITE_HOME=/root/apache-ignite-fabric-2.6.0-bin,
> -DIGNITE_PROG_NAME=bin/ignite.sh]
> [07:04:34,658][INFO][main][IgniteKernal] System cache's DataRegion size is
> configured to 40 MB. Use DataStorageConfiguration.systemCacheMemorySize
> property to change the setting.
> [07:04:34,672][INFO][main][IgniteKernal] Configured caches [in 'sysMemPlc'
> dataRegion: ['ignite-sys-cache']]
> [07:04:34,673][WARNING][main][IgniteKernal] Peer class loading is enabled
> (disable it in production for performance and deployment consistency
> reasons)
> [07:04:34,683][INFO][main][IgniteKernal] 3-rd party licenses can be found
> at: /root/apache-ignite-fabric-2.6.0-bin/libs/licenses
> [07:04:34,803][INFO][main][IgnitePluginProcessor] Configured plugins:
> [07:04:34,804][INFO][main][IgnitePluginProcessor]   ^-- None
> [07:04:34,804][INFO][main][IgnitePluginProcessor]
> [07:04:34,808][INFO][main][FailureProcessor] Configured failure handler:
> [hnd=StopNodeOrHaltFailureHandler [tryStop=false, timeout=0]]
> [07:04:34,898][INFO][main][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]
> [07:04:34,909][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.
> [07:04:34,954][WARNING][main][NoopCheckpointSpi] Checkpoints are disabled
> (to enable configure any GridCheckpointSpi implementation)
> [07:04:35,002][WARNING][main][GridCollisionManager] Collision resolution is
> disabled (all jobs will be activated upon arrival).
> [07:04:35,005][INFO][main][IgniteKernal] Security status
> [authentication=off, tls/ssl=off]
> [07:04:35,633][INFO][main][ClientListenerProcessor] Client connector
> processor has started on TCP port 10800
> [07:04:35,707][INFO][main][GridTcpRestProtocol] Command protocol
> successfully started [name=TCP binary, host=0.0.0.0/0.0.0.0, port=11211]
> [07:04:35,772][INFO][main][IgniteKernal] Non-loopback local IPs:
> 10.20.228.11, fe80:0:0:0:dc2c:cff:fe1f:d006%ens2
> [07:04:35,772][INFO][main][IgniteKernal] Enabled local MACs: DE2C0C1FD006
> [07:04:35,845][INFO][main][TcpDiscoverySpi] Successfully bound to TCP port
> [port=47500, localHost=0.0.0.0/0.0.0.0,
> locNodeId=b0667881-b853-468e-99d1-41978fc1b10b]
> [07:04:35,850][WARNING][main][TcpDiscoveryMulticastIpFinder]
> TcpDiscoveryMulticastIpFinder has no pre-configured addresses (it is
> recommended in production to specify at least one address in
> TcpDiscoveryMulticastIpFinder.getAddresses() configuration property)
> [07:04:37,178][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=1479MB, available=1990MB]
> [07:04:37,213][INFO][exchange-worker-#38][time] Started exchange init
> [topVer=AffinityTopologyVersion [topVer=1, minorTopVer=0], crd=true,
> evt=NODE_JOINED, evtNode=b0667881-b853-468e-99d1-41978fc1b10b,
> customEvt=null, allowMerge=false]
> [07:04:37,622][INFO][exchange-worker-#38][GridCacheProcessor] Started cache
> [name=ignite-sys-cache, id=-2100569601, memoryPolicyName=sysMemPlc,
> mode=REPLICATED, atomicity=TRANSACTIONAL, backups=2147483647]
> [07:04:37,650][INFO][exchange-worker-#38][GridDhtPartitionsExchangeFuture]
> Finished waiting for partition release future
> [topVer=AffinityTopologyVersion [topVer=1, minorTopVer=0], waitTime=0ms,
> futInfo=NA]
> [07:04:37,656][INFO][exchange-worker-#38][GridDhtPartitionsExchangeFuture]
> Finished waiting for partition release future
> [topVer=AffinityTopologyVersion [topVer=1, minorTopVer=0], waitTime=0ms,
> futInfo=NA]
> [07:04:37,714][INFO][exchange-worker-#38][GridDhtPartitionsExchangeFuture]
> finishExchangeOnCoordinator [topVer=AffinityTopologyVersion [topVer=1,
> minorTopVer=0], resVer=AffinityTopologyVersion [topVer=1, minorTopVer=0]]
> [07:04:37,739][INFO][exchange-worker-#38][GridDhtPartitionsExchangeFuture]
> Finish exchange future [startVer=AffinityTopologyVersion [topVer=1,
> minorTopVer=0], resVer=AffinityTopologyVersion [topVer=1, minorTopVer=0],
> err=null]
> [07:04:37,751][INFO][exchange-worker-#38][time] Finished exchange init
> [topVer=AffinityTopologyVersion [topVer=1, minorTopVer=0], crd=true]
>
> [07:04:37,759][INFO][exchange-worker-#38][GridCachePartitionExchangeManager]
> Skipping rebalancing (nothing scheduled) [top=AffinityTopologyVersion
> [topVer=1, minorTopVer=0], evt=NODE_JOINED,
> node=b0667881-b853-468e-99d1-41978fc1b10b]
> [07:04:37,887][INFO][main][IgniteKernal] Performance suggestions for grid
> (fix if possible)
> [07:04:37,888][INFO][main][IgniteKernal] To disable, set
> -DIGNITE_PERFORMANCE_SUGGESTIONS_DISABLED=true
> [07:04:37,889][INFO][main][IgniteKernal]   ^-- Enable G1 Garbage Collector
> (add '-XX:+UseG1GC' to JVM options)
> [07:04:37,889][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)
> [07:04:37,891][INFO][main][IgniteKernal]   ^-- Disable processing of calls
> to System.gc() (add '-XX:+DisableExplicitGC' to JVM options)
> [07:04:37,891][INFO][main][IgniteKernal] Refer to this page for more
> performance suggestions:
> https://apacheignite.readme.io/docs/jvm-and-system-tuning
> [07:04:37,900][INFO][main][IgniteKernal]
> [07:04:37,900][INFO][main][IgniteKernal] To start Console Management &
> Monitoring run ignitevisorcmd.{sh|bat}
> [07:04:37,901][INFO][main][IgniteKernal]
> [07:04:37,902][INFO][main][IgniteKernal]
>
> >>>
> +----------------------------------------------------------------------+
> >>> Ignite ver.
> 2.6.0#20180710-sha1:669feacc5d3a4e60efcdd300dc8de99780f38eed
> >>>
> +----------------------------------------------------------------------+
> >>> OS name: Linux 4.15.0-38-generic amd64
> >>> CPU(s): 2
> >>> Heap: 1.0GB
> >>> VM name: 28429@ignite-srv
> >>> Local node [ID=B0667881-B853-468E-99D1-41978FC1B10B, order=1,
> >>> clientMode=false]
> >>> Local node addresses: [10.20.228.11/0:0:0:0:0:0:0:1%lo, /10.20.228.11,
> >>> /127.0.0.1]
> >>> Local ports: TCP:10800 TCP:11211 TCP:47100 UDP:47400 TCP:47500
>
> [07:04:37,913][INFO][main][GridDiscoveryManager] Topology snapshot [ver=1,
> servers=1, clients=0, CPUs=2, offheap=0.39GB, heap=1.0GB]
> [07:04:37,914][INFO][main][GridDiscoveryManager]   ^-- Node
> [id=B0667881-B853-468E-99D1-41978FC1B10B, clusterState=ACTIVE]
> [07:04:37,914][INFO][main][GridDiscoveryManager] Data Regions Configured:
> [07:04:37,916][INFO][main][GridDiscoveryManager]   ^-- default
> [initSize=256.0 MiB, maxSize=398.0 MiB, persistenceEnabled=false]
> [07:04:47,208][INFO][ignite-update-notifier-timer][GridUpdateNotifier] Your
> version is up to date.
> [07:05:02,723][INFO][tcp-disco-srvr-#3][TcpDiscoverySpi] TCP discovery
> accepted incoming connection [rmtAddr=/85.105.28.77, rmtPort=54601]
> [07:05:02,741][INFO][tcp-disco-srvr-#3][TcpDiscoverySpi] TCP discovery
> spawning a new thread for connection [rmtAddr=/85.105.28.77,
> rmtPort=54601]
> [07:05:02,742][INFO][tcp-disco-sock-reader-#6][TcpDiscoverySpi] Started
> serving remote node connection [rmtAddr=/85.105.28.77:54601,
> rmtPort=54601]
> [07:05:03,745][INFO][disco-event-worker-#37][GridDiscoveryManager] Added
> new
> node to topology: TcpDiscoveryNode
> [id=5e23b922-9fec-42b8-a97f-fe05ecea2e00,
> addrs=[0:0:0:0:0:0:0:1%lo, 127.0.0.1, 192.168.1.55, 192.168.1.72],
> sockAddrs=[/192.168.1.72:0, /0:0:0:0:0:0:0:1%lo:0, /127.0.0.1:0,
> /192.168.1.55:0], discPort=0, order=2, intOrder=2,
> lastExchangeTime=1540969503129, loc=false,
> ver=2.6.0#20180710-sha1:669feacc,
> isClient=true]
> [07:05:03,747][INFO][disco-event-worker-#37][GridDiscoveryManager] Topology
> snapshot [ver=2, servers=1, clients=1, CPUs=10, offheap=0.39GB, heap=2.7GB]
> [07:05:03,749][INFO][disco-event-worker-#37][GridDiscoveryManager]   ^--
> Node [id=B0667881-B853-468E-99D1-41978FC1B10B, clusterState=ACTIVE]
> [07:05:03,749][INFO][disco-event-worker-#37][GridDiscoveryManager] Data
> Regions Configured:
> [07:05:03,759][INFO][disco-event-worker-#37][GridDiscoveryManager]   ^--
> default [initSize=256.0 MiB, maxSize=398.0 MiB, persistenceEnabled=false]
> [07:05:03,761][INFO][exchange-worker-#38][time] Started exchange init
> [topVer=AffinityTopologyVersion [topVer=2, minorTopVer=0], crd=true,
> evt=NODE_JOINED, evtNode=5e23b922-9fec-42b8-a97f-fe05ecea2e00,
> customEvt=null, allowMerge=true]
> [07:05:03,762][INFO][exchange-worker-#38][GridDhtPartitionsExchangeFuture]
> Finish exchange future [startVer=AffinityTopologyVersion [topVer=2,
> minorTopVer=0], resVer=AffinityTopologyVersion [topVer=2, minorTopVer=0],
> err=null]
> [07:05:03,763][INFO][exchange-worker-#38][time] Finished exchange init
> [topVer=AffinityTopologyVersion [topVer=2, minorTopVer=0], crd=true]
>
> [07:05:03,765][INFO][exchange-worker-#38][GridCachePartitionExchangeManager]
> Skipping rebalancing (nothing scheduled) [top=AffinityTopologyVersion
> [topVer=2, minorTopVer=0], evt=NODE_JOINED,
> node=5e23b922-9fec-42b8-a97f-fe05ecea2e00]
> [07:05:19,857][INFO][tcp-disco-sock-reader-#6][TcpDiscoverySpi] Finished
> serving remote node connection [rmtAddr=/85.105.28.77:54601, rmtPort=54601
> [07:05:20,678][INFO][tcp-disco-srvr-#3][TcpDiscoverySpi] TCP discovery
> accepted incoming connection [rmtAddr=/85.105.28.77, rmtPort=52505]
> [07:05:20,679][INFO][tcp-disco-srvr-#3][TcpDiscoverySpi] TCP discovery
> spawning a new thread for connection [rmtAddr=/85.105.28.77,
> rmtPort=52505]
> [07:05:20,680][INFO][tcp-disco-sock-reader-#8][TcpDiscoverySpi] Started
> serving remote node connection [rmtAddr=/85.105.28.77:52505,
> rmtPort=52505]
> [07:05:37,889][INFO][grid-timeout-worker-#23][IgniteKernal]
> Metrics for local node (to disable set 'metricsLogFrequency' to 0)
>     ^-- Node [id=b0667881, uptime=00:01:00.000]
>     ^-- H/N/C [hosts=2, nodes=2, CPUs=10]
>     ^-- CPU [cur=1.33%, avg=3.14%, GC=0%]
>     ^-- PageMemory [pages=200]
>     ^-- Heap [used=126MB, free=87.09%, comm=981MB]
>     ^-- Non heap [used=44MB, free=94.08%, comm=45MB]
>     ^-- Outbound messages queue [size=0]
>     ^-- Public thread pool [active=0, idle=0, qSize=0]
>     ^-- System thread pool [active=0, idle=6, qSize=0]
> [07:06:37,899][INFO][grid-timeout-worker-#23][IgniteKernal]
> Metrics for local node (to disable set 'metricsLogFrequency' to 0)
>     ^-- Node [id=b0667881, uptime=00:02:00.018]
>     ^-- H/N/C [hosts=2, nodes=2, CPUs=10]
>     ^-- CPU [cur=0.83%, avg=2.17%, GC=0%]
>     ^-- PageMemory [pages=200]
>     ^-- Heap [used=58MB, free=94.05%, comm=981MB]
>     ^-- Non heap [used=44MB, free=94.01%, comm=45MB]
>     ^-- Outbound messages queue [size=0]
>     ^-- Public thread pool [active=0, idle=0, qSize=0]
>     ^-- System thread pool [active=0, idle=6, qSize=0]
> [07:07:27,568][INFO][tcp-disco-sock-reader-#8][TcpDiscoverySpi] Finished
> serving remote node connection [rmtAddr=/85.105.28.77:52505, rmtPort=52505
> ^C[07:07:34,991][INFO][Thread-2][G] Invoking shutdown hook...
>
>
> """"""""""""""""
>
>
> Below are my Client Node config and  logs:
>
> """"""""""""""""""""""""""""""""""
> *Client Config:*
>
> <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 id="grid.cfg"
> class="org.apache.ignite.configuration.IgniteConfiguration">
>
>         <property name="peerClassLoadingEnabled" value="true"/>
>
>         <property name="discoverySpi">
>             <bean
> class="org.apache.ignite.spi.discovery.tcp.TcpDiscoverySpi">
>               <property name="ipFinder">
>                 <bean
>
> class="org.apache.ignite.spi.discovery.tcp.ipfinder.multicast.TcpDiscoveryMulticastIpFinder">
>                     <property name="addresses">
>                             <list>
>
>                                 <value>MY_SERVER_IP:47500..47509</value>
>                             </list>
>                         </property>
>
>                 </bean>
>             </property>
>         </bean>
>     </property>
>     </bean>
> </beans>
>
>
> *Client Log:*
>
> INFO:
>
> >>>    __________  ________________
> >>>   /  _/ ___/ |/ /  _/_  __/ __/
> >>>  _/ // (7 7    // /  / / / _/
> >>> /___/\___/_/|_/___/ /_/ /___/
> >>>
> >>> ver. 2.6.0#20180710-sha1:669feacc
> >>> 2018 Copyright(C) Apache Software Foundation
> >>>
> >>> Ignite documentation: http://ignite.apache.org
>
> Oct 31, 2018 10:04:53 AM org.apache.ignite.logger.java.JavaLogger info
> INFO: Config URL: file:/home/yigit/ignite-default-config.xml
> Oct 31, 2018 10:04:53 AM org.apache.ignite.logger.java.JavaLogger info
> INFO: 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=null, igniteWorkDir=/tmp/ignite/work,
> mbeanSrv=com.sun.jmx.mbeanserver.JmxMBeanServer@68746f22,
> nodeId=5e23b922-9fec-42b8-a97f-fe05ecea2e00,
> marsh=org.apache.ignite.internal.binary.BinaryMarshaller@32f232a5,
> marshLocJobs=false, daemon=false, p2pEnabled=true, 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@5f0e9815
> ,
> 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@76884e4b[Count = 1],
> stopping=false,
>
> metricsLsnr=org.apache.ignite.spi.communication.tcp.TcpCommunicationMetricsListener@2a898881
> ],
> evtSpi=org.apache.ignite.spi.eventstorage.NoopEventStorageSpi@16c63f5,
> colSpi=NoopCollisionSpi [], deploySpi=LocalDeploymentSpi [lsnr=null],
> indexingSpi=org.apache.ignite.spi.indexing.noop.NoopIndexingSpi@b1712f3,
> addrRslvr=null, clientMode=true, rebalanceThreadPoolSize=1,
> txCfg=org.apache.ignite.configuration.TransactionConfiguration@6986bbaf,
> 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@4879dfad
> ,
> 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=null, 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]
> Oct 31, 2018 10:04:53 AM org.apache.ignite.logger.java.JavaLogger info
> INFO: Daemon mode: off
> Oct 31, 2018 10:04:53 AM org.apache.ignite.logger.java.JavaLogger info
> INFO: OS: Linux 4.15.0-38-generic amd64
> Oct 31, 2018 10:04:53 AM org.apache.ignite.logger.java.JavaLogger info
> INFO: OS user: yigit
> Oct 31, 2018 10:04:53 AM org.apache.ignite.logger.java.JavaLogger info
> INFO: PID: 17790
> Oct 31, 2018 10:04:53 AM org.apache.ignite.logger.java.JavaLogger info
> INFO: Language runtime: Java Platform API Specification ver. 1.8
> Oct 31, 2018 10:04:53 AM org.apache.ignite.logger.java.JavaLogger info
> INFO: VM information: OpenJDK Runtime Environment
> 1.8.0_181-8u181-b13-1ubuntu0.18.04.1-b13 Oracle Corporation OpenJDK 64-Bit
> Server VM 25.181-b13
> Oct 31, 2018 10:04:53 AM org.apache.ignite.logger.java.JavaLogger info
> INFO: VM total memory: 1.7GB
> Oct 31, 2018 10:04:53 AM org.apache.ignite.logger.java.JavaLogger info
> INFO: Remote Management [restart: off, REST: off, JMX (remote: off)]
> Oct 31, 2018 10:04:53 AM org.apache.ignite.logger.java.JavaLogger info
> INFO: Logger: JavaLogger [quiet=false, config=null]
> Oct 31, 2018 10:04:53 AM org.apache.ignite.logger.java.JavaLogger info
> INFO: IGNITE_HOME=null
> Oct 31, 2018 10:04:53 AM org.apache.ignite.logger.java.JavaLogger info
> INFO: VM arguments:
> [-agentlib:jdwp=transport=dt_socket,address=127.0.0.1:38125
> ,suspend=y,server=n,
> -DIGNITE_QUIET=false,
>
> -javaagent:/snap/intellij-idea-community/90/lib/rt/debugger-agent.jar=file:/tmp/capture.props,
> -Dfile.encoding=UTF-8]
> Oct 31, 2018 10:04:53 AM org.apache.ignite.logger.java.JavaLogger info
> INFO: Configured caches [in 'sysMemPlc' dataRegion: ['ignite-sys-cache']]
> Oct 31, 2018 10:04:53 AM org.apache.ignite.logger.java.JavaLogger warning
> WARNING: Peer class loading is enabled (disable it in production for
> performance and deployment consistency reasons)
> Oct 31, 2018 10:04:53 AM org.apache.ignite.logger.java.JavaLogger warning
> WARNING: Initial heap size is 124MB (should be no less than 512MB, use
> -Xms512m -Xmx512m).
> Oct 31, 2018 10:04:53 AM org.apache.ignite.logger.java.JavaLogger info
> INFO: Configured plugins:
> Oct 31, 2018 10:04:53 AM org.apache.ignite.logger.java.JavaLogger info
> INFO:   ^-- None
> Oct 31, 2018 10:04:53 AM org.apache.ignite.logger.java.JavaLogger info
> INFO:
> Oct 31, 2018 10:04:53 AM org.apache.ignite.logger.java.JavaLogger info
> INFO: Configured failure handler: [hnd=StopNodeOrHaltFailureHandler
> [tryStop=false, timeout=0]]
> Oct 31, 2018 10:04:53 AM org.apache.ignite.logger.java.JavaLogger info
> INFO: 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]
> Oct 31, 2018 10:05:00 AM org.apache.ignite.logger.java.JavaLogger warning
> WARNING: 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.
> Oct 31, 2018 10:05:00 AM org.apache.ignite.logger.java.JavaLogger warning
> WARNING: Checkpoints are disabled (to enable configure any
> GridCheckpointSpi
> implementation)
> Oct 31, 2018 10:05:00 AM org.apache.ignite.logger.java.JavaLogger warning
> WARNING: Collision resolution is disabled (all jobs will be activated upon
> arrival).
> Oct 31, 2018 10:05:00 AM org.apache.ignite.logger.java.JavaLogger info
> INFO: Security status [authentication=off, tls/ssl=off]
> Oct 31, 2018 10:05:00 AM org.apache.ignite.logger.java.JavaLogger info
> INFO: Client connector processor has started on TCP port 10800
> Oct 31, 2018 10:05:00 AM org.apache.ignite.logger.java.JavaLogger info
> INFO: REST protocols do not start on client node. To start the protocols on
> client node set '-DIGNITE_REST_START_ON_CLIENT=true' system property.
> Oct 31, 2018 10:05:00 AM org.apache.ignite.logger.java.JavaLogger info
> INFO: Non-loopback local IPs: 192.168.1.55, 192.168.1.72,
> fe80:0:0:0:27df:9e6a:5ff:9f37%wlp3s0, fe80:0:0:0:792f:3d98:e3b1:9f2e%enp4s0
> Oct 31, 2018 10:05:00 AM org.apache.ignite.logger.java.JavaLogger info
> INFO: Enabled local MACs: 20256416FE22, A088690A28FF
> Oct 31, 2018 10:05:04 AM org.apache.ignite.logger.java.JavaLogger info
> INFO: Started exchange init [topVer=AffinityTopologyVersion [topVer=2,
> minorTopVer=0], crd=false, evt=NODE_JOINED,
> evtNode=5e23b922-9fec-42b8-a97f-fe05ecea2e00, customEvt=null,
> allowMerge=true]
> Oct 31, 2018 10:05:04 AM org.apache.ignite.logger.java.JavaLogger info
> INFO: Started cache [name=ignite-sys-cache, id=-2100569601,
> memoryPolicyName=sysMemPlc, mode=REPLICATED, atomicity=TRANSACTIONAL,
> backups=2147483647]
> Oct 31, 2018 10:05:14 AM org.apache.ignite.logger.java.JavaLogger warning
> WARNING: Connect timed out (consider increasing 'failureDetectionTimeout'
> configuration property) [addr=/10.20.228.11:47100,
> failureDetectionTimeout=10000]
> Oct 31, 2018 10:05:18 AM org.apache.ignite.logger.java.JavaLogger error
> SEVERE: Failed to send message: null
> java.io.IOException: Failed to get acknowledge for message:
> TcpDiscoveryClientMetricsUpdateMessage [super=TcpDiscoveryAbstractMessage
> [sndNodeId=null, id=da170f8c661-5e23b922-9fec-42b8-a97f-fe05ecea2e00,
> verifierNodeId=null, topVer=0, pendingIdx=0, failedNodes=null,
> isClient=true]]
>         at
>
> org.apache.ignite.spi.discovery.tcp.ClientImpl$SocketWriter.body(ClientImpl.java:1302)
>         at
> org.apache.ignite.spi.IgniteSpiThread.run(IgniteSpiThread.java:62)
>
> Oct 31, 2018 10:05:24 AM org.apache.ignite.logger.java.JavaLogger warning
> WARNING: Failed to wait for initial partition map exchange. Possible
> reasons
> are:
>   ^-- Transactions in deadlock.
>   ^-- Long running transactions (ignore if this is the case).
>   ^-- Unreleased explicit locks.
> Oct 31, 2018 10:05:44 AM org.apache.ignite.logger.java.JavaLogger warning
> WARNING: Still waiting for initial partition map exchange
> [fut=GridDhtPartitionsExchangeFuture [firstDiscoEvt=DiscoveryEvent
> [evtNode=TcpDiscoveryNode [id=5e23b922-9fec-42b8-a97f-fe05ecea2e00,
> addrs=[0:0:0:0:0:0:0:1%lo, 127.0.0.1, 192.168.1.55, 192.168.1.72],
> sockAddrs=[/192.168.1.72:0, /0:0:0:0:0:0:0:1%lo:0, /127.0.0.1:0,
> /192.168.1.55:0], discPort=0, order=2, intOrder=0,
> lastExchangeTime=1540969500799, loc=true, ver=2.6.0#20180710-sha1:669feacc,
> isClient=true], topVer=2, nodeId8=5e23b922, msg=null, type=NODE_JOINED,
> tstamp=1540969504273], crd=TcpDiscoveryNode
> [id=b0667881-b853-468e-99d1-41978fc1b10b, addrs=[0:0:0:0:0:0:0:1%lo,
> 10.20.228.11, 127.0.0.1], sockAddrs=[/0:0:0:0:0:0:0:1%lo:47500,
> /127.0.0.1:47500, /10.20.228.11:47500], discPort=47500, order=1,
> intOrder=1,
> lastExchangeTime=1540969503909, loc=false,
> ver=2.6.0#20180710-sha1:669feacc,
> isClient=false], exchId=GridDhtPartitionExchangeId
> [topVer=AffinityTopologyVersion [topVer=2, minorTopVer=0],
> discoEvt=DiscoveryEvent [evtNode=TcpDiscoveryNode
> [id=5e23b922-9fec-42b8-a97f-fe05ecea2e00, addrs=[0:0:0:0:0:0:0:1%lo,
> 127.0.0.1, 192.168.1.55, 192.168.1.72], sockAddrs=[/192.168.1.72:0,
> /0:0:0:0:0:0:0:1%lo:0, /127.0.0.1:0, /192.168.1.55:0], discPort=0,
> order=2,
> intOrder=0, lastExchangeTime=1540969500799, loc=true,
> ver=2.6.0#20180710-sha1:669feacc, isClient=true], topVer=2,
> nodeId8=5e23b922, msg=null, type=NODE_JOINED, tstamp=1540969504273],
> nodeId=5e23b922, evt=NODE_JOINED], added=true, initFut=GridFutureAdapter
> [ignoreInterrupts=false, state=INIT, res=null, hash=1843594609],
> init=false,
> lastVer=null, partReleaseFut=null, exchActions=ExchangeActions
> [startCaches=null, stopCaches=null, startGrps=[], stopGrps=[],
> resetParts=null, stateChangeRequest=null], affChangeMsg=null,
> initTs=1540969504293, centralizedAff=false, forceAffReassignment=false,
> changeGlobalStateE=null, done=false, state=CLIENT, evtLatch=0,
> remaining=[b0667881-b853-468e-99d1-41978fc1b10b], super=GridFutureAdapter
> [ignoreInterrupts=false, state=INIT, res=null, hash=1270383967]]]
> Oct 31, 2018 10:06:04 AM org.apache.ignite.logger.java.JavaLogger warning
> WARNING: Still waiting for initial partition map exchange
> [fut=GridDhtPartitionsExchangeFuture [firstDiscoEvt=DiscoveryEvent
> [evtNode=TcpDiscoveryNode [id=5e23b922-9fec-42b8-a97f-fe05ecea2e00,
> addrs=[0:0:0:0:0:0:0:1%lo, 127.0.0.1, 192.168.1.55, 192.168.1.72],
> sockAddrs=[/192.168.1.72:0, /0:0:0:0:0:0:0:1%lo:0, /127.0.0.1:0,
> /192.168.1.55:0], discPort=0, order=2, intOrder=0,
> lastExchangeTime=1540969500799, loc=true, ver=2.6.0#20180710-sha1:669feacc,
> isClient=true], topVer=2, nodeId8=5e23b922, msg=null, type=NODE_JOINED,
> tstamp=1540969504273], crd=TcpDiscoveryNode
> [id=b0667881-b853-468e-99d1-41978fc1b10b, addrs=[0:0:0:0:0:0:0:1%lo,
> 10.20.228.11, 127.0.0.1], sockAddrs=[/0:0:0:0:0:0:0:1%lo:47500,
> /127.0.0.1:47500, /10.20.228.11:47500], discPort=47500, order=1,
> intOrder=1,
> lastExchangeTime=1540969503909, loc=false,
> ver=2.6.0#20180710-sha1:669feacc,
> isClient=false], exchId=GridDhtPartitionExchangeId
> [topVer=AffinityTopologyVersion [topVer=2, minorTopVer=0],
> discoEvt=DiscoveryEvent [evtNode=TcpDiscoveryNode
> [id=5e23b922-9fec-42b8-a97f-fe05ecea2e00, addrs=[0:0:0:0:0:0:0:1%lo,
> 127.0.0.1, 192.168.1.55, 192.168.1.72], sockAddrs=[/192.168.1.72:0,
> /0:0:0:0:0:0:0:1%lo:0, /127.0.0.1:0, /192.168.1.55:0], discPort=0,
> order=2,
> intOrder=0, lastExchangeTime=1540969500799, loc=true,
> ver=2.6.0#20180710-sha1:669feacc, isClient=true], topVer=2,
> nodeId8=5e23b922, msg=null, type=NODE_JOINED, tstamp=1540969504273],
> nodeId=5e23b922, evt=NODE_JOINED], added=true, initFut=GridFutureAdapter
> [ignoreInterrupts=false, state=INIT, res=null, hash=1843594609],
> init=false,
> lastVer=null, partReleaseFut=null, exchActions=ExchangeActions
> [startCaches=null, stopCaches=null, startGrps=[], stopGrps=[],
> resetParts=null, stateChangeRequest=null], affChangeMsg=null,
> initTs=1540969504293, centralizedAff=false, forceAffReassignment=false,
> changeGlobalStateE=null, done=false, state=CLIENT, evtLatch=0,
> remaining=[b0667881-b853-468e-99d1-41978fc1b10b], super=GridFutureAdapter
> [ignoreInterrupts=false, state=INIT, res=null, hash=1270383967]]]
> Oct 31, 2018 10:06:14 AM org.apache.ignite.logger.java.JavaLogger info
> INFO: Update status is not available.
> Oct 31, 2018 10:06:24 AM org.apache.ignite.logger.java.JavaLogger warning
> WARNING: Still waiting for initial partition map exchange
> [fut=GridDhtPartitionsExchangeFuture [firstDiscoEvt=DiscoveryEvent
> [evtNode=TcpDiscoveryNode [id=5e23b922-9fec-42b8-a97f-fe05ecea2e00,
> addrs=[0:0:0:0:0:0:0:1%lo, 127.0.0.1, 192.168.1.55, 192.168.1.72],
> sockAddrs=[/192.168.1.72:0, /0:0:0:0:0:0:0:1%lo:0, /127.0.0.1:0,
> /192.168.1.55:0], discPort=0, order=2, intOrder=0,
> lastExchangeTime=1540969500799, loc=true, ver=2.6.0#20180710-sha1:669feacc,
> isClient=true], topVer=2, nodeId8=5e23b922, msg=null, type=NODE_JOINED,
> tstamp=1540969504273], crd=TcpDiscoveryNode
> [id=b0667881-b853-468e-99d1-41978fc1b10b, addrs=[0:0:0:0:0:0:0:1%lo,
> 10.20.228.11, 127.0.0.1], sockAddrs=[/0:0:0:0:0:0:0:1%lo:47500,
> /127.0.0.1:47500, /10.20.228.11:47500], discPort=47500, order=1,
> intOrder=1,
> lastExchangeTime=1540969503909, loc=false,
> ver=2.6.0#20180710-sha1:669feacc,
> isClient=false], exchId=GridDhtPartitionExchangeId
> [topVer=AffinityTopologyVersion [topVer=2, minorTopVer=0],
> discoEvt=DiscoveryEvent [evtNode=TcpDiscoveryNode
> [id=5e23b922-9fec-42b8-a97f-fe05ecea2e00, addrs=[0:0:0:0:0:0:0:1%lo,
> 127.0.0.1, 192.168.1.55, 192.168.1.72], sockAddrs=[/192.168.1.72:0,
> /0:0:0:0:0:0:0:1%lo:0, /127.0.0.1:0, /192.168.1.55:0], discPort=0,
> order=2,
> intOrder=0, lastExchangeTime=1540969500799, loc=true,
> ver=2.6.0#20180710-sha1:669feacc, isClient=true], topVer=2,
> nodeId8=5e23b922, msg=null, type=NODE_JOINED, tstamp=1540969504273],
> nodeId=5e23b922, evt=NODE_JOINED], added=true, initFut=GridFutureAdapter
> [ignoreInterrupts=false, state=INIT, res=null, hash=1843594609],
> init=false,
> lastVer=null, partReleaseFut=null, exchActions=ExchangeActions
> [startCaches=null, stopCaches=null, startGrps=[], stopGrps=[],
> resetParts=null, stateChangeRequest=null], affChangeMsg=null,
> initTs=1540969504293, centralizedAff=false, forceAffReassignment=false,
> changeGlobalStateE=null, done=false, state=CLIENT, evtLatch=0,
> remaining=[b0667881-b853-468e-99d1-41978fc1b10b], super=GridFutureAdapter
> [ignoreInterrupts=false, state=INIT, res=null, hash=1270383967]]]
> Oct 31, 2018 10:06:44 AM org.apache.ignite.logger.java.JavaLogger warning
> WARNING: Still waiting for initial partition map exchange
> [fut=GridDhtPartitionsExchangeFuture [firstDiscoEvt=DiscoveryEvent
> [evtNode=TcpDiscoveryNode [id=5e23b922-9fec-42b8-a97f-fe05ecea2e00,
> addrs=[0:0:0:0:0:0:0:1%lo, 127.0.0.1, 192.168.1.55, 192.168.1.72],
> sockAddrs=[/192.168.1.72:0, /0:0:0:0:0:0:0:1%lo:0, /127.0.0.1:0,
> /192.168.1.55:0], discPort=0, order=2, intOrder=0,
> lastExchangeTime=1540969500799, loc=true, ver=2.6.0#20180710-sha1:669feacc,
> isClient=true], topVer=2, nodeId8=5e23b922, msg=null, type=NODE_JOINED,
> tstamp=1540969504273], crd=TcpDiscoveryNode
> [id=b0667881-b853-468e-99d1-41978fc1b10b, addrs=[0:0:0:0:0:0:0:1%lo,
> 10.20.228.11, 127.0.0.1], sockAddrs=[/0:0:0:0:0:0:0:1%lo:47500,
> /127.0.0.1:47500, /10.20.228.11:47500], discPort=47500, order=1,
> intOrder=1,
> lastExchangeTime=1540969503909, loc=false,
> ver=2.6.0#20180710-sha1:669feacc,
> isClient=false], exchId=GridDhtPartitionExchangeId
> [topVer=AffinityTopologyVersion [topVer=2, minorTopVer=0],
> discoEvt=DiscoveryEvent [evtNode=TcpDiscoveryNode
> [id=5e23b922-9fec-42b8-a97f-fe05ecea2e00, addrs=[0:0:0:0:0:0:0:1%lo,
> 127.0.0.1, 192.168.1.55, 192.168.1.72], sockAddrs=[/192.168.1.72:0,
> /0:0:0:0:0:0:0:1%lo:0, /127.0.0.1:0, /192.168.1.55:0], discPort=0,
> order=2,
> intOrder=0, lastExchangeTime=1540969500799, loc=true,
> ver=2.6.0#20180710-sha1:669feacc, isClient=true], topVer=2,
> nodeId8=5e23b922, msg=null, type=NODE_JOINED, tstamp=1540969504273],
> nodeId=5e23b922, evt=NODE_JOINED], added=true, initFut=GridFutureAdapter
> [ignoreInterrupts=false, state=INIT, res=null, hash=1843594609],
> init=false,
> lastVer=null, partReleaseFut=null, exchActions=ExchangeActions
> [startCaches=null, stopCaches=null, startGrps=[], stopGrps=[],
> resetParts=null, stateChangeRequest=null], affChangeMsg=null,
> initTs=1540969504293, centralizedAff=false, forceAffReassignment=false,
> changeGlobalStateE=null, done=false, state=CLIENT, evtLatch=0,
> remaining=[b0667881-b853-468e-99d1-41978fc1b10b], super=GridFutureAdapter
> [ignoreInterrupts=false, state=INIT, res=null, hash=1270383967]]]
> Oct 31, 2018 10:07:04 AM org.apache.ignite.logger.java.JavaLogger warning
> WARNING: Still waiting for initial partition map exchange
> [fut=GridDhtPartitionsExchangeFuture [firstDiscoEvt=DiscoveryEvent
> [evtNode=TcpDiscoveryNode [id=5e23b922-9fec-42b8-a97f-fe05ecea2e00,
> addrs=[0:0:0:0:0:0:0:1%lo, 127.0.0.1, 192.168.1.55, 192.168.1.72],
> sockAddrs=[/192.168.1.72:0, /0:0:0:0:0:0:0:1%lo:0, /127.0.0.1:0,
> /192.168.1.55:0], discPort=0, order=2, intOrder=0,
> lastExchangeTime=1540969500799, loc=true, ver=2.6.0#20180710-sha1:669feacc,
> isClient=true], topVer=2, nodeId8=5e23b922, msg=null, type=NODE_JOINED,
> tstamp=1540969504273], crd=TcpDiscoveryNode
> [id=b0667881-b853-468e-99d1-41978fc1b10b, addrs=[0:0:0:0:0:0:0:1%lo,
> 10.20.228.11, 127.0.0.1], sockAddrs=[/0:0:0:0:0:0:0:1%lo:47500,
> /127.0.0.1:47500, /10.20.228.11:47500], discPort=47500, order=1,
> intOrder=1,
> lastExchangeTime=1540969503909, loc=false,
> ver=2.6.0#20180710-sha1:669feacc,
> isClient=false], exchId=GridDhtPartitionExchangeId
> [topVer=AffinityTopologyVersion [topVer=2, minorTopVer=0],
> discoEvt=DiscoveryEvent [evtNode=TcpDiscoveryNode
> [id=5e23b922-9fec-42b8-a97f-fe05ecea2e00, addrs=[0:0:0:0:0:0:0:1%lo,
> 127.0.0.1, 192.168.1.55, 192.168.1.72], sockAddrs=[/192.168.1.72:0,
> /0:0:0:0:0:0:0:1%lo:0, /127.0.0.1:0, /192.168.1.55:0], discPort=0,
> order=2,
> intOrder=0, lastExchangeTime=1540969500799, loc=true,
> ver=2.6.0#20180710-sha1:669feacc, isClient=true], topVer=2,
> nodeId8=5e23b922, msg=null, type=NODE_JOINED, tstamp=1540969504273],
> nodeId=5e23b922, evt=NODE_JOINED], added=true, initFut=GridFutureAdapter
> [ignoreInterrupts=false, state=INIT, res=null, hash=1843594609],
> init=false,
> lastVer=null, partReleaseFut=null, exchActions=ExchangeActions
> [startCaches=null, stopCaches=null, startGrps=[], stopGrps=[],
> resetParts=null, stateChangeRequest=null], affChangeMsg=null,
> initTs=1540969504293, centralizedAff=false, forceAffReassignment=false,
> changeGlobalStateE=null, done=false, state=CLIENT, evtLatch=0,
> remaining=[b0667881-b853-468e-99d1-41978fc1b10b], super=GridFutureAdapter
> [ignoreInterrupts=false, state=INIT, res=null, hash=1270383967]]]
> Oct 31, 2018 10:07:24 AM org.apache.ignite.logger.java.JavaLogger warning
> WARNING: Still waiting for initial partition map exchange
> [fut=GridDhtPartitionsExchangeFuture [firstDiscoEvt=DiscoveryEvent
> [evtNode=TcpDiscoveryNode [id=5e23b922-9fec-42b8-a97f-fe05ecea2e00,
> addrs=[0:0:0:0:0:0:0:1%lo, 127.0.0.1, 192.168.1.55, 192.168.1.72],
> sockAddrs=[/192.168.1.72:0, /0:0:0:0:0:0:0:1%lo:0, /127.0.0.1:0,
> /192.168.1.55:0], discPort=0, order=2, intOrder=0,
> lastExchangeTime=1540969500799, loc=true, ver=2.6.0#20180710-sha1:669feacc,
> isClient=true], topVer=2, nodeId8=5e23b922, msg=null, type=NODE_JOINED,
> tstamp=1540969504273], crd=TcpDiscoveryNode
> [id=b0667881-b853-468e-99d1-41978fc1b10b, addrs=[0:0:0:0:0:0:0:1%lo,
> 10.20.228.11, 127.0.0.1], sockAddrs=[/0:0:0:0:0:0:0:1%lo:47500,
> /127.0.0.1:47500, /10.20.228.11:47500], discPort=47500, order=1,
> intOrder=1,
> lastExchangeTime=1540969503909, loc=false,
> ver=2.6.0#20180710-sha1:669feacc,
> isClient=false], exchId=GridDhtPartitionExchangeId
> [topVer=AffinityTopologyVersion [topVer=2, minorTopVer=0],
> discoEvt=DiscoveryEvent [evtNode=TcpDiscoveryNode
> [id=5e23b922-9fec-42b8-a97f-fe05ecea2e00, addrs=[0:0:0:0:0:0:0:1%lo,
> 127.0.0.1, 192.168.1.55, 192.168.1.72], sockAddrs=[/192.168.1.72:0,
> /0:0:0:0:0:0:0:1%lo:0, /127.0.0.1:0, /192.168.1.55:0], discPort=0,
> order=2,
> intOrder=0, lastExchangeTime=1540969500799, loc=true,
> ver=2.6.0#20180710-sha1:669feacc, isClient=true], topVer=2,
> nodeId8=5e23b922, msg=null, type=NODE_JOINED, tstamp=1540969504273],
> nodeId=5e23b922, evt=NODE_JOINED], added=true, initFut=GridFutureAdapter
> [ignoreInterrupts=false, state=INIT, res=null, hash=1843594609],
> init=false,
> lastVer=null, partReleaseFut=null, exchActions=ExchangeActions
> [startCaches=null, stopCaches=null, startGrps=[], stopGrps=[],
> resetParts=null, stateChangeRequest=null], affChangeMsg=null,
> initTs=1540969504293, centralizedAff=false, forceAffReassignment=false,
> changeGlobalStateE=null, done=false, state=CLIENT, evtLatch=0,
> remaining=[b0667881-b853-468e-99d1-41978fc1b10b], super=GridFutureAdapter
> [ignoreInterrupts=false, state=INIT, res=null, hash=1270383967]]]
>
>
> """"""""""""""""""""""""""""""""""
>
>
>
>
>
> --
> Sent from: http://apache-ignite-users.70518.x6.nabble.com/
>
>

Reply via email to