Hi there, When I tried to run an writethrough example, I got the following error message from log file:
[15:29:48,902][WARNING][main][GridCachePartitionExchangeManager] Still waiting for initial partition map exchange [fut=GridDhtPartitionsExchangeFuture [dummy=false, forcePreload=false, reassign=false, discoEvt=DiscoveryEvent [evtNode=TcpDiscoveryNode [id=98392607-3eaa-417c-8782-5a180e655ec2, addrs=[0:0:0:0:0:0:0:1, 10.135.66.169, 127.0.0.1], sockAddrs=[NKGY2Z002066461.china.huawei.com/10.135.66.169:0, /0:0:0:0:0:0:0:1:0, /10.135.66.169:0, /127.0.0.1:0], discPort=0, order=8, intOrder=0, lastExchangeTime=1462951688135, loc=true, ver=1.5.0#19700101-sha1:00000000, isClient=true], topVer=8, nodeId8=98392607, msg=null, type=NODE_JOINED, tstamp=1462951698228], rcvdIds=GridConcurrentHashSet [elements=[]], rmtIds=[6bb71edf-8c09-46f4-8138-d36310615582, c34f8715-7707-4052-96ba-2120c3a38158], exchId=GridDhtPartitionExchangeId [topVer=AffinityTopologyVersion [topVer=8, minorTopVer=0], nodeId=98392607, evt=NODE_JOINED], init=true, ready=false, replied=false, added=false, initFut=GridFutureAdapter [resFlag=2, res=true, startTime=1462951698725, endTime=1462951698781, ignoreInterrupts=false, lsnr=null, state=DONE], topSnapshot=null, lastVer=null, partReleaseFut=null, skipPreload=true, clientOnlyExchange=true, initTs=1462951698725, oldest=c34f8715-7707-4052-96ba-2120c3a38158, oldestOrder=1, evtLatch=0, remaining=[6bb71edf-8c09-46f4-8138-d36310615582, c34f8715-7707-4052-96ba-2120c3a38158], super=GridFutureAdapter [resFlag=0, res=null, startTime=1462951698725, endTime=0, ignoreInterrupts=false, lsnr=null, state=INIT]]] [15:30:18,933][WARNING][main][GridCachePartitionExchangeManager] Still waiting for initial partition map exchange [fut=GridDhtPartitionsExchangeFuture [dummy=false, forcePreload=false, reassign=false, discoEvt=DiscoveryEvent [evtNode=TcpDiscoveryNode [id=98392607-3eaa-417c-8782-5a180e655ec2, addrs=[0:0:0:0:0:0:0:1, 10.135.66.169, 127.0.0.1], sockAddrs=[NKGY2Z002066461.china.huawei.com/10.135.66.169:0, /0:0:0:0:0:0:0:1:0, /10.135.66.169:0, /127.0.0.1:0], discPort=0, order=8, intOrder=0, lastExchangeTime=1462951688135, loc=true, ver=1.5.0#19700101-sha1:00000000, isClient=true], topVer=8, nodeId8=98392607, msg=null, type=NODE_JOINED, tstamp=1462951698228], rcvdIds=GridConcurrentHashSet [elements=[]], rmtIds=[6bb71edf-8c09-46f4-8138-d36310615582, c34f8715-7707-4052-96ba-2120c3a38158], exchId=GridDhtPartitionExchangeId [topVer=AffinityTopologyVersion [topVer=8, minorTopVer=0], nodeId=98392607, evt=NODE_JOINED], init=true, ready=false, replied=false, added=false, initFut=GridFutureAdapter [resFlag=2, res=true, startTime=1462951698725, endTime=1462951698781, ignoreInterrupts=false, lsnr=null, state=DONE], topSnapshot=null, lastVer=null, partReleaseFut=null, skipPreload=true, clientOnlyExchange=true, initTs=1462951698725, oldest=c34f8715-7707-4052-96ba-2120c3a38158, oldestOrder=1, evtLatch=0, remaining=[6bb71edf-8c09-46f4-8138-d36310615582, c34f8715-7707-4052-96ba-2120c3a38158], super=GridFutureAdapter [resFlag=0, res=null, startTime=1462951698725, endTime=0, ignoreInterrupts=false, lsnr=null, state=INIT]]] Any idea to fix it? Best regards, Kevin
