-
Notifications
You must be signed in to change notification settings - Fork 44
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
Adding second container doesn't work for HA due to order of operations and incorrect remote access command #4
Comments
I made the changes in this PR however the high availability still does not work. This is the log for the first node This is the log for the second node Notice that the connection result for Node_2 show as Connecting |
When adding a second container with
ENABLE_HA
andHA_PORT
specified, the container doesn't correctly get registered and also fails the health check:I found the following fixes the issue:
-EnableRemoteAccessInContainer
instead ofEnableRemoteAccess
-EnableRemoteAccessInContainer
first, before-RegisterNewNode
is executedWith this setup - the second node is successful:
Enables HA:
The text was updated successfully, but these errors were encountered: