I have two virtual machines, they are a bit different. They are in the same domain and can talk to eachother.
ServerA: Windows Server Standard (2007) SP2. 32bit, 2GB RAM.
ServerB: Windows Server 2008 R2 SP1. 64bit, 4GB RAM.
I have only one bucket that i created “default” with one view that returns all items. That’s it. (I deleted the sample buckets).
I can make a cluster out of these two machines, and when joined - the console wants me to do a Rebalance. Everytime i try to do a Rebalance I get weird exceptions in the log. I googled myself to dust and see entries in your issue system, and some other wiki, but nothing helps. I tried uninstalling and re-installing Couchbase on ServerB several times to no avail. (Didn’t touch ServerA since it seems to work on its own.)
This is the log:
Rebalance exited with reason {unexpected_exit,
{‘EXIT’,<0.13550.3>,
{badmatch,
[{‘EXIT’,
{downstream_closed,
{gen_server,call,
[<12830.21361.0>,had_backfill,
30000]}}}]}}}
ns_orchestrator002
12:19:54 - Wed Jul 10, 2013
<0.13543.3> exited with {unexpected_exit,
{‘EXIT’,<0.13550.3>,
{badmatch,
[{‘EXIT’,
{downstream_closed,
{gen_server,call,
[<12830.21361.0>,had_backfill,30000]}}}]}}}
ns_vbucket_mover000
12:19:54 - Wed Jul 10, 2013
Bucket “default” rebalance does not seem to be swap rebalance
ns_vbucket_mover000
11:55:06 - Wed Jul 10, 2013
Bucket “default” loaded on node ‘ns_1@192.168.0.61’ in 0 seconds.
ns_memcached001
11:55:05 - Wed Jul 10, 2013
Started rebalancing bucket default
ns_rebalancer000
11:55:05 - Wed Jul 10, 2013
Starting rebalance, KeepNodes = [‘ns_1@192.168.50.135’,‘ns_1@192.168.0.61’], EjectNodes = []
Thanks in advance for any help.