[
https://issues.apache.org/jira/browse/IGNITE-1948?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15013086#comment-15013086
]
Denis Magda commented on IGNITE-1948:
-------------------------------------
Remove the following check in {{GridCacheUtils.retryTopologySafe}} and other
places when the bug is fixed:
{noformat}
if (topErr.retryReadyFuture() != null)
topErr.retryReadyFuture().get();
{noformat}
> ClusterTopologyCheckedException can return null for retryReadyFuture()
> ----------------------------------------------------------------------
>
> Key: IGNITE-1948
> URL: https://issues.apache.org/jira/browse/IGNITE-1948
> Project: Ignite
> Issue Type: Bug
> Components: general
> Reporter: Denis Magda
> Fix For: 1.6
>
>
> It was noted that {{ClusterTopologyCheckedException}} ready future can be
> null.
> Go though all the places where this kind of exception is being initialized
> and check why the ready future is not set in some cases.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)