Denis Magda created IGNITE-2404:
-----------------------------------
Summary: TcpDiscoverySpi.setLocalPortRange set 0 doesn't work
Key: IGNITE-2404
URL:
https://issues.apache.org/jira/browse/IGNITE-2404 Project: Ignite
Issue Type: Bug
Reporter: Denis Magda
Local port range set to 0 presently doesn't work at least for TcpCommunicationSpi and TcpDiscoverySpi. However SPIs support it.
In my understanding the condition has to changed to the following one (from < to <=).
x = port; x <= port + range
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)