lotus/blockstore
Steven Allen bba71da401 fix: return buffers after canceling badger operation
In theory, Delete/Put could fail. If it does, we'll return the buffers
to the pool before we're really done with them.

In practice, this is almost certainly not an issue as badger shouldn't
_use_ the buffer unless we flush. But I feel slightly safer this way.
2021-03-11 20:30:43 -08:00
..
badger fix: return buffers after canceling badger operation 2021-03-11 20:30:43 -08:00
splitstore use compacting atomic to make the test deterministic 2021-03-09 09:05:36 +02:00
api.go rename blockstores for consistency. 2021-01-29 23:17:25 +00:00
blockstore.go fix FromDatastore to not do double adapting 2021-03-05 14:46:18 +02:00
buffered.go add DeleteMany to Blockstore interface 2021-03-05 14:46:18 +02:00
cached.go consolidate all blockstores in blockstore package. 2021-01-29 20:01:00 +00:00
doc.go refine docs. 2021-01-29 23:24:44 +00:00
fallback.go segregate chain and state blockstores. 2021-02-28 22:49:44 +00:00
idstore.go satisfy linter, use Prefix for common path of non inline CIDs 2021-03-05 14:46:18 +02:00
ipfs.go Merge branch 'master' into refactor/lib/blockstore 2021-02-28 19:55:23 +00:00
mem.go add DeleteMany to Blockstore interface 2021-03-05 14:46:18 +02:00
metrics.go segregate chain and state blockstores. 2021-02-28 22:49:44 +00:00
sync.go add DeleteMany to Blockstore interface 2021-03-05 14:46:18 +02:00
timed_test.go rename blockstores for consistency. 2021-01-29 23:17:25 +00:00
timed.go add DeleteMany to Blockstore interface 2021-03-05 14:46:18 +02:00
union_test.go implement blockstore.Union, a union blockstore. 2021-03-02 17:03:11 +00:00
union.go implement DeleteMany in union blockstore 2021-03-05 14:46:18 +02:00