[ 
https://issues.apache.org/jira/browse/IGNITE-1948?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15867880#comment-15867880
 ] 

ASF GitHub Bot commented on IGNITE-1948:
----------------------------------------

GitHub user SharplEr opened a pull request:

    https://github.com/apache/ignite/pull/1537

    IGNITE-1948

    I divided ClusterTopologyCheckedException into two: 
ClusterTopologyCheckedException (with readyFut) and 
ClusterTopologyLocalException (without readyFut). 
ClusterTopologyCheckedException extends ClusterTopologyLocalException.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/SharplEr/ignite ignite-1948

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/ignite/pull/1537.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1537
    
----
commit 814c92620fd92cd9a245d71e8e310c4a5df0abe5
Author: Alexander Menshikov <sharple...@gmail.com>
Date:   2017-02-14T11:11:53Z

    Add ClusterGroupEmptyLocalException and ClusterTopologyLocalException

commit edf38a248011a56691605dfd7acaf8d2d51536e7
Author: Alexander Menshikov <sharple...@gmail.com>
Date:   2017-02-14T12:00:23Z

    Add license

commit 19fc62af997d54dcffcf8df84e76736018bbb7f8
Author: Alexander Menshikov <sharple...@gmail.com>
Date:   2017-02-14T12:05:46Z

    Remove some commented lines

commit 7a280a8c5253c94f7238f8078114494835f66957
Author: Alexander Menshikov <sharple...@gmail.com>
Date:   2017-02-14T12:25:34Z

    Remove some commented code and add asserts

commit 9015c9b3d54d266c12450a8c211dbb4531799b63
Author: Alexander Menshikov <sharple...@gmail.com>
Date:   2017-02-14T12:29:41Z

    Add assert for testing

commit 1cbd9bd9502ba534dd7ad6d8adad9bed447be669
Author: Alexander Menshikov <sharple...@gmail.com>
Date:   2017-02-14T13:50:22Z

    Cleanup code

commit b02be8fc99408aa0a12eb0ef355ea93b0173d7e0
Author: Alexander Menshikov <sharple...@gmail.com>
Date:   2017-02-15T10:37:48Z

    Expanded use of ClusterTopologyLocalException

----


> 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
>            Assignee: Alexander Menshikov
>             Fix For: 2.0
>
>
> 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.15#6346)

Reply via email to