archivetar icon indicating copy to clipboard operation
archivetar copied to clipboard

archivepurge does not exit

Open theAeon opened this issue 3 years ago • 2 comments
trafficstars

It appears to be looping on purge_empty_folders infinitely when stopped with a keyboardinterrupt. Does not appear to matter if run under slurm or not. Version used is 0.10.2-arcts.

theAeon avatar Aug 30 '22 19:08 theAeon

Can you provide an step by step example how to reproduce the issue?

Also 0.10.2-arcts isn't a version of archivetar. The current version is the v0.14.x series,

0.10.2 is the patched version of mpifileutils that is used internally but is not used by the purge_empty_folders function.

brockpalen avatar Sep 05 '22 01:09 brockpalen

My bad! Got the two confused. 0.14.3 is the version I've been using. I just had a relatively long archivepurge exit cleanly, so I think the condition under which this occurs is small jobs. In terms of step-by-step, I'm using the three commands here: https://github.com/brockpalen/archivetar/blob/master/USAGE.md#archiving-specific-files-filters

theAeon avatar Sep 07 '22 18:09 theAeon