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
Previously we used the `{any, Shards}` option, that option is most useful for
partitioned dbs when we may want to get results from any of the partitioned
shards (possibly non-exactly matching with start/ends after shards splitting).
For purged_infos using `all` is more appropriate and this makes it more clear
we wait for all viable shards to return.
0 commit comments