I have a 2 node cluster setup on Azure
For testing purposes - both nodes are small vms (1.7 RAM, single core)
I constantly get errors on rebalancing
Rebalance exited with reason {unexpected_exit,
{‘EXIT’,<0.21261.1>,
{badmatch,
[{‘EXIT’,
{{badmatch,{error,closed}},
{gen_server,call,
[<17672.23106.0>,had_backfill,
30000]}}}]}}}
Is this a known issue on Azure? (Similar setup is working fine on AWS)
Arik