I’ve just installed couchbase 2.1.0 on a couple of machines and tried to create a cluster out of them. The “Server Nodes” page shows a fail over warning that says that rebalancing is required because not all data is replicated. When I try to rebalance, it fails after a few seconds and it tells me to check the logs for more information.
Here’s what I have in the logs:
15:28:59 - Mon Jul 1, 2013 Starting rebalance, KeepNodes = [‘ns_1@odadb01.cern.ch’,
‘ns_1@odadb02.cern.ch’], EjectNodes = []
15:28:59 - Mon Jul 1, 2013 Started rebalancing bucket sync_gateway
15:29:00 - Mon Jul 1, 2013 Bucket “sync_gateway” rebalance appears to be swap rebalance
15:29:00 - Mon Jul 1, 2013 Started rebalancing bucket oda
15:29:01 - Mon Jul 1, 2013 Bucket “oda” rebalance appears to be swap rebalance
15:29:01 - Mon Jul 1, 2013 Started rebalancing bucket default
15:29:01 - Mon Jul 1, 2013 Bucket “default” rebalance appears to be swap rebalance
15:29:20 - Mon Jul 1, 2013 <0.5412.4> exited with {unexpected_exit,
{‘EXIT’,<0.5419.4>,
{badmatch,
[{‘EXIT’,
{{badmatch,{error,closed}},
{gen_server,call,
[<12888.10125.3>,had_backfill,30000]}}}]}}}
15:29:20 - Mon Jul 1, 2013 Rebalance exited with reason {unexpected_exit,
{‘EXIT’,<0.5419.4>,
{badmatch,
[{‘EXIT’,
{{badmatch,{error,closed}},
{gen_server,call,
[<12888.10125.3>,had_backfill,
30000]}}}]}}}
This doesn’t really help me too much. Could somebody shed some light on this? This happens even when I delete all my buckets and the default one is empty.