-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PortOffset 0 on multiple servers #3
Comments
Related question: If we allow this, can we migrate a previously started cluster with port offset to one offset zero without a complete reinstall. |
Currently a However since we can pre-allocate port offsets, and currently a Not sure if that leads to new problems. |
The second issue (migrating clusters from one portOffset scheme to another) would require:
To me this sounds like adding a LOT of complexity for a very small edge case. |
I see, migration is too complex, so we do not support it. I would be in favour of allocating the next free portOffset+slaveAddress pair. |
A customer wanted to use the starter on Windows (irrelevant here) to setup an ArangoDB cluster on multiple machines. They would prefer it if one could make it so that the same ports are used for starter, agent, coordinator (in particular) and dbserver on all machines. Maybe we can detect this automatically, and if this does not work reliably, there should at least be an option in the starter to override the automatic increment of the portOffset and force it to be zero.
The text was updated successfully, but these errors were encountered: