You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Yakov Zhdanov (JIRA)" <ji...@apache.org> on 2016/07/14 08:57:20 UTC

[jira] [Created] (IGNITE-3480) Use single TCP port per node

Yakov Zhdanov created IGNITE-3480:
-------------------------------------

             Summary: Use single TCP port per node
                 Key: IGNITE-3480
                 URL: https://issues.apache.org/jira/browse/IGNITE-3480
             Project: Ignite
          Issue Type: Improvement
            Reporter: Yakov Zhdanov
            Assignee: Yakov Zhdanov


Currently we have several network components and each of them starts their own TCP server and occupies separate port.

What if we use only 1 port per node and dispatch discovery, communication, rest, time server, etc traffic to proper component?

Goals:
* simplify deployment procedure
* lower resource requirements (less ports, probably, less connections, etc). 
* make network IO related code consistent
* fully move it to NIO APIs (discovery uses blocking IO and thread-per connection model).



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)