Files
seaweedfs/weed/storage/erasure_coding
Chris Lu a324610b8b fix(ec): take ecjFileAccessLock before the nil-check in Sync and Close
Sync and Close read ev.ecjFile before acquiring ecjFileAccessLock while
Close nils it under the lock, a data race on the field. Take the lock
first, then nil-check inside, in both.
2026-06-09 00:24:44 -07:00
..
2019-05-15 01:02:00 -07:00
2019-05-15 01:02:00 -07:00