Hi, 在 2025/06/30 10:14, Xiao Ni 写道:
For reload action, it runs continue here.
No one can concurent with reload.
And doesn't it need a lock when reading the state?
Notice that from IO path, all concurrent context are doing the same thing, it doesn't matter if old state or new state are read. If old state is read, it will write new state in memory again; if new state is read, it just do nothing. Thanks, Kuai