prevent page data race during read retries
Author: jiefenghuangCreated Sep 4, 2026Updated Sep 9, 2026
Labelskind/featurepriority/low
What would you like to be added: Maybe realloc page in s.run
Why is this needed: For object storage Get implementations that don’t handle context cancellation, there is a small chance that the slice may be modified during a retry, causing a data race.
Source: juicedata/juicefs