-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not returning all results #9
Comments
I've not seen this. If you have a repo I will gladly look at it and see what's happening. I'll leave this issue open in case others have one. |
Hi John, To be honest I'm just using a fork of your own library, i've changed nothing! |
repo should be repro. He need a sample showcasing your issue. |
I think I see the issue, the WriteResultsBatched task is being cancelled at completion of the RecurseFiles task. Can be reproduced by creating a directory with 1.3 million files in it and searching. The recursion completes very fast while output does not. Might want to call ResultsQueue.CompleteAdding() also when recursion is complete. I ran into cases where I blocked indefinitely in WriteResultsBatched about 35 results short of 1.4 million. |
Hello there,
I'm not sure what I can provide to assist in proving this but I've had it on multiple occasions where FF does not return all results within a folder. I've a folder of files (~1.3million) that I wish to DIR. I've run FF over it multiple times and got different results but never the full amount. If I run the same via standard DIR or via GCI in powershell the correct figure is returned.
Any ideas?
Thanks!
The text was updated successfully, but these errors were encountered: