Hold mode lock when changing mode
We have lost mtx.Lock/mtx.Unlock here: TrueCloudLab/frostfs-node#377/files Previously, taking a lock was more…
Hold mode lock when changing mode and close writecache after flush tests
dc19d54181
[#598] Close writecache after flush tests
745c9be4c9
[#598] Hold mode mutex when setting mode
abdb0910cc
[#600] adm/tests: Add missing WaitGroup.Add()
4d2af137e9
[#500] .forgejo: Add DCO action
b44a8dd46c
[#597] *: Fix linter warnings
NPE in badger writecache tests
It's hard to repro locally, but every time it happens it seems to be related to calling Close
when changing mode while being iterated by the flush workers:
https://git.frostfs.info/TrueCloudLab/…
Race in frostfs-adm morph test
[#584] Disable compression in badger writecache
ale64bit
created branch fix/584-wc-badger-no-compression in ale64bit/frostfs-node
2023-08-10 07:14:14 +00:00
ale64bit
pushed to fix/584-wc-badger-no-compression at ale64bit/frostfs-node
2023-08-10 07:14:14 +00:00
023b90342c
[#584] Disable compression in badger writecache
d641cba2fc
[#587] Do not use math/rand.Read
33c11be0cf
[#587] .golangci.yml: Fix pre-commit warnings
[#xx] Fix writecache benchmarks and refactor hacky NeedsCompression
discussed offline. Renamed to MainStorage
.