You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by kdudkov <gi...@git.apache.org> on 2017/05/02 12:19:44 UTC

[GitHub] ignite pull request #1893: Ignite-3054 nio connections

GitHub user kdudkov opened a pull request:

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

    Ignite-3054 nio connections

    

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

    $ git pull https://github.com/gridgain/apache-ignite ignite-3054-2

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

    https://github.com/apache/ignite/pull/1893.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 #1893
    
----
commit 94329db748827aefce49f24ed95f57ac1d2cb9b6
Author: dkarachentsev <dk...@gridgain.com>
Date:   2016-06-06T10:39:44Z

    IGNITE-3054 - Rework client connection handling from thread-per-client to NIO model.
    
    Added NIO.

commit 3d3e481f5508aad37c065a364398c7b069c495d3
Author: dkarachentsev <dk...@gridgain.com>
Date:   2016-06-06T12:07:24Z

    IGNITE-3054 - Rework client connection handling from thread-per-client to NIO model.
    
    Reconnect.

commit 7295c16c29fea4e2031e8ce5ae63f6cd4e3841bd
Author: dkarachentsev <dk...@gridgain.com>
Date:   2016-06-06T12:31:29Z

    IGNITE-3054 - Rework client connection handling from thread-per-client to NIO model.
    
    Cast exception.

commit ee34b0e8a6bd0d6b3cce26876a2999d2e74356d6
Author: dkarachentsev <dk...@gridgain.com>
Date:   2016-06-07T08:19:29Z

    IGNITE-3054 - Rework client connection handling from thread-per-client to NIO model.
    
    Fix.

commit 83e7e25033ab8684a447f071fbb096dae410df4e
Author: dkarachentsev <dk...@gridgain.com>
Date:   2016-06-07T10:24:32Z

    IGNITE-3054 - Rework client connection handling from thread-per-client to NIO model.
    
    Fix.

commit 815667349897435448e34fb7b73071294d9d3aa2
Author: dkarachentsev <dk...@gridgain.com>
Date:   2016-06-07T13:05:25Z

    IGNITE-3054 - Rework client connection handling from thread-per-client to NIO model.
    
    Fix.

commit 104b1bc33010086e58cf82a3e01e018f78bf7751
Author: dkarachentsev <dk...@gridgain.com>
Date:   2016-06-07T13:55:07Z

    IGNITE-3054 - Rework client connection handling from thread-per-client to NIO model.
    
    Fix.

commit ae2656ca18b5a328ede0e529e5069298ea161586
Author: dkarachentsev <dk...@gridgain.com>
Date:   2016-06-07T16:10:12Z

    IGNITE-3054 - Rework client connection handling from thread-per-client to NIO model.
    
    Fix old client connection hang.

commit 7f480ccdd7d7920937362d7dff08adf81e7d30e7
Author: dkarachentsev <dk...@gridgain.com>
Date:   2016-06-07T16:15:56Z

    IGNITE-3054 - Rework client connection handling from thread-per-client to NIO model.
    
    Fix old client connection hang.

commit c0383c23e9f7391d7c5ddf828d85e036d4f651d8
Author: dkarachentsev <dk...@gridgain.com>
Date:   2016-06-07T16:16:40Z

    IGNITE-3054 - Rework client connection handling from thread-per-client to NIO model.
    
    Fix old client connection hang.

commit 5df06c3c2c85756a43e355c949d9b5bca0cd4af1
Author: dkarachentsev <dk...@gridgain.com>
Date:   2016-06-08T08:56:03Z

    IGNITE-3054 - Rework client connection handling from thread-per-client to NIO model.
    
    Try to fix SocketException on bind().

commit eb12385116eab43aa08b5e78c774f7137cf2c725
Author: dkarachentsev <dk...@gridgain.com>
Date:   2016-06-08T09:53:26Z

    IGNITE-3054 - Rework client connection handling from thread-per-client to NIO model.
    
    Attempt to reopen server channel.

commit baa625e9a4c4cde5b8fb8d6f27d268412760497d
Author: dkarachentsev <dk...@gridgain.com>
Date:   2016-06-08T09:57:01Z

    IGNITE-3054 - Rework client connection handling from thread-per-client to NIO model.
    
    Attempt to reopen server channel.

commit 4f7a1ce98c986dbb9562c928f5e3bba7264b6264
Author: dkarachentsev <dk...@gridgain.com>
Date:   2016-06-08T10:44:37Z

    IGNITE-3054 - Rework client connection handling from thread-per-client to NIO model.
    
    Attempt to reopen server channel.

commit 8a764e45e36a3b27ce143f52f93df29b257401e0
Author: dkarachentsev <dk...@gridgain.com>
Date:   2016-06-09T07:58:07Z

    IGNITE-3054 - Rework client connection handling from thread-per-client to NIO model.
    
    Fix test.

commit c13f8882ca55adbd9f3d55c6f8c359c050c0486a
Author: dkarachentsev <dk...@gridgain.com>
Date:   2016-06-09T13:22:39Z

    IGNITE-3054 - Rework client connection handling from thread-per-client to NIO model.
    
    Fix message processing in NIO listener.

commit daa6c807d58227ab89de9235766080bcf82f79a4
Author: dkarachentsev <dk...@gridgain.com>
Date:   2016-06-09T13:36:21Z

    IGNITE-3054 - Rework client connection handling from thread-per-client to NIO model.
    
    Fix compilation.

commit 9e0bd884731a7ac8989140eb5a7c687bf4fe786d
Author: dkarachentsev <dk...@gridgain.com>
Date:   2016-06-09T14:34:26Z

    IGNITE-3054 - Rework client connection handling from thread-per-client to NIO model.
    
    Small optimizations.

commit 5ee34201a82d9459bcdbf4540966202162c5ae98
Author: dkarachentsev <dk...@gridgain.com>
Date:   2016-06-09T16:03:11Z

    IGNITE-3054 - Rework client connection handling from thread-per-client to NIO model.
    
    SSL fix.

commit 0c2c09e8ef9e8e00233159dd1df9f0a642b90b13
Author: dkarachentsev <dk...@gridgain.com>
Date:   2016-06-10T09:31:49Z

    IGNITE-3054 - Rework client connection handling from thread-per-client to NIO model.
    
    Minors.

commit 1fcd62c5c0325c9341a252380899aa5ed9c2394f
Author: dkarachentsev <dk...@gridgain.com>
Date:   2016-06-12T10:53:18Z

    IGNITE-3054 - Rework client connection handling from thread-per-client to NIO model.
    
    Debug printouts.

commit 46bd3f6fbe8703dc0254d0ab3556e2bf78d3e4e5
Author: dkarachentsev <dk...@gridgain.com>
Date:   2016-06-12T11:05:57Z

    IGNITE-3054 - Rework client connection handling from thread-per-client to NIO model.
    
    Debug printouts.

commit 927c5e9542f8146dfe69fac3c006578d548e1a3d
Author: dkarachentsev <dk...@gridgain.com>
Date:   2016-06-13T07:38:04Z

    IGNITE-3054 - Rework client connection handling from thread-per-client to NIO model.
    
    Rollback.

commit 263bc2797a39db287bdf4cbf64487f8266b40857
Author: dkarachentsev <dk...@gridgain.com>
Date:   2016-06-14T07:04:10Z

    IGNITE-3054 - Rework client connection handling from thread-per-client to NIO model.
    
    Minors.

commit adbcc12ce2e89af150862ebaac674b6d54b8fc83
Author: dkarachentsev <dk...@gridgain.com>
Date:   2016-06-15T04:50:10Z

    IGNITE-3054 - Rework client connection handling from thread-per-client to NIO model.
    
    Enable debugging.

commit c3a8d80bf9b6b9711e0cdd261ab04ac0f12da527
Author: dkarachentsev <dk...@gridgain.com>
Date:   2016-06-15T06:22:56Z

    IGNITE-3054 - Rework client connection handling from thread-per-client to NIO model.
    
    Printouts.

commit 5e93b53ce7d4be8c78e0d212f8d7dda73f4f8b0e
Author: dkarachentsev <dk...@gridgain.com>
Date:   2016-06-15T06:43:51Z

    IGNITE-3054 - Rework client connection handling from thread-per-client to NIO model.
    
    Printouts.

commit 8da71d4a0c48bfe853fead69ce25c8a01bb6226b
Author: dkarachentsev <dk...@gridgain.com>
Date:   2016-06-16T03:30:48Z

    IGNITE-3054 - Rework client connection handling from thread-per-client to NIO model.
    
    Printouts.

commit 06142450be6840952326d4c0e9a8e79ad2cdca8e
Author: dkarachentsev <dk...@gridgain.com>
Date:   2016-06-16T04:53:21Z

    IGNITE-3054 - Rework client connection handling from thread-per-client to NIO model.
    
    Revert printouts.

commit 1214773567aac11a72ed4c09270af2ca04458a9d
Author: dkarachentsev <dk...@gridgain.com>
Date:   2016-06-16T05:43:57Z

    IGNITE-3054 - Rework client connection handling from thread-per-client to NIO model.
    
    Debug printouts.

----


---
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 #1893: Ignite-3054 nio connections

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

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


---
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.
---