Re: about remaining data after adding a node

2019-09-05 Thread guo Maxwell
his data got ttl,so just wait if he do not want do cleanup Oleksandr Shulgin 于2019年9月5日 周四下午5:48写道: > On Thu, Sep 5, 2019 at 11:19 AM Federico Razzoli < > federico.razzoli@gmail.com> wrote: > >> >> Are you using DateTieredCompactionStrategy? It optimises the deletion of >> expired data from d

Re: about remaining data after adding a node

2019-09-05 Thread Oleksandr Shulgin
On Thu, Sep 5, 2019 at 11:19 AM Federico Razzoli < federico.razzoli@gmail.com> wrote: > > Are you using DateTieredCompactionStrategy? It optimises the deletion of > expired data from disks. > If minor compactions are not solving the problem, I suggest to run > nodetool compact. > Sorry, but b

Re: about remaining data after adding a node

2019-09-05 Thread Alexander Dejanovski
owCompactionStrategy. > > > > So if I don't run *nodetool compact*, will the remaining data not be > deleted? > > > > *From: *Federico Razzoli > *Reply-To: *"user@cassandra.apache.org" > *Date: *Thursday, 5 September 2019 at 6:19 PM > *To: *"us

Re: about remaining data after adding a node

2019-09-05 Thread Eunsu Kim
apache.org" Subject: Re: about remaining data after adding a node Hi Eunsu, Are you using DateTieredCompactionStrategy? It optimises the deletion of expired data from disks. If minor compactions are not solving the problem, I suggest to run nodetool compact. Federico On Thu, 5 Sep

Re: about remaining data after adding a node

2019-09-05 Thread Federico Razzoli
Hi Eunsu, Are you using DateTieredCompactionStrategy? It optimises the deletion of expired data from disks. If minor compactions are not solving the problem, I suggest to run nodetool compact. Federico On Thu, 5 Sep 2019 at 09:51, Eunsu Kim wrote: > > > Hi, all > > > > > > After adding a new

about remaining data after adding a node

2019-09-05 Thread Eunsu Kim
Hi, all After adding a new node, all the data was streamed by the newly allocated token. Since nodetool cleanup has not yet been performed on existing nodes, the total size has increased. All data has a short ttl. In this case, will the data remaining on the existing node be deleted after