Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: proxy retry to get shard leader on unloaded collection (#37326)
issue: #37115 pr#37116 let proxy retry to get shard leader if error happens, which cause if search/query on a unloaded collection, which will keep retrying until ctx done. This PR add error type check to skip retry on ErrCollectionLoaded. Signed-off-by: Wei Liu <[email protected]>
- Loading branch information