Closed eugeneia closed 1 year ago
core.group_freelist: fix a deadlock
chunk.sequence was not reloaded on further iterations of the loop.
Use sync.load() to explicitly reload lock-free states.
Panic if we fail to progress after 1000 iterations.
core.group_freelist: fix a deadlock
chunk.sequence was not reloaded on further iterations of the loop.
Use sync.load() to explicitly reload lock-free states.
Panic if we fail to progress after 1000 iterations.