criteo / biggraphite

Simple Scalable Time Series Database
Apache License 2.0
129 stars 36 forks source link

Add a setting to activate read-repairs #257

Open iksaif opened 7 years ago

iksaif commented 7 years ago

Also set compaction options accordingly when doing it. Read repairs will write in the past which means that we need to set these correctly:

iksaif commented 7 years ago

This should probably only be set once we've fixed issues on Cassandra with overlapping fully expired sstables.

iksaif commented 7 years ago

These is a patch for overlapping sstables available on https://issues.apache.org/jira/browse/CASSANDRA-13418

iksaif commented 6 years ago

Patch is in 3.11.1, so we're good. Now we need to at least write doc on how to configure read repairs.