Hi all
I’m trying to understand how index replica works when you lose/readd a node into a cluster.
I’m running couchbase server 6.5 EE and I have two index nodes. The indexes have been created with :
...WITH { "defer_build":true, "num_replica":1 }
and both nodes have either the index or his replica.
If I’m failing over/remove a node, the node is removed and all created indexes are on the remaining node.
When I’m adding back the removed node - nothing happens. The indexes/replicas are not (re)created on the newly added index node .
Is this the expected behavior? How can I be sure that I have desired number of replicas ?
Thanks
Alex