After a few try, now the cache can be re-created after the cluster restart.
Looks like it is the IP issue.
But a new problem come up.
After cluster restarting, the "person" cache is re-created and all the data
is there.
But my other cache's metadata information is also re-created, but the data
is not reloaded.
I can confirm that the data of that cache is in
work/db/0_0_0_0_0_0_0_1_10_140_48_140_127_0_0_1_2001_420_589a_1250_516a_c5d4_fe7d_863c_47500/cache-cacheName
folder.
And here's some debug log may be relevant.
>From the above log, looks like the there's some "injecting resources"
operations done for person cache but there's no "injecting resources"
operations done for my cache.
[2017-09-18T11:50:27,491][DEBUG][exchange-worker-#34%null%][GridCacheEventManager]
<person> Cache manager started: person
[2017-09-18T11:50:27,491][DEBUG][exchange-worker-#34%null%][CacheOsStoreManager]
<person> Cache manager started: person
[2017-09-18T11:50:27,491][DEBUG][exchange-worker-#34%null%][CacheOffheapEvictionManager]
<person> Cache manager started: person
[2017-09-18T11:50:27,491][DEBUG][exchange-worker-#34%null%][GridCacheDistributedQueryManager]
<person> Cache manager started: person
[2017-09-18T11:50:27,491][DEBUG][exchange-worker-#34%null%][CacheContinuousQueryManager]
<person> Cache manager started: person
[2017-09-18T11:50:27,491][DEBUG][exchange-worker-#34%null%][CacheDataStructuresManager]
<person> Cache manager started: person
[2017-09-18T11:50:27,492][DEBUG][exchange-worker-#34%null%][GridCacheTtlManager]
<person> Cache manager started: person
[2017-09-18T11:50:27,492][DEBUG][exchange-worker-#34%null%][CachePluginManager]
<person> Cache manager started: person
[2017-09-18T11:50:27,492][DEBUG][exchange-worker-#34%null%][GridCacheAffinityManager]
<person> Cache manager started: person
[2017-09-18T11:50:27,492][DEBUG][ttl-cleanup-worker-#44%null%][GridCacheSharedTtlCleanupManager]
Grid runnable started: ttl-cleanup-worker
[2017-09-18T11:50:27,499][DEBUG][exchange-worker-#34%null%][GridResourceProcessor]
Injecting resources
[obj=org.apache.ignite.internal.processors.cache.CacheDefaultBinaryAffinityKeyMapper@4cfbdbf9]
[2017-09-18T11:50:27,499][DEBUG][exchange-worker-#34%null%][GridResourceProcessor]
Injecting resources
[obj=org.apache.ignite.internal.processors.cache.CacheDefaultBinaryAffinityKeyMapper@5563654c]
[2017-09-18T11:50:27,502][DEBUG][exchange-worker-#34%null%][IgniteH2Indexing]
Created H2 schema for index database: person
[2017-09-18T11:50:27,503][DEBUG][exchange-worker-#34%null%][IgniteH2Indexing]
Set schema: person
[2017-09-18T11:50:27,511][DEBUG][exchange-worker-#34%null%][IgniteH2Indexing]
Creating DB table with SQL: CREATE TABLE "person"."PERSON" (_KEY INT
INVISIBLE NOT NULL,_VAL OTHER INVISIBLE,_VER OTHER INVISIBLE,"ID"
INT,"ORGID" INT,"FIRSTNAME" VARCHAR,"LASTNAME" VARCHAR,"SALARY" DOUBLE)
[2017-09-18T11:50:27,517][DEBUG][exchange-worker-#34%null%][IgniteH2Indexing]
Creating cache index [cacheId=-991716523, idxName=_key_PK]
[2017-09-18T11:50:27,525][DEBUG][exchange-worker-#34%null%][IgniteH2Indexing]
Creating cache index [cacheId=-991716523, idxName=PERSON_SALARY_IDX]
[2017-09-18T11:50:27,527][DEBUG][exchange-worker-#34%null%][IgniteH2Indexing]
Creating cache index [cacheId=-991716523, idxName=PERSON_ORGID_IDX]
[2017-09-18T11:50:27,527][DEBUG][exchange-worker-#34%null%][IgniteH2Indexing]
Creating cache index [cacheId=-991716523, idxName=PERSON_ID_IDX]
[2017-09-18T11:50:27,531][INFO
][exchange-worker-#34%null%][GridCacheProcessor] Started cache [name=person,
memoryPolicyName=default, mode=PARTITIONED, atomicity=ATOMIC]
[2017-09-18T11:50:27,533][DEBUG][exchange-worker-#34%null%][GridCacheEventManager]
<person> Cache manager received onKernalStart() callback: person
[2017-09-18T11:50:27,533][DEBUG][exchange-worker-#34%null%][CacheOsStoreManager]
<person> Cache manager received onKernalStart() callback: person
[2017-09-18T11:50:27,533][DEBUG][exchange-worker-#34%null%][CacheOffheapEvictionManager]
<person> Cache manager received onKernalStart() callback: person
[2017-09-18T11:50:27,533][DEBUG][exchange-worker-#34%null%][GridCacheDistributedQueryManager]
<person> Cache manager received onKernalStart() callback: person
[2017-09-18T11:50:27,533][DEBUG][exchange-worker-#34%null%][CacheContinuousQueryManager]
<person> Cache manager received onKernalStart() callback: person
[2017-09-18T11:50:27,533][DEBUG][exchange-worker-#34%null%][CacheDataStructuresManager]
<person> Cache manager received onKernalStart() callback: person
[2017-09-18T11:50:27,533][DEBUG][exchange-worker-#34%null%][GridCacheTtlManager]
<person> Cache manager received onKernalStart() callback: person
[2017-09-18T11:50:27,533][DEBUG][exchange-worker-#34%null%][CachePluginManager]
<person> Cache manager received onKernalStart() callback: person
[2017-09-18T11:50:27,533][DEBUG][exchange-worker-#34%null%][GridCacheAffinityManager]
<person> Cache manager received onKernalStart() callback: person
[2017-09-18T11:50:27,533][DEBUG][exchange-worker-#34%null%][GridCacheProcessor]
Executed onKernalStart() callback for cache [name=person, mode=PARTITIONED]
[2017-09-18T11:50:27,533][DEBUG][exchange-worker-#34%null%][GridResourceProcessor]
Injecting resources
[obj=org.apache.ignite.internal.processors.cache.CacheDefaultBinaryAffinityKeyMapper@3877603c]
[2017-09-18T11:50:27,533][DEBUG][exchange-worker-#34%null%][GridResourceProcessor]
Injecting resources
[obj=org.apache.ignite.internal.processors.cache.CacheDefaultBinaryAffinityKeyMapper@1418f2a3]
[2017-09-18T11:50:27,534][DEBUG][exchange-worker-#34%null%][GridResourceProcessor]
Injecting resources
[obj=org.apache.ignite.cache.affinity.rendezvous.RendezvousAffinityFunction@1291b2a6]
[2017-09-18T11:50:27,534][DEBUG][exchange-worker-#34%null%][GridResourceProcessor]
Injecting cache name:
org.apache.ignite.cache.affinity.rendezvous.RendezvousAffinityFunction@1291b2a6
[2017-09-18T11:50:27,534][DEBUG][exchange-worker-#34%null%][GridResourceProcessor]
Injecting resources [obj=IgniteAllNodesPredicate []]
[2017-09-18T11:50:27,534][DEBUG][exchange-worker-#34%null%][GridResourceProcessor]
Injecting cache name: IgniteAllNodesPredicate []
[2017-09-18T11:50:27,534][DEBUG][exchange-worker-#34%null%][GridDhtPreloader]
Starting DHT rebalancer...
[2017-09-18T11:50:27,535][DEBUG][exchange-worker-#34%null%][GridResourceProcessor]
Injecting resources
[obj=org.apache.ignite.cache.affinity.rendezvous.RendezvousAffinityFunction@1291b2a6]
[2017-09-18T11:50:27,535][DEBUG][exchange-worker-#34%null%][GridResourceProcessor]
Injecting cache name:
org.apache.ignite.cache.affinity.rendezvous.RendezvousAffinityFunction@1291b2a6
[2017-09-18T11:50:27,535][DEBUG][exchange-worker-#34%null%][GridResourceProcessor]
Injecting resources
[obj=org.apache.ignite.internal.processors.cache.CacheDefaultBinaryAffinityKeyMapper@3877603c]
[2017-09-18T11:50:27,535][DEBUG][exchange-worker-#34%null%][GridResourceProcessor]
Injecting cache name:
org.apache.ignite.internal.processors.cache.CacheDefaultBinaryAffinityKeyMapper@3877603c
[2017-09-18T11:50:27,536][DEBUG][exchange-worker-#34%null%][GridCacheEventManager]
<DailyAggData> Cache manager started: DailyAggData
[2017-09-18T11:50:27,536][DEBUG][exchange-worker-#34%null%][CacheOsStoreManager]
<DailyAggData> Cache manager started: DailyAggData
[2017-09-18T11:50:27,536][DEBUG][exchange-worker-#34%null%][CacheOffheapEvictionManager]
<DailyAggData> Cache manager started: DailyAggData
[2017-09-18T11:50:27,536][DEBUG][exchange-worker-#34%null%][GridCacheDistributedQueryManager]
<DailyAggData> Cache manager started: DailyAggData
[2017-09-18T11:50:27,536][DEBUG][exchange-worker-#34%null%][CacheContinuousQueryManager]
<DailyAggData> Cache manager started: DailyAggData
[2017-09-18T11:50:27,536][DEBUG][exchange-worker-#34%null%][CacheDataStructuresManager]
<DailyAggData> Cache manager started: DailyAggData
[2017-09-18T11:50:27,536][DEBUG][exchange-worker-#34%null%][GridCacheTtlManager]
<DailyAggData> Cache manager started: DailyAggData
[2017-09-18T11:50:27,536][DEBUG][exchange-worker-#34%null%][CachePluginManager]
<DailyAggData> Cache manager started: DailyAggData
[2017-09-18T11:50:27,536][DEBUG][exchange-worker-#34%null%][GridCacheAffinityManager]
<DailyAggData> Cache manager started: DailyAggData
[2017-09-18T11:50:27,536][DEBUG][exchange-worker-#34%null%][GridResourceProcessor]
Injecting resources
[obj=org.apache.ignite.internal.processors.cache.CacheDefaultBinaryAffinityKeyMapper@3877603c]
[2017-09-18T11:50:27,536][DEBUG][exchange-worker-#34%null%][GridResourceProcessor]
Injecting resources
[obj=org.apache.ignite.internal.processors.cache.CacheDefaultBinaryAffinityKeyMapper@65419213]
[2017-09-18T11:50:27,538][DEBUG][grid-timeout-worker-#15%null%][GridTimeoutProcessor]
Timeout has occurred: CancelableTask
[id=f558b139e51-7c159f4b-d1c4-410b-96c9-6a71327bf3f9, endTime=1505706627526,
period=3000, cancel=false,
task=org.apache.ignite.internal.processors.query.GridQueryProcessor$2@4acb667]
[2017-09-18T11:50:27,539][DEBUG][exchange-worker-#34%null%][IgniteH2Indexing]
Set schema: PUBLIC
[2017-09-18T11:50:27,539][DEBUG][exchange-worker-#34%null%][IgniteH2Indexing]
Creating DB table with SQL: CREATE TABLE "PUBLIC"."MEETINGAGGVALUE" (_KEY
OTHER INVISIBLE NOT NULL,_VAL OTHER INVISIBLE,_VER OTHER INVISIBLE,SOME_KEY)
[2017-09-18T11:50:27,539][DEBUG][exchange-worker-#34%null%][IgniteH2Indexing]
Creating cache index [cacheId=1917330450, idxName=_key_PK]
[2017-09-18T11:50:27,540][DEBUG][exchange-worker-#34%null%][IgniteH2Indexing]
Creating cache index [cacheId=1917330450, idxName=SOME_IDX]
[2017-09-18T11:50:27,543][INFO
][exchange-worker-#34%null%][GridCacheProcessor] Started cache
[name=DailyAggData, memoryPolicyName=default, mode=PARTITIONED,
atomicity=ATOMIC]
[2017-09-18T11:50:27,543][DEBUG][exchange-worker-#34%null%][GridCacheEventManager]
<DailyAggData> Cache manager received onKernalStart() callback: DailyAggData
[2017-09-18T11:50:27,543][DEBUG][exchange-worker-#34%null%][CacheOsStoreManager]
<DailyAggData> Cache manager received onKernalStart() callback: DailyAggData
[2017-09-18T11:50:27,543][DEBUG][exchange-worker-#34%null%][CacheOffheapEvictionManager]
<DailyAggData> Cache manager received onKernalStart() callback: DailyAggData
[2017-09-18T11:50:27,543][DEBUG][exchange-worker-#34%null%][GridCacheDistributedQueryManager]
<DailyAggData> Cache manager received onKernalStart() callback: DailyAggData
[2017-09-18T11:50:27,543][DEBUG][exchange-worker-#34%null%][CacheContinuousQueryManager]
<DailyAggData> Cache manager received onKernalStart() callback: DailyAggData
[2017-09-18T11:50:27,543][DEBUG][exchange-worker-#34%null%][CacheDataStructuresManager]
<DailyAggData> Cache manager received onKernalStart() callback: DailyAggData
[2017-09-18T11:50:27,543][DEBUG][exchange-worker-#34%null%][GridCacheTtlManager]
<DailyAggData> Cache manager received onKernalStart() callback: DailyAggData
[2017-09-18T11:50:27,543][DEBUG][exchange-worker-#34%null%][CachePluginManager]
<DailyAggData> Cache manager received onKernalStart() callback: DailyAggData
[2017-09-18T11:50:27,543][DEBUG][exchange-worker-#34%null%][GridCacheAffinityManager]
<DailyAggData> Cache manager received onKernalStart() callback: DailyAggData
[2017-09-18T11:50:27,543][DEBUG][exchange-worker-#34%null%][GridCacheProcessor]
Executed onKernalStart() callback for cache [name=DailyAggData,
mode=PARTITIONED]
[2017-09-18T11:50:27,544][DEBUG][exchange-worker-#34%null%][GridAffinityAssignmentCache]
Calculating affinity [topVer=AffinityTopologyVersion [topVer=1,
minorTopVer=1], locNodeId=ca11c749-ddef-42e6-9204-26e16631fa9b,
discoEvt=DiscoveryCustomEvent [customMsg=ChangeGlobalStateMessage
[id=a758b139e51-7c159f4b-d1c4-410b-96c9-6a71327bf3f9,
reqId=03f047f1-df59-4569-83e3-08fffa9fc399,
initiatingNodeId=ca11c749-ddef-42e6-9204-26e16631fa9b, activate=true],
affTopVer=AffinityTopologyVersion [topVer=1, minorTopVer=1],
super=DiscoveryEvent [evtNode=TcpDiscoveryNode
[id=ca11c749-ddef-42e6-9204-26e16631fa9b, addrs=[0:0:0:0:0:0:0:1,
10.140.48.140, 127.0.0.1, 2001:420:589a:1250:516a:c5d4:fe7d:863c],
sockAddrs=[/10.140.48.140:47500, /0:0:0:0:0:0:0:1:47500, /127.0.0.1:47500,
/2001:420:589a:1250:516a:c5d4:fe7d:863c:47500], discPort=47500, order=1,
intOrder=1, lastExchangeTime=1505706609739, loc=true,
ver=2.1.0#20170721-sha1:a6ca5c8a, isClient=false], topVer=1,
nodeId8=ca11c749, msg=null, type=DISCOVERY_CUSTOM_EVT,
tstamp=1505706626737]]]
[2017-09-18T11:50:27,545][DEBUG][exchange-worker-#34%null%][GridAffinityAssignmentCache]
Calculating affinity [topVer=AffinityTopologyVersion [topVer=1,
minorTopVer=1], locNodeId=ca11c749-ddef-42e6-9204-26e16631fa9b,
discoEvt=DiscoveryCustomEvent [customMsg=ChangeGlobalStateMessage
[id=a758b139e51-7c159f4b-d1c4-410b-96c9-6a71327bf3f9,
reqId=03f047f1-df59-4569-83e3-08fffa9fc399,
initiatingNodeId=ca11c749-ddef-42e6-9204-26e16631fa9b, activate=true],
affTopVer=AffinityTopologyVersion [topVer=1, minorTopVer=1],
super=DiscoveryEvent [evtNode=TcpDiscoveryNode
[id=ca11c749-ddef-42e6-9204-26e16631fa9b, addrs=[0:0:0:0:0:0:0:1,
10.140.48.140, 127.0.0.1, 2001:420:589a:1250:516a:c5d4:fe7d:863c],
sockAddrs=[/10.140.48.140:47500, /0:0:0:0:0:0:0:1:47500, /127.0.0.1:47500,
/2001:420:589a:1250:516a:c5d4:fe7d:863c:47500], discPort=47500, order=1,
intOrder=1, lastExchangeTime=1505706609739, loc=true,
ver=2.1.0#20170721-sha1:a6ca5c8a, isClient=false], topVer=1,
nodeId8=ca11c749, msg=null, type=DISCOVERY_CUSTOM_EVT,
tstamp=1505706626737]]]
[2017-09-18T11:50:27,546][DEBUG][exchange-worker-#34%null%][GridAffinityAssignmentCache]
Calculating affinity [topVer=AffinityTopologyVersion [topVer=1,
minorTopVer=1], locNodeId=ca11c749-ddef-42e6-9204-26e16631fa9b,
discoEvt=DiscoveryCustomEvent [customMsg=ChangeGlobalStateMessage
[id=a758b139e51-7c159f4b-d1c4-410b-96c9-6a71327bf3f9,
reqId=03f047f1-df59-4569-83e3-08fffa9fc399,
initiatingNodeId=ca11c749-ddef-42e6-9204-26e16631fa9b, activate=true],
affTopVer=AffinityTopologyVersion [topVer=1, minorTopVer=1],
super=DiscoveryEvent [evtNode=TcpDiscoveryNode
[id=ca11c749-ddef-42e6-9204-26e16631fa9b, addrs=[0:0:0:0:0:0:0:1,
10.140.48.140, 127.0.0.1, 2001:420:589a:1250:516a:c5d4:fe7d:863c],
sockAddrs=[/10.140.48.140:47500, /0:0:0:0:0:0:0:1:47500, /127.0.0.1:47500,
/2001:420:589a:1250:516a:c5d4:fe7d:863c:47500], discPort=47500, order=1,
intOrder=1, lastExchangeTime=1505706609739, loc=true,
ver=2.1.0#20170721-sha1:a6ca5c8a, isClient=false], topVer=1,
nodeId8=ca11c749, msg=null, type=DISCOVERY_CUSTOM_EVT,
tstamp=1505706626737]]]
[2017-09-18T11:50:27,547][INFO
][exchange-worker-#34%null%][GridDhtPartitionsExchangeFuture] Successfully
activated caches [nodeId=ca11c749-ddef-42e6-9204-26e16631fa9b, client=false,
topVer=AffinityTopologyVersion [topVer=1, minorTopVer=1]]
[2017-09-18T11:50:27,551][DEBUG][exchange-worker-#34%null%][GridDhtPartitionsExchangeFuture]
Before waiting for partition release future: GridDhtPartitionsExchangeFuture
[dummy=false, forcePreload=false, reassign=false,
discoEvt=DiscoveryCustomEvent [customMsg=ChangeGlobalStateMessage
[id=a758b139e51-7c159f4b-d1c4-410b-96c9-6a71327bf3f9,
reqId=03f047f1-df59-4569-83e3-08fffa9fc399,
initiatingNodeId=ca11c749-ddef-42e6-9204-26e16631fa9b, activate=true],
affTopVer=AffinityTopologyVersion [topVer=1, minorTopVer=1],
super=DiscoveryEvent [evtNode=TcpDiscoveryNode
[id=ca11c749-ddef-42e6-9204-26e16631fa9b, addrs=[0:0:0:0:0:0:0:1,
10.140.48.140, 127.0.0.1, 2001:420:589a:1250:516a:c5d4:fe7d:863c],
sockAddrs=[/10.140.48.140:47500, /0:0:0:0:0:0:0:1:47500, /127.0.0.1:47500,
/2001:420:589a:1250:516a:c5d4:fe7d:863c:47500], discPort=47500, order=1,
intOrder=1, lastExchangeTime=1505706609739, loc=true,
ver=2.1.0#20170721-sha1:a6ca5c8a, isClient=false], topVer=1,
nodeId8=ca11c749, msg=null, type=DISCOVERY_CUSTOM_EVT,
tstamp=1505706626737]], crd=TcpDiscoveryNode
[id=ca11c749-ddef-42e6-9204-26e16631fa9b, addrs=[0:0:0:0:0:0:0:1,
10.140.48.140, 127.0.0.1, 2001:420:589a:1250:516a:c5d4:fe7d:863c],
sockAddrs=[/10.140.48.140:47500, /0:0:0:0:0:0:0:1:47500, /127.0.0.1:47500,
/2001:420:589a:1250:516a:c5d4:fe7d:863c:47500], discPort=47500, order=1,
intOrder=1, lastExchangeTime=1505706609739, loc=true,
ver=2.1.0#20170721-sha1:a6ca5c8a, isClient=false],
exchId=GridDhtPartitionExchangeId [topVer=AffinityTopologyVersion [topVer=1,
minorTopVer=1], nodeId=ca11c749, evt=DISCOVERY_CUSTOM_EVT], added=true,
initFut=GridFutureAdapter [ignoreInterrupts=false, state=INIT, res=null,
hash=1302695064], init=false, lastVer=null,
partReleaseFut=GridCompoundFuture [rdc=null, initFlag=1, lsnrCalls=4,
done=true, cancelled=false, err=null, futs=[true, true, true, true]],
exchActions=ExchangeActions [startCaches=[ignite-sys-cache, person,
DailyAggData], stopCaches=null, startGrps=[ignite-sys-cache, person,
DailyAggData], stopGrps=[], resetParts=null,
stateChangeRequest=StateChangeRequest [msg=ChangeGlobalStateMessage
[id=a758b139e51-7c159f4b-d1c4-410b-96c9-6a71327bf3f9,
reqId=03f047f1-df59-4569-83e3-08fffa9fc399,
initiatingNodeId=ca11c749-ddef-42e6-9204-26e16631fa9b, activate=true],
topVer=AffinityTopologyVersion [topVer=1, minorTopVer=1]]],
affChangeMsg=null, skipPreload=false, clientOnlyExchange=false,
initTs=1505706626749, centralizedAff=false, changeGlobalStateE=null,
forcedRebFut=null, done=false, evtLatch=0, remaining=[],
super=GridFutureAdapter [ignoreInterrupts=false, state=INIT, res=null,
hash=2123048598]]
[2017-09-18T11:50:27,551][INFO
][exchange-worker-#34%null%][GridDhtPartitionsExchangeFuture] Finished
waiting for partition release future [topVer=AffinityTopologyVersion
[topVer=1, minorTopVer=1], waitTime=0ms]
[2017-09-18T11:50:27,552][DEBUG][exchange-worker-#34%null%][exchange]
Pending lock set [topVer=AffinityTopologyVersion [topVer=1, minorTopVer=1],
locks={}]
[2017-09-18T11:50:27,552][DEBUG][exchange-worker-#34%null%][GridCacheMvccManager]
After rechecking finished future: FinishLockFuture
[topVer=AffinityTopologyVersion [topVer=1, minorTopVer=1], pendingLocks={},
super=GridFutureAdapter [ignoreInterrupts=false, state=INIT, res=null,
hash=219314823]]
[2017-09-18T11:50:27,552][DEBUG][exchange-worker-#34%null%][exchange] Finish
lock future is done: FinishLockFuture [topVer=AffinityTopologyVersion
[topVer=1, minorTopVer=1], pendingLocks={}, super=GridFutureAdapter
[ignoreInterrupts=false, state=INIT, res=null, hash=219314823]]
[2017-09-18T11:50:27,553][DEBUG][exchange-worker-#34%null%][GridDhtPartitionTopologyImpl]
Partition map beforeExchange [exchId=GridDhtPartitionExchangeId
[topVer=AffinityTopologyVersion [topVer=1, minorTopVer=1], nodeId=ca11c749,
evt=DISCOVERY_CUSTOM_EVT], fullMap=null]
[2017-09-18T11:50:27,553][DEBUG][exchange-worker-#34%null%][GridDhtPartitionTopologyImpl]
Created brand new full topology map on oldest node
[exchId=GridDhtPartitionExchangeId [topVer=AffinityTopologyVersion
[topVer=1, minorTopVer=1], nodeId=ca11c749, evt=DISCOVERY_CUSTOM_EVT],
fullMap=GridDhtPartitionFullMap
[nodeId=ca11c749-ddef-42e6-9204-26e16631fa9b, nodeOrder=1, updateSeq=2,
size=0]]
[2017-09-18T11:50:27,560][DEBUG][exchange-worker-#34%null%][GridDhtLocalPartition]
Owned partition: GridDhtLocalPartition [rmvQueueMaxSize=128,
rmvdEntryTtl=10000, id=0, shouldBeRenting=false, reload=false,
grp=ignite-sys-cache, state=OWNING, reservations=0, empty=true,
createTime=09/18/2017 11:50:27]
[2017-09-18T11:50:27,560][DEBUG][exchange-worker-#34%null%][GridDhtPartitionTopologyImpl]
Owned partition for oldest node: GridDhtLocalPartition [rmvQueueMaxSize=128,
rmvdEntryTtl=10000, id=0, shouldBeRenting=false, reload=false,
grp=ignite-sys-cache, state=OWNING, reservations=0, empty=true,
createTime=09/18/2017 11:50:27]
[2017-09-18T11:50:27,561][DEBUG][exchange-worker-#34%null%][GridDhtLocalPartition]
Owned partition: GridDhtLocalPartition [rmvQueueMaxSize=128,
rmvdEntryTtl=10000, id=1, shouldBeRenting=false, reload=false,
grp=ignite-sys-cache, state=OWNING, reservations=0, empty=true,
createTime=09/18/2017 11:50:27]
[2017-09-18T11:50:27,561][DEBUG][exchange-worker-#34%null%][GridDhtPartitionTopologyImpl]
Owned partition for oldest node: GridDhtLocalPartition [rmvQueueMaxSize=128,
rmvdEntryTtl=10000, id=1, shouldBeRenting=false, reload=false,
grp=ignite-sys-cache, state=OWNING, reservations=0, empty=true,
createTime=09/18/2017 11:50:27]
[2017-09-18T11:50:27,561][DEBUG][exchange-worker-#34%null%][GridDhtLocalPartition]
Owned partition: GridDhtLocalPartition [rmvQueueMaxSize=128,
rmvdEntryTtl=10000, id=2, shouldBeRenting=false, reload=false,
grp=ignite-sys-cache, state=OWNING, reservations=0, empty=true,
createTime=09/18/2017 11:50:27]
[2017-09-18T11:50:27,561][DEBUG][exchange-worker-#34%null%][GridDhtPartitionTopologyImpl]
Owned partition for oldest node: GridDhtLocalPartition [rmvQueueMaxSize=128,
rmvdEntryTtl=10000, id=2, shouldBeRenting=false, reload=false,
grp=ignite-sys-cache, state=OWNING, reservations=0, empty=true,
createTime=09/18/2017 11:50:27]
[2017-09-18T11:50:27,561][DEBUG][exchange-worker-#34%null%][GridDhtLocalPartition]
Owned partition: GridDhtLocalPartition [rmvQueueMaxSize=128,
rmvdEntryTtl=10000, id=3, shouldBeRenting=false, reload=false,
grp=ignite-sys-cache, state=OWNING, reservations=0, empty=true,
createTime=09/18/2017 11:50:27]
[2017-09-18T11:50:27,561][DEBUG][exchange-worker-#34%null%][GridDhtPartitionTopologyImpl]
Owned partition for oldest node: GridDhtLocalPartition [rmvQueueMaxSize=128,
rmvdEntryTtl=10000, id=3, shouldBeRenting=false, reload=false,
grp=ignite-sys-cache, state=OWNING, reservations=0, empty=true,
createTime=09/18/2017 11:50:27]
[2017-09-18T11:50:27,561][DEBUG][exchange-worker-#34%null%][GridDhtLocalPartition]
Owned partition: GridDhtLocalPartition [rmvQueueMaxSize=128,
rmvdEntryTtl=10000, id=4, shouldBeRenting=false, reload=false,
grp=ignite-sys-cache, state=OWNING, reservations=0, empty=true,
createTime=09/18/2017 11:50:27]
[2017-09-18T11:50:27,562][DEBUG][exchange-worker-#34%null%][GridDhtPartitionTopologyImpl]
Owned partition for oldest node: GridDhtLocalPartition [rmvQueueMaxSize=128,
rmvdEntryTtl=10000, id=4, shouldBeRenting=false, reload=false,
grp=ignite-sys-cache, state=OWNING, reservations=0, empty=true,
createTime=09/18/2017 11:50:27]
[2017-09-18T11:50:27,562][DEBUG][exchange-worker-#34%null%][GridDhtLocalPartition]
Owned partition: GridDhtLocalPartition [rmvQueueMaxSize=128,
rmvdEntryTtl=10000, id=5, shouldBeRenting=false, reload=false,
grp=ignite-sys-cache, state=OWNING, reservations=0, empty=true,
createTime=09/18/2017 11:50:27]
[2017-09-18T11:50:27,562][DEBUG][exchange-worker-#34%null%][GridDhtPartitionTopologyImpl]
Owned partition for oldest node: GridDhtLocalPartition [rmvQueueMaxSize=128,
rmvdEntryTtl=10000, id=5, shouldBeRenting=false, reload=false,
grp=ignite-sys-cache, state=OWNING, reservations=0, empty=true,
createTime=09/18/2017 11:50:27]
[2017-09-18T11:50:27,562][DEBUG][exchange-worker-#34%null%][GridDhtLocalPartition]
Owned partition: GridDhtLocalPartition [rmvQueueMaxSize=128,
rmvdEntryTtl=10000, id=6, shouldBeRenting=false, reload=false,
grp=ignite-sys-cache, state=OWNING, reservations=0, empty=true,
createTime=09/18/2017 11:50:27]
[2017-09-18T11:50:27,562][DEBUG][exchange-worker-#34%null%][GridDhtPartitionTopologyImpl]
Owned partition for oldest node: GridDhtLocalPartition [rmvQueueMaxSize=128,
rmvdEntryTtl=10000, id=6, shouldBeRenting=false, reload=false,
grp=ignite-sys-cache, state=OWNING, reservations=0, empty=true,
createTime=09/18/2017 11:50:27]
[2017-09-18T11:50:27,562][DEBUG][exchange-worker-#34%null%][GridDhtLocalPartition]
Owned partition: GridDhtLocalPartition [rmvQueueMaxSize=128,
rmvdEntryTtl=10000, id=7, shouldBeRenting=false, reload=false,
grp=ignite-sys-cache, state=OWNING, reservations=0, empty=true,
createTime=09/18/2017 11:50:27]
[2017-09-18T11:50:27,562][DEBUG][exchange-worker-#34%null%][GridDhtPartitionTopologyImpl]
Owned partition for oldest node: GridDhtLocalPartition [rmvQueueMaxSize=128,
rmvdEntryTtl=10000, id=7, shouldBeRenting=false, reload=false,
grp=ignite-sys-cache, state=OWNING, reservations=0, empty=true,
createTime=09/18/2017 11:50:27]
[2017-09-18T11:50:27,562][DEBUG][exchange-worker-#34%null%][GridDhtLocalPartition]
Owned partition: GridDhtLocalPartition [rmvQueueMaxSize=128,
rmvdEntryTtl=10000, id=8, shouldBeRenting=false, reload=false,
grp=ignite-sys-cache, state=OWNING, reservations=0, empty=true,
createTime=09/18/2017 11:50:27]
[2017-09-18T11:50:27,563][DEBUG][exchange-worker-#34%null%][GridDhtPartitionTopologyImpl]
Owned partition for oldest node: GridDhtLocalPartition [rmvQueueMaxSize=128,
rmvdEntryTtl=10000, id=8, shouldBeRenting=false, reload=false,
grp=ignite-sys-cache, state=OWNING, reservations=0, empty=true,
createTime=09/18/2017 11:50:27]
[2017-09-18T11:50:27,563][DEBUG][exchange-worker-#34%null%][GridDhtLocalPartition]
Owned partition: GridDhtLocalPartition [rmvQueueMaxSize=128,
rmvdEntryTtl=10000, id=9, shouldBeRenting=false, reload=false,
grp=ignite-sys-cache, state=OWNING, reservations=0, empty=true,
createTime=09/18/2017 11:50:27]
[2017-09-18T11:50:27,563][DEBUG][exchange-worker-#34%null%][GridDhtPartitionTopologyImpl]
Owned partition for oldest node: GridDhtLocalPartition [rmvQueueMaxSize=128,
rmvdEntryTtl=10000, id=9, shouldBeRenting=false, reload=false,
grp=ignite-sys-cache, state=OWNING, reservations=0, empty=true,
createTime=09/18/2017 11:50:27]
[2017-09-18T11:50:27,563][DEBUG][exchange-worker-#34%null%][GridDhtLocalPartition]
Owned partition: GridDhtLocalPartition [rmvQueueMaxSize=128,
rmvdEntryTtl=10000, id=10, shouldBeRenting=false, reload=false,
grp=ignite-sys-cache, state=OWNING, reservations=0, empty=true,
createTime=09/18/2017 11:50:27]
[2017-09-18T11:50:27,563][DEBUG][exchange-worker-#34%null%][GridDhtPartitionTopologyImpl]
Owned partition for oldest node: GridDhtLocalPartition [rmvQueueMaxSize=128,
rmvdEntryTtl=10000, id=10, shouldBeRenting=false, reload=false,
grp=ignite-sys-cache, state=OWNING, reservations=0, empty=true,
createTime=09/18/2017 11:50:27]
[2017-09-18T11:50:27,563][DEBUG][exchange-worker-#34%null%][GridDhtLocalPartition]
Owned partition: GridDhtLocalPartition [rmvQueueMaxSize=128,
rmvdEntryTtl=10000, id=11, shouldBeRenting=false, reload=false,
grp=ignite-sys-cache, state=OWNING, reservations=0, empty=true,
createTime=09/18/2017 11:50:27]
[2017-09-18T11:50:27,563][DEBUG][exchange-worker-#34%null%][GridDhtPartitionTopologyImpl]
Owned partition for oldest node: GridDhtLocalPartition [rmvQueueMaxSize=128,
rmvdEntryTtl=10000, id=11, shouldBeRenting=false, reload=false,
grp=ignite-sys-cache, state=OWNING, reservations=0, empty=true,
createTime=09/18/2017 11:50:27]
[2017-09-18T11:50:27,563][DEBUG][exchange-worker-#34%null%][GridDhtLocalPartition]
Owned partition: GridDhtLocalPartition [rmvQueueMaxSize=128,
rmvdEntryTtl=10000, id=12, shouldBeRenting=false, reload=false,
grp=ignite-sys-cache, state=OWNING, reservations=0, empty=true,
createTime=09/18/2017 11:50:27]
[2017-09-18T11:50:27,563][DEBUG][exchange-worker-#34%null%][GridDhtPartitionTopologyImpl]
Owned partition for oldest node: GridDhtLocalPartition [rmvQueueMaxSize=128,
rmvdEntryTtl=10000, id=12, shouldBeRenting=false, reload=false,
grp=ignite-sys-cache, state=OWNING, reservations=0, empty=true,
createTime=09/18/2017 11:50:27]
[2017-09-18T11:50:27,563][DEBUG][exchange-worker-#34%null%][GridDhtLocalPartition]
Owned partition: GridDhtLocalPartition [rmvQueueMaxSize=128,
rmvdEntryTtl=10000, id=13, shouldBeRenting=false, reload=false,
grp=ignite-sys-cache, state=OWNING, reservations=0, empty=true,
createTime=09/18/2017 11:50:27]
[2017-09-18T11:50:27,564][DEBUG][exchange-worker-#34%null%][GridDhtPartitionTopologyImpl]
Owned partition for oldest node: GridDhtLocalPartition [rmvQueueMaxSize=128,
rmvdEntryTtl=10000, id=13, shouldBeRenting=false, reload=false,
grp=ignite-sys-cache, state=OWNING, reservations=0, empty=true,
createTime=09/18/2017 11:50:27]
[2017-09-18T11:50:27,564][DEBUG][exchange-worker-#34%null%][GridDhtLocalPartition]
Owned partition: GridDhtLocalPartition [rmvQueueMaxSize=128,
rmvdEntryTtl=10000, id=14, shouldBeRenting=false, reload=false,
grp=ignite-sys-cache, state=OWNING, reservations=0, empty=true,
createTime=09/18/2017 11:50:27]
--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/