transparencylog/tl

bbolt backend blocks multiple processes from running

Closed this issue · 1 comments

bbolt only allows for a single writer and uses directory locking. To fix this I thought we could just open/close the database in the cache code. However, this causes crashed due to bugs in bbolt:

a49671d

fixed by moving to badgerdb.