On Mon, Nov 2, 2015 at 3:02 PM, Maciek Sakrejda <mac...@heroku.com> 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_seconds, unless
you never do anything that results in a tombstone. In that (very rare)
case, one should probably still occasionally (2x a year?) run repair to
cover bitrot and similar (very rare) cases.

"Something that amounts to full repair" is either a full repair or an
incremental repair that covers 100% of the new data since gc_grace_seconds.

=Rob

Reply via email to