GNOME Bugzilla – Bug 71992
damaged multi-part articles do not decrement thread count
Last modified: 2004-12-22 21:47:04 UTC
Whenever the server is incapable of delivering one or more of a threaded set of articles that compose a jpeg, mpeg or other such article group, the task count is never decremented correctly. The message issued on the controlling tty is: body failed: 423 No Such Article In Group This situation occurs very often when using Rogers.com as your newsfeed, as there servers are pathetic, badly overloaded, expire articles after less that 24 hours, and do not update the article indexes correctly when expiring an article. e.g. today, I am looking at an idle Pan with 0/20 tasks outstanding.
This isn't a bug so much as a feature, as the intention is that you can retry failed tasks from the task manager. The other side of this is that it's annoying to have to remove failed tasks by hand. Thinking off the top of my head, Pan does keep state information on what it calls 'failed' tasks (failed because of a connection timeout or something) and 'hopeless' tasks (failed because the article no longer exists). Perhaps Pan should leave 'failed' tasks in the queue as it does now but remove hopeless ones. Opinions?
I agree with this, and have added it in CVS.
*** Bug 64287 has been marked as a duplicate of this bug. ***