Page 1 of 1
[Bug] Currently Processing jobs are deleted as Orphans
Posted: October 7th, 2015, 9:16 am
by Jumbs
This is a small window use case, but it happened to me.
While a very large job was being repair/unrared, I saw the warning that i had orphaned jobs.
So i clicked and told it to clean them.
Unfortunately, it deleted (folder and all) the currently processing one as well, causing it to fail.
Re: [Bug[ Currently Processing jobs are deleted as Orphans
Posted: October 7th, 2015, 9:39 am
by safihre
Yes I also noticed this.. Shypike can you fix this in the python code?
Re: [Bug] Currently Processing jobs are deleted as Orphans
Posted: October 7th, 2015, 4:10 pm
by shypike
Jumbs wrote:This is a small window use case, but it happened to me.
While a very large job was being repair/unrared, I saw the warning that i had orphaned jobs.
So i clicked and told it to clean them.
Unfortunately, it deleted (folder and all) the currently processing one as well, causing it to fail.
How did you delete the items? One by one?
Re: [Bug] Currently Processing jobs are deleted as Orphans
Posted: October 7th, 2015, 4:41 pm
by Jumbs
Used the mass delete.
After i clicked it i realized i saw the currently unraring piece in the list.
Re: [Bug] Currently Processing jobs are deleted as Orphans
Posted: October 8th, 2015, 1:21 am
by safihre
Shypike: the mass delete is just a for loop over all the single orphaned downloads, so doesn't matter how he deleted. It just shouldn't be in that list..
Re: [Bug] Currently Processing jobs are deleted as Orphans
Posted: October 8th, 2015, 2:54 pm
by shypike
Jumbs wrote:
After i clicked it i realized i saw the currently unraring piece in the list.
Right, the current post-processed job should not be in the list at all.
Under investigation.
Re: [Bug] Currently Processing jobs are deleted as Orphans
Posted: October 9th, 2015, 1:50 pm
by shypike
Problem will be solved in Beta2.
(Fixed in the source on github)