prometheus/storage/local/index
beorn7 4fcc73a04c storage: Recover from corrupted indices for archived series
An unopenable archived_fingerprint_to_timerange is simply deleted and
will be rebuilt during crash recovery (wich can then take quite some time).

An unopenable archived_fingerprint_to_metric is not deleted but
instructions to the user are logged. A deletion has to be done by the
user explicitly as it means losing all archived series (and a repair
with a 3rd party tool might still be possible).
2017-04-06 19:26:39 +02:00
..
index.go storage: Recover from corrupted indices for archived series 2017-04-06 19:26:39 +02:00
interface.go Make KeyValueStore.Delete report if the key to delete was found. 2015-01-29 12:57:50 +01:00
leveldb.go Use Has instead of Get for existence test. 2015-07-16 12:26:50 +02:00