Loading
fix(fs): make redistribution state flag atomic
Use `std::atomic<bool>` for `redist_running_` to ensure safe concurrent access when clients check whether redistribution is running.
Use `std::atomic<bool>` for `redist_running_` to ensure safe concurrent access when clients check whether redistribution is running.