Retry condition for IO errors from listing a directory #3078
Answered
by
BurntSushi
rahuldutta90
asked this question in
General
-
Hi we own a filesystem plugged in to kernel through fuse, and we have ripgrep as part of vscode running on our custom filesystem. We noticed that when we return error to readdir for a particular directory path, we keep getting retries. So was wondering how ripgrep retries on errors for listing of a directory? |
Beta Was this translation helpful? Give feedback.
Answered by
BurntSushi
Jun 28, 2025
Replies: 1 comment
-
ripgrep does not do retries. This must be coming from elsewhere. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
BurntSushi
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ripgrep does not do retries. This must be coming from elsewhere.