[#xx] Remove manual path handling in fstree tests
ale64bit
created branch fix/fstree-test-manual-path in ale64bit/frostfs-node
2023-08-03 07:02:47 +00:00
2bbe566714
[#xx] Remove manual path handling in fstree tests
1e8b4b8a17
[#557] services: Regenerate stable marshalers
435a581b5e
[#557] go.mod: Update sdk-go and api-go
93c46cfdf0
[#550] cli: make get-op-log meta pretty formatted
1b7b54ba89
[#540] cli: refactor client parameters usage
[#18] Add badgerstore substorage implementation
Our Delete
must return apistatus.ObjectNotFound
. But badger doesn't return badger.ErrKeyNotFound
when deleting, so I call Get
first to check that.
[#421] Try using badger for the write-cache
Not that I know of. https://discuss.dgraph.io/t/count-of-items-in-db/7549
[#421] Try using badger for the write-cache
I kept the same behavior from the existing writecache. We can change it in a separate PR for both. I'm not sure why to do it after GC, since it might not remove anything from disk until the…
[#421] Try using badger for the write-cache
I rather don't do that if we are not planning to maintain multiple implementations.
ale64bit
pushed to feature/421-write-cache-badger at ale64bit/frostfs-node
2023-08-02 15:26:06 +00:00
4d88bdd4e5
[#421] Try using badger for the write-cache