Details
-
Fix
-
Status: Dismissed (View Workflow)
-
Major
-
Resolution: Cannot Reproduce
-
1.10, 1.12
-
None
Description
Current Situation
In a job chain with a file order source the detected file should be deleted or removed by a job at the end of the chain. Sometimes if an acces error occurs during the file operation, JobScheduler consumes 100% of the CPU
The log looks like this
03 11:09:35.466 scheduler 0 2360.9D8 2529.148MB .[ERROR MSWIN-00000005 Zugriff verweigert [CreateFile after _stati64, file.jpg]] 03 11:09:35.497 scheduler 32 2360.9D8 2529.148MB .[ERROR MSWIN-00000005 Zugriff verweigert [CreateFile after _stati64, file.jpg]] 03 11:09:35.497 scheduler 0 2360.9D8 2529.148MB .[ERROR sos::scheduler::order::job_chain::Job_node::cast [job_chain::Node node1:2]] 03 11:09:35.528 scheduler 31 2360.9D8 2529.148MB .[ERROR sos::scheduler::order::job_chain::Job_node::cast [job_chain::Node node1:2]] 03 11:09:35.528 scheduler 0 2360.9D8 2529.148MB .[ERROR sos::scheduler::order::job_chain::Job_node::cast [job_chain::Node node1:2]] 03 11:09:35.528 scheduler 0 2360.9D8 2529.148MB .open("C:\Windows\TEMP\sos2DFE.tmp") => 36 03 11:09:35.528 scheduler 0 2360.9D8 2529.148MB .close(36) C:\Windows\TEMP\sos2DFE.tmp 03 11:09:35.528 scheduler 0 2360.9D8 2529.148MB .open("C:\Windows\TEMP\sos2DFF.tmp") => 36 03 11:09:35.528 scheduler 0 2360.9D8 2529.148MB .close(36) C:\Windows\TEMP\sos2DFF.tmp 03 11:09:35.528 scheduler 0 2360.9D8 2529.148MB .open("C:\Windows\TEMP\sos2DFE.tmp") => 36 03 11:09:35.528 scheduler 0 2360.9D8 2529.148MB .close(36) C:\Windows\TEMP\sos2DFE.tmp 03 11:09:35.528 scheduler 0 2360.9D8 2529.148MB .open("C:\Windows\TEMP\sos2DFF.tmp") => 36 03 11:09:35.528 scheduler 0 2360.9D8 2529.148MB .close(36) C:\Windows\TEMP\sos2DFF.tmp 03 11:09:35.528 scheduler 0 2360.9D8 2529.148MB .[ERROR SCHEDULER-191 separate_process: Unexpected state _operation==NULL in step__end] 03 11:09:35.528 scheduler 0 2360.9D8 2529.148MB .[ERROR SCHEDULER-191 separate_process: Unexpected state _operation==NULL in step__end] 03 11:09:35.528 scheduler 0 2360.9D8 2529.148MB .[ERROR sos::scheduler::order::job_chain::Job_node::cast [job_chain::Node node1:2]] 03 11:09:35.528 scheduler 0 2360.9D8 2529.148MB .[ERROR sos::scheduler::order::job_chain::Job_node::cast [job_chain::Node node1:2]] 03 11:09:35.528 scheduler 0 2360.9D8 2529.148MB .[ERROR sos::scheduler::order::job_chain::Job_node::cast [job_chain::Node node1:2]]
Desired Behavior
JobScheduler should not consume 100% of CPU.
Reproduce
There is no instruction to reproduce this behavior.
Maintainer Notes
- This issue is dismissed as the behavior cannot be reproduced.