Re: Incremental repair

2018-08-20 Thread Alexander Dejanovski
Hi Pratchi, Incremental has been the default since C* 2.2. You can run a full repair by adding the "--full" flag to your nodetool command. Cheers, Le lun. 20 août 2018 à 19:50, Prachi Rath a écrit : > Hi Community, > > I am currently creating a new cluster with cassandra 3.11.2 ,while > enab

Re: Incremental Repair

2017-03-13 Thread Paulo Motta
> there are some nasty edge cases when you mix incremental repair and full repair ( https://issues.apache.org/jira/browse/CASSANDRA-13153 ) mixing incremental and full repairs will just make that more likely to happen, but although unlikely it's still possible for a similar condition to happen eve

Re: Incremental Repair

2017-03-12 Thread Jeff Jirsa
On 2017-03-12 10:44 (-0700), Anuj Wadehra wrote: > Hi, > > Our setup is as follows: > 2 DCS with N nodes, RF=DC1:3,DC2:3, Hinted Handoff=3 hours, Incremental > Repair scheduled once on every node (ALL DCs) within the gc grace period. > > I have following queries regarding incremental repairs

Re: Incremental Repair Migration

2017-01-10 Thread Bhuvan Rawal
j...@jonhaddad.com] > *Sent:* Tuesday, January 10, 2017 11:50 AM > *To:* user@cassandra.apache.org > *Subject:* Re: Incremental Repair Migration > > > > Your best bet is to just run repair constantly. We maintain an updated > fork of Spotify's reaper tool to help manage

Re: Incremental Repair Migration

2017-01-10 Thread Jonathan Haddad
t; > > > Regards > > Amit Singh > > > > *From:* Jonathan Haddad [mailto:j...@jonhaddad.com] > *Sent:* Tuesday, January 10, 2017 11:50 AM > *To:* user@cassandra.apache.org > *Subject:* Re: Incremental Repair Migration > > > > Your best bet is t

RE: Incremental Repair Migration

2017-01-09 Thread Amit Singh F
take hours to be finished if we go ahead with procedure shared by Datastax. So any quick method to reduce that ? Regards Amit Singh From: Jonathan Haddad [mailto:j...@jonhaddad.com] Sent: Tuesday, January 10, 2017 11:50 AM To: user@cassandra.apache.org Subject: Re: Incremental Repair Migration

Re: Incremental Repair Migration

2017-01-09 Thread Jonathan Haddad
Your best bet is to just run repair constantly. We maintain an updated fork of Spotify's reaper tool to help manage it: https://github.com/thelastpickle/cassandra-reaper On Mon, Jan 9, 2017 at 10:04 PM Amit Singh F wrote: > Hi All, > > > > We are thinking of migrating from primary range repair (-

Re: Incremental repair for the first time

2017-01-09 Thread Kathiresan S
ght be helpful to you : > > > > https://support.datastax.com/hc/en-us/articles/208040036- > Nodetool-upgradesstables-FAQ > > > > *From:* Kathiresan S [mailto:kathiresanselva...@gmail.com > ] > *Sent:* Wednesday, January 04, 2017 12:22 AM > *To:* user@cassandra.

Re: Incremental repair for the first time

2017-01-09 Thread Oskar Kjellin
; From: Kathiresan S [mailto:kathiresanselva...@gmail.com] > Sent: Wednesday, January 04, 2017 12:22 AM > To: user@cassandra.apache.org > Subject: Re: Incremental repair for the first time > > Thank you! > > We are planning to upgrade to 3.0.10 for this issue. > &

RE: Incremental repair for the first time

2017-01-08 Thread Amit Singh F
/hc/en-us/articles/208040036-Nodetool-upgradesstables-FAQ From: Kathiresan S [mailto:kathiresanselva...@gmail.com] Sent: Wednesday, January 04, 2017 12:22 AM To: user@cassandra.apache.org Subject: Re: Incremental repair for the first time Thank you! We are planning to upgrade to 3.0.10 for this

Re: Incremental repair for the first time

2017-01-03 Thread Kathiresan S
Thank you! We are planning to upgrade to 3.0.10 for this issue. >From the NEWS txt file ( https://github.com/apache/cassandra/blob/trunk/NEWS.txt), it looks like there is no need for sstableupgrade when we upgrade from 3.0.4 to 3.0.10 (i.e. Just installing 3.0.10 Cassandra would suffice and it wi

Re: Incremental repair for the first time

2016-12-20 Thread kurt Greaves
No workarounds, your best/only option is to upgrade (plus you get the benefit of loads of other bug fixes). On 16 December 2016 at 21:58, Kathiresan S wrote: > Thank you! > > Is any work around available for this version? > > Thanks, > Kathir > > > On Friday, December 16, 2016, Jake Luciani wro

Re: Incremental repair for the first time

2016-12-16 Thread Kathiresan S
Thank you! Is any work around available for this version? Thanks, Kathir On Friday, December 16, 2016, Jake Luciani wrote: > This was fixed post 3.0.4 please upgrade to latest 3.0 release > > On Fri, Dec 16, 2016 at 4:49 PM, Kathiresan S < > kathiresanselva...@gmail.com > > wrote: > >> Hi, >>

Re: Incremental repair for the first time

2016-12-16 Thread Jake Luciani
This was fixed post 3.0.4 please upgrade to latest 3.0 release On Fri, Dec 16, 2016 at 4:49 PM, Kathiresan S wrote: > Hi, > > We have a brand new Cassandra cluster (version 3.0.4) and we set up > nodetool repair scheduled for every day (without any options for repair). > As per documentation, in

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 get go (I'm using LCS) ? > > Ru