When a new node is added or deleted to/from the cluster, sync gateway configuration is not updated on the running nodes
When a new node is added or deleted to/from the cluster, sync gateway configuration is not updated on the running nodes which causes rebalancing failures
How are you adding/removing the node?
Thank you for answering so fast! I delete it as specified in here https://github.com/gruntwork-io/terraform-aws-couchbase/blob/master/modules/couchbase-cluster/README.md First I remove the node using the admin UI, then terminate the corresponding EC2 instance. A new instance is started by the ASG. In the new running instance, the sync gateway configuration has the IPs of the running nodes, but all the other running instances are still configured with the IP of the EC2 that was terminated. Please let me know if you need more information.
This repo is being archived, feel free to use a fork if necessary.