Multiple atomicparsleys in parallel interfere with each other
TiVo To Go and advanced Remote Control
Status: Abandoned
Brought to you by:
moyekj
Multiple AtomicParsley jobs in parallel can interfere with each other. After an AP process exits, kmttg detects the temporary files from the other AP instances and deletes them. This causes errors in the other AP jobs, resulting in the loss of the files being processed by AP.
The files being tagged by the failed AP instances end up being deleted--not sure if by kmttg or AP--so this leads to data loss.
Workaround is to run AtomicParsley one at a time.
Sorry, meant to add I'm running v1p0s. I first noticed this a couple of revisions back.
OK, I've checked in code for next release that will only allow 1 AtomicParsley job at a time in FILES mode.
Thanks for reporting this.