prometheus/storage/local/index
beorn7 699946bf32 Fix chunk desc loading.
If all samples in consecutive chunks have the same timestamp, the way
we used to load chunks will fail. With this change, the persist
watermark is used to load the right amount of chunkDescs from disk.

This bug is a possible reason for the rare storage corruption we have
observed.
2015-07-16 13:09:20 +02:00
..
index.go Fix chunk desc loading. 2015-07-16 13:09:20 +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