-
Does anyone else have a problem where it seems like igir is hung when deleting files following a move command? ✓ Deleting moved files ······· | 2,544 moved files deleted Has been sitting here for at least 2 hours. It's using a little CPU and some memory (according to top). When I strace/ltrace it is looping on some epoll_wait(13, ...). Looking a fd 13 it is "anon_inode:[eventpoll]" which isn't too useful to me. I looked at the code and it looks like the delete code waits for all other threads to finish (I'm not too familiar with JS/Node/etc). |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
The Please create a complete bug report, including trace logs. |
Beta Was this translation helpful? Give feedback.
-
I think this is related to #991. In Zip.CreateArchive if there's an error, it catches it and tries to delete the temporary zip file. I can still see the temporary zip file in my filesystem so it's definitely not being deleted. |
Beta Was this translation helpful? Give feedback.
#994 should have prevented this specific issue.