[
https://issues.apache.org/jira/browse/IGNITE-10233?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16686393#comment-16686393
]
Alexey Goncharuk commented on IGNITE-10233:
-------------------------------------------
[~antonovsergey93], can you please pull the latest master? I fixed the
inspections suite yesterday.
> GridAffinityAssignmentCache#cachedAffinity() should not check topology
> version in assertion, if cluster not activated.
> -----------------------------------------------------------------------------------------------------------------------
>
> Key: IGNITE-10233
> URL: https://issues.apache.org/jira/browse/IGNITE-10233
> Project: Ignite
> Issue Type: Bug
> Reporter: Sergey Antonov
> Assignee: Sergey Antonov
> Priority: Major
> Fix For: 2.8
>
>
> If cluster not activated we should not check this assertion.
> {code:java}
> assert topVer.topologyVersion() >= 0 : topVer;
> {code}
> It's needed for our proprietary plugin.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)