mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-09 22:45:04 +00:00
SingleNodeDiscoveryIT uses a hardcoded port for the purpose of binding two nodes within the limited port range that an unconfigured unicast zen ping hosts list would try to discover another node on. This commit at least removes this hardcoding for the first node to come up, although still tries to bind the second node to the limited port range after the first node has bound.