Roman Guseinov created IGNITE-9071:
--------------------------------------
Summary: Failed to reinitialize local partitions on client node
Key: IGNITE-9071
URL: https://issues.apache.org/jira/browse/IGNITE-9071
Project: Ignite
Issue Type: Bug
Components: cache
Reporter: Roman Guseinov
Attachments: Reproducer.java
"Failed to reinitialize local partitions" message can confuse users when it
appears in the client node logs:
{code}
[2018-07-25
12:15:58,717][ERROR][exchange-worker-#80%client-node%][GridDhtPartitionsExchangeFuture]
Failed to reinitialize local partitions (rebalancing will be stopped):
GridDhtPartitionExchangeId [topVer=AffinityTopologyVersion [topVer=2,
minorTopVer=0], discoEvt=DiscoveryEvent [evtNode=TcpDiscoveryNode
[id=aa407026-3050-4dac-899d-cec951b3c9e5, addrs=ArrayList [10.0.75.1,
10.8.10.46, 127.0.0.1, 192.168.1.51, 192.168.192.1], sockAddrs=HashSet
[/10.0.75.1:0, /127.0.0.1:0, /192.168.192.1:0, /192.168.1.51:0, /10.8.10.46:0],
discPort=0, order=2, intOrder=0, lastExchangeTime=1532492155372, loc=true,
ver=2.7.0#19700101-sha1:00000000, isClient=true], topVer=2, nodeId8=aa407026,
msg=null, type=NODE_JOINED, tstamp=1532492158693], nodeId=aa407026,
evt=NODE_JOINED]
java.lang.OutOfMemoryError
at sun.misc.Unsafe.allocateMemory(Native Method)
at
org.apache.ignite.internal.util.GridUnsafe.allocateMemory(GridUnsafe.java:1090)
at
org.apache.ignite.internal.mem.unsafe.UnsafeMemoryProvider.nextRegion(UnsafeMemoryProvider.java:90)
at
org.apache.ignite.internal.processors.cache.persistence.IgniteCacheDatabaseSharedManager$2.nextRegion(IgniteCacheDatabaseSharedManager.java:1026)
at
org.apache.ignite.internal.pagemem.impl.PageMemoryNoStoreImpl.addSegment(PageMemoryNoStoreImpl.java:628)
{code}
Reproducer is attached.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)