[
https://issues.apache.org/jira/browse/IGNITE-8246?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16437134#comment-16437134
]
Maxim Muzafarov commented on IGNITE-8246:
-----------------------------------------
*before:*
{code:java}
----rebalance futures----
nodeId=1905fe92-b58d-4397-81cd-b0d954c00000 isDone=true res=true
topVer=nodeId=19742aa1-0de7-4df7-ad80-1c2e8df00001 isDone=true res=true
topVer=nodeId=cdbe07fe-ac18-4df2-b500-d5a002100002 isDone=true res=true
topVer=nodeId=018bfc77-481a-44a1-9d21-c5a6dec00003 isDone=true res=true
{code}
*after:*
{code:java}
----rebalance futures----
nodeId=a20e170b-61be-4168-9260-1b6d7e200000 isDone=true res=true
topVer=AffinityTopologyVersion [topVer=4, minorTopVer=1]
remaining:empty
nodeId=402bc5d1-bffb-41c9-8d5f-e575ca300001 isDone=true res=true
topVer=AffinityTopologyVersion [topVer=4, minorTopVer=1]
remaining:empty
nodeId=1fe9fab3-a185-467a-bca0-8e4e41100002 isDone=true res=true
topVer=AffinityTopologyVersion [topVer=4, minorTopVer=1]
remaining:empty
nodeId=fa6c74fc-3745-49f3-bc1a-a4f192d00003 isDone=true res=true
topVer=AffinityTopologyVersion [topVer=4, minorTopVer=1]
remaining:empty
{code}
> Cast exception when using printPartitionState method
> ----------------------------------------------------
>
> Key: IGNITE-8246
> URL: https://issues.apache.org/jira/browse/IGNITE-8246
> Project: Ignite
> Issue Type: Bug
> Reporter: Maxim Muzafarov
> Assignee: Maxim Muzafarov
> Priority: Trivial
> Labels: test
> Fix For: 2.6
>
>
> Using of {{printPartitionState}} produces error which obstructs log analysys.
>
> {code:java}
> [2018-04-13
> 12:53:33,055][ERROR][test-runner-#1%distributed.CacheBaselineTopologyTest%][root]
> org.apache.ignite.internal.processors.affinity.AffinityTopologyVersion
> cannot be cast to [C
> [2018-04-13
> 12:53:33,055][ERROR][test-runner-#1%distributed.CacheBaselineTopologyTest%][root]
> org.apache.ignite.internal.processors.affinity.AffinityTopologyVersion
> cannot be cast to [C
> [2018-04-13
> 12:53:33,055][ERROR][test-runner-#1%distributed.CacheBaselineTopologyTest%][root]
> org.apache.ignite.internal.processors.affinity.AffinityTopologyVersion
> cannot be cast to [C
> [2018-04-13
> 12:53:33,055][ERROR][test-runner-#1%distributed.CacheBaselineTopologyTest%][root]
> org.apache.ignite.internal.processors.affinity.AffinityTopologyVersion
> cannot be cast to [C
> {code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)