prometheus/storage
beorn7 7199a9d9d4 storage: Guard against appending to evicted chunk
Fixes #2480. For certain definition of "fixes".

This is something that should never happen. Sadly, it does happen,
albeit extremely rarely. This could be some weird cornercase we
haven't covered yet. Or it happens as a consequesnce of data
corruption or a crash recovery gone bad.

This is not a "real" fix as we don't know the root cause of the
incident reported in #2480. However, this makes sure the server does
not crash, but deals gracefully with the problem: The series in
question is quarantined, which even makes it available for forensics.
2017-04-06 20:02:52 +02:00
..
fanin Small fixes. (#2578) 2017-04-05 14:24:22 +01:00
local storage: Guard against appending to evicted chunk 2017-04-06 20:02:52 +02:00
metric storage: improve index lookups 2016-07-20 17:35:53 +02:00
remote Separate out remote read responses. 2017-04-06 15:49:47 +01:00
storage.go Fix deadlock, structure target logging 2016-02-03 10:39:34 +01:00