-
Notifications
You must be signed in to change notification settings - Fork 83
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
Hung? #161
Comments
I'm also experiencing an I didn't have that much patience, but I do see that it's not using any CPU or I/O. Assuming it is hung, I set about to abort it - only to find that it doesn't react to any of Strg-Z, The filesystem (an external NTFS drive) I'm trying to run I'll have to reboot now anyway to be able to unmount that external drive, I'll see whether the same thing happens again and hopefully be prepared a little bit better for it (in the sense of trying to attach a debugger / trying to figure out what/where |
... it happened again, this time a bit later during "eliminating candidates based on last bytes".
|
There is a comment in
This is via the I wonder with the behavior described if the sleep time became corrupt and went to infinity. All the "stages" (first bytes / last bytes / etc) call the same underlying code in
Unfortunately the code doesn't check the stream status nor clear errors, which might result in a hang (e.g. as I found described here). Also note the |
Current status (running for the past 24 hrs)
(DRYRUN MODE) Now scanning "/nfs", found 6924758 files.
(DRYRUN MODE) Now have 6924758 files in total.
(DRYRUN MODE) Removed 0 files due to nonunique device and inode.
(DRYRUN MODE) Total size is 75907323718686 bytes or 69 TiB
Removed 292875 files due to unique sizes from list.6631883 files left.
(DRYRUN MODE) Now eliminating candidates based on first bytes:
removed 365136 files from list.6266747 files left.
(DRYRUN MODE) Now eliminating candidates based on last bytes
removed 4229642 files from list.2037105 files left.
Now it's been sitting here for the last 20 hours with this message:
(DRYRUN MODE) Now eliminating candidates based on sha1 checksum:
I get that calculating checksums is a more intensive process, and 2 million files is not exactly a walk in the park, but...
CPU utilization is holding at 5%, memory utilization is not changing anymore (and it did in the previous stages, while processing.
USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND
root 2257015 5.0 1.8 2659852 2440212 pts/0 D+ Sep20 90:31 rdfind -n true /nfs
The text was updated successfully, but these errors were encountered: