Skip to content
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

ParPar randomly gets stuck at 100% #51

Open
Ravencentric opened this issue Aug 23, 2023 · 1 comment
Open

ParPar randomly gets stuck at 100% #51

Ravencentric opened this issue Aug 23, 2023 · 1 comment

Comments

@Ravencentric
Copy link

Ravencentric commented Aug 23, 2023

image
ParPar was stuck here for 2 days until I checked. This issue happens randomly. I encountered this multiple times on multiple different machines, but I can't reproduce it other than just running ParPar on multiple machines and waiting for it to happen. Killing (CTRL+C) parpar and then re-running always fixes the issue.

Here are my commands:

parpar -s1400k --slice-size-multiple=700K --max-input-slices=8000 -r10% -R -o base_dir base_dir
find "$dir" -name "*.mkv" -print0 | parallel -0 -j 8 parpar -s700K --threads 2 --slice-size-multiple=700K --max-input-slices=1000 -r1n*1.2 -R -o {.} {}

I know this isn't much to go off but I can't seem to find anything else that might be causing the issue.

@Ravencentric Ravencentric changed the title ParPar randomy gets stuck at 100% ParPar randomly gets stuck at 100% Aug 23, 2023
@animetosho
Copy link
Owner

Thanks for bringing this up, though it might be tricky to solve.

I've added some detection for this - you'll get a "Process did not terminate cleanly" message if it gets triggered.
If you do encounter it again with this change, please post the output.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants