prometheus/storage/local
Bjoern Rabenstein ecee5d8281 Fix head chunk persisting and a chunkDesc race condition.
- Head chunk persisting only happens in evictOlderThan, so do it
  there.  (With the previous code, it would never happen.)

- Raw accesses to chunkDesc.chunk are now done via isEvicted (with
  locking).

Change-Id: I48b07b56dfea4899b50df159b4ea566954396fcd
2014-11-25 17:09:04 +01:00
..
codable Add an indexing queue and batch the ops. 2014-11-25 17:07:44 +01:00
index Add an indexing queue and batch the ops. 2014-11-25 17:07:44 +01:00
chunk.go More code cleanups. 2014-11-25 17:07:44 +01:00
delta.go More code cleanups. 2014-11-25 17:07:44 +01:00
instrumentation.go Remove unused metrics. 2014-11-25 17:09:03 +01:00
interface.go Clean up start-up and shut-down. 2014-11-25 17:08:45 +01:00
locker.go Fix and improve the fp locker. 2014-11-25 17:07:45 +01:00
locker_test.go Fix a few concurrency issues before starting to use the new fp locker. 2014-11-25 17:07:45 +01:00
persistence.go Fix and improve the fp locker. 2014-11-25 17:07:45 +01:00
persistence_test.go Bold changes to concurrency. 2014-11-25 17:07:45 +01:00
preload.go Comment/code cleanup. 2014-11-25 17:07:44 +01:00
series.go Fix head chunk persisting and a chunkDesc race condition. 2014-11-25 17:09:04 +01:00
storage.go Fix head chunk persisting and a chunkDesc race condition. 2014-11-25 17:09:04 +01:00
storage_test.go Bold changes to concurrency. 2014-11-25 17:07:45 +01:00
test_helpers.go Clean up start-up and shut-down. 2014-11-25 17:08:45 +01:00