e91245e25f
Today we use hardcoded ports to form a cluster in the mulit-node case. The hardcoded URIs are passed to the unicast host list which is error prone and might cause problems if those ports are exhausted etc. This commit moves to a less error prone way of forming the cluster where all nodes are started with port `0` and all but the first node wait for the first node to write it's ports file to form a cluster. This seed node is enough to form a cluster. |
||
---|---|---|
.. | ||
src/main | ||
build.gradle | ||
version.properties |