prometheus/storage/raw/leveldb
Julius Volz 718ad2224b Fix LevelDB closing order.
The storage itself should be closed before any of the objects passed into it
are closed (otherwise closing the storage can randomly freeze). Defers are
executed in reverse order, so closing the storage should be the last of the
defer statements.

Change-Id: Id920318b876f5b94767ed48c81221b3456770620
2014-01-28 15:16:06 +01:00
..
test Depointerize storage conf. and chain ingester. 2013-08-12 17:07:03 +02:00
batch.go Update low-level i'faces to reflect wireformats. 2013-09-04 17:13:58 +02:00
freelist.go Update low-level i'faces to reflect wireformats. 2013-09-04 17:13:58 +02:00
interface_test.go WIP - Snapshot of Moving to Client Model. 2013-06-25 15:52:42 +02:00
iterator.go Update low-level i'faces to reflect wireformats. 2013-09-04 17:13:58 +02:00
leveldb.go Fix LevelDB closing order. 2014-01-28 15:16:06 +01:00
state.go Replace direct curation table access with wrapper. 2013-08-06 12:02:52 +02:00