lotus/blockstore/badger
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
..
blockstore_test_suite.go segregate chain and state blockstores. 2021-02-28 22:49:44 +00:00
blockstore_test.go fix test compilation error. 2021-02-28 23:10:01 +00:00
blockstore.go fix: return buffers after canceling badger operation 2021-03-11 20:30:43 -08:00