Re: Incremental repair from the get go

2015-11-02 Thread Robert Coli
On Mon, Nov 2, 2015 at 3:02 PM, Maciek Sakrejda wrote: > Following up on this older question: as per the docs, one *should* still > do full repair periodically (the docs say weekly), right? And run > incremental more often to fill in? > Something that amounts to full repair once every gc_grace_s

Re: Incremental repair from the get go

2015-11-02 Thread Maciek Sakrejda
Following up on this older question: as per the docs, one *should* still do full repair periodically (the docs say weekly), right? And run incremental more often to fill in?

Re: Incremental repair from the get go

2015-09-04 Thread Marcus Eriksson
Starting up fresh it is totally OK to just start using incremental repairs On Thu, Sep 3, 2015 at 10:25 PM, Jean-Francois Gosselin < jfgosse...@gmail.com> wrote: > > On fresh install of Cassandra what's the best approach to start using > incremental repair from the g

Incremental repair from the get go

2015-09-03 Thread Jean-Francois Gosselin
On fresh install of Cassandra what's the best approach to start using incremental repair from the get go (I'm using LCS) ? Run nodetool repair -inc after inserting a few rows , or we still need to follow the migration procedure with sstablerepairedset ? >From the documentation &q