Skip to content

ParPar randomly gets stuck at 100% #51

@Ravencentric

Description

@Ravencentric

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions