hjmangalam / parsyncfp

follow-on to parsync (parallel rsync) with better startup perf

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fpart hanging?

fs2307 opened this issue · comments

Greetings. I stumbled upon particular filesystem tree that seems to be stopping fpart almost immediately. So far I couldn't get much out of it by increasing verbosity. Do you have any recommendations on what to look for? What can possibly just stop it from seemingly moving forward?

Log would usually just say
Examining filesystem...

At some point I gave up and just started launching fpart directly on different section of the tree to see if it would move at all.

In some cases it would work fine, but there are parts of tree that it would either stuck at
Examining filesystem...

Or do something like
Examining filesystem...
Filled part #0: size = 764814974, 76 file(s)
and don’t move from there (I usually gave up 30 minutes later.)
I could see that not more information was put into f. file
Just some path and then it’s stopped and no progress seems to be made.

It doesn’t seem to be dead , dead, but it’s very hard to say what it’s thinking about exactly.
fpart v0.9.2
parsyncfp version 1.57

Hi @fs2307,

Maybe fpart is blocked waiting for some I/O ?

Could you try stracing/trussing the process to see what it's doing ?

Also, you can try using -vv switch with fpart to print filenames when they are added to the current partition.

Hope this helps,

Best regards,

Ganael.