You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by SharplEr <gi...@git.apache.org> on 2017/02/15 14:04:06 UTC

[GitHub] ignite pull request #1537: 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 <sh...@gmail.com>
Date:   2017-02-14T11:11:53Z

    Add ClusterGroupEmptyLocalException and ClusterTopologyLocalException

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

    Add license

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

    Remove some commented lines

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

    Remove some commented code and add asserts

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

    Add assert for testing

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

    Cleanup code

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

    Expanded use of ClusterTopologyLocalException

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] ignite pull request #1537: IGNITE-1948

Posted by SharplEr <gi...@git.apache.org>.
Github user SharplEr closed the pull request at:

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


---