On Wed, Apr 22, 2015 at 11:57 PM, Dave Galbraith <david92galbra...@gmail.com > wrote:
> So I was expecting the load to drop to about 6.5 MB on my original node > while the new node would pick up about 6.5 MB, so they'd be balanced, but > instead the disk usage on my original node somehow increased by 2.5 MB > while the new node only picked up 3.78 MB. Why didn't I get a balanced > load? Why did the load on my original node go up when I added another node? > I didn't write any points during the bootstrap. All my keyspaces that have > a lot of data have replication factor 1, so I think and hope it wasn't just > replicating data on the new node. Thanks! > To remove data from the source node which no longer belongs there, run "nodetool cleanup" on it. =Rob