I am testing a setup of two Couchbase servers (Windows Server 2012 R2, Azure) in a cluster, ver 2.5.1
After the second server was installed with Couchbase, it would join the cluster of the first server no problem. However, on attempting to rebalance the cluster, after some time it would throw
Rebalance failed. See logs for detailed reason. You can try rebalance again.
Looking at the logs the relevant entries appear to be
Rebalance exited with reason {unexpected_exit,
{‘EXIT’,<0.2835.2>,
{badmatch,
[{‘EXIT’,
{{badmatch,{error,closed}},
{gen_server,call,
[<18017.12639.0>,had_backfill,
infinity]}}}]}}}
ns_orchestrator002 ns_1@10.32.0.5 05:14:35 - Wed Oct 15, 2014
<0.2828.2> exited with {unexpected_exit,
{‘EXIT’,<0.2835.2>,
{badmatch,
[{‘EXIT’,
{{badmatch,{error,closed}},
{gen_server,call,
[<18017.12639.0>,had_backfill,infinity]}}}]}}} ns_vbucket_mover000
ns_1@10.32.0.5 05:14:33 - Wed Oct 15, 2014
What does that mean, and how to correct this problem?