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)