#621 closed Defect (fixed)
Result status "computation error" changes to status "complete" upon reboot/restart
Reported by: | Dagorath | Owned by: | davea |
---|---|---|---|
Priority: | Minor | Milestone: | 5.10 |
Component: | Client - Daemon | Version: | 5.10.45 |
Keywords: | Cc: | Pepo |
Description
This error was reported in this thread on BOINC dev forums.
If user reboots or restarts BOINC when the manager has tasks with status "computation error" in the task list, the status in the task list gets changed to just "complete" on reboot/restart. It would be much more user friendly if, after reboot/restart, the status would still somehow indicate an error occurred. Perhaps it could say something like "complete but with computation error"?
Change History (5)
comment:1 Changed 17 years ago by
comment:2 Changed 17 years ago by
Component: | Undetermined → Client - Daemon |
---|---|
Owner: | set to davea |
The state is saved incorrectly to client_state.xml. This is only noticed on a restart, because the client usually doesn't re-read the file, just keeps all state in memory.
Since the problem is state saving, it's not surprising it affects everything (reporting, manager, etc).
comment:3 Changed 17 years ago by
Cc: | Pepo added |
---|
comment:4 Changed 17 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
I believe the same issue could also give rise to a discrepancy in the web site report for the WU.
Sometimes you see
and sometimes it's
It's probably caused by the same thing, and it would be good to check for web reporting at the same time as testing the Manager fix.