Opened 14 years ago

Closed 14 years ago

#8926 closed defect (fixed)

Delete is blocked by Jobs queue

Reported by: danielk Owned by: danielk
Priority: minor Milestone: 0.24
Component: MythTV - General Version: Master Head
Severity: medium Keywords:
Cc: Ticket locked: no

Description

While the delete code knows that commflag and transcode jobs should not block file deletion the job queue also marks a recording in use with a generic use which the delete code must assume means the file can not be deleted.

Change History (3)

comment:1 Changed 14 years ago by danielk

Version: UnspecifiedTrunk Head

comment:2 Changed 14 years ago by Kenni Lund [kenni a kelu dot dk]

Status: newassigned

comment:3 Changed 14 years ago by danielk

Resolution: fixed
Status: assignedclosed

(In [26370]) Fixes #8926. Make sure we ignore jobqueue in use when we know it is only set forthe flagger or transcoder. The main problem was actually the iterator, we were looking at the human readable text and host names instead of just the in use settings.

Note: See TracTickets for help on using tickets.