You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by Mmuzaf <gi...@git.apache.org> on 2018/12/10 11:07:58 UTC

[GitHub] ignite pull request #5619: IGNITE-10619: CommunicationSpi support channels i...

GitHub user Mmuzaf opened a pull request:

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

    IGNITE-10619: CommunicationSpi support channels initial commit

    - GridNioServer supports channel creation from GridNioSession
    - rework createTcpClient method
    - new GridIoManager channel creation listener
    - updated HandshakeMessage2 to support new connections
    - new connection Builder'ы

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

    $ git pull https://github.com/Mmuzaf/ignite ignite-10619

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

    https://github.com/apache/ignite/pull/5619.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 #5619
    
----
commit ae7e5f6e10b23caf98830e349286bcf4ea059cff
Author: Maxim Muzafarov <ma...@...>
Date:   2018-12-10T11:01:44Z

    IGNITE-10619: CommunicationSpi support channels initial commit

----


---