You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Andrew Mashenkov (JIRA)" <ji...@apache.org> on 2018/04/17 07:01:00 UTC

[jira] [Created] (IGNITE-8290) Activation message handling fails with AssertionError sporadically.

Andrew Mashenkov created IGNITE-8290:
----------------------------------------

             Summary: Activation message handling fails with AssertionError sporadically.
                 Key: IGNITE-8290
                 URL: https://issues.apache.org/jira/browse/IGNITE-8290
             Project: Ignite
          Issue Type: Bug
          Components: general
            Reporter: Andrew Mashenkov


Some test fails sporadically due to AssertionError while processing custom discovery message which leads to grid and tests handing.

 

[19:28:05]W: [org.apache.ignite:ignite-indexing] java.lang.AssertionError: lastAffVer=AffinityTopologyVersion [topVer=3, minorTopVer=1], topVer=AffinityTopologyVersion [topVer=3, minorTopVer=1
], customMsg=ChangeGlobalStateMessage [id=1d578a0d261-a3a64f2e-2262-43b5-9974-0e0f14aa9780, reqId=22459434-7b5d-4e55-8c21-084d360c4e8d, initiatingNodeId=1c2ee197-646e-4003-9399-8a544d100000, activate=true
, baselineTopology=BaselineTopology [id=0, branchingHash=1456858826, branchingType='Cluster activation', baselineNodes=[5cb0eb2b-e407-47ef-bed9-c41755727aae, 742ee126-3357-4b00-9150-8e2368cdb5b7, 45f42481
-f232-4b0c-921d-0090610e2d86]], forceChangeBaselineTopology=false, timestamp=1523896084990]
 at org.apache.ignite.internal.processors.cache.CacheAffinitySharedManager.onDiscoveryEvent(CacheAffinitySharedManager.java:174)
 at org.apache.ignite.internal.processors.cache.GridCacheProcessor.onDiscoveryEvent(GridCacheProcessor.java:3280)
 at org.apache.ignite.internal.managers.discovery.GridDiscoveryManager$4.onDiscovery0(GridDiscoveryManager.java:694)
 at org.apache.ignite.internal.managers.discovery.GridDiscoveryManager$4.onDiscovery(GridDiscoveryManager.java:589)
 at org.apache.ignite.spi.discovery.tcp.ServerImpl$RingMessageWorker.notifyDiscoveryListener(ServerImpl.java:5479)
 at org.apache.ignite.spi.discovery.tcp.ServerImpl$RingMessageWorker.processCustomMessage(ServerImpl.java:5305)
 at org.apache.ignite.spi.discovery.tcp.ServerImpl$RingMessageWorker.processMessage(ServerImpl.java:2765)
 at org.apache.ignite.spi.discovery.tcp.ServerImpl$RingMessageWorker.processMessage(ServerImpl.java:2536)
 at org.apache.ignite.spi.discovery.tcp.ServerImpl$MessageWorkerAdapter.body(ServerImpl.java:6775)
 at org.apache.ignite.spi.discovery.tcp.ServerImpl$RingMessageWorker.body(ServerImpl.java:2621)
 at org.apache.ignite.spi.IgniteSpiThread.run(IgniteSpiThread.java:62)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)