You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement loop retrying list to achive a consisten view
Previously, we might hit a certain race condition between `fs::read_dir`
and actually accessing the directory entry in `FilesystemStore::list`.
Here, we introduce a `loop` retrying the listing (by default 3 times)
when we suddenly hit a `NotFound` error, to achive a consistent view.
0 commit comments