Project

Profile

Help

Issue #6148

Updated by dalley about 4 years ago

When my task died (I think segfault? not sure) due to segfault, the task was recorded as cancelled instead of failed, and the death of the worker process was recorded multiple times in the logs. 

 ~~~ 
 Feb 11 22:16:46 pulp3-source-fedora31.localhost.example.com rq[40649]: pulp: rq.worker:INFO: Cleaning registries for queue: 40649@pulp3-source-fedora31.localhost.example.com 
 Feb 11 22:17:15 pulp3-source-fedora31.localhost.example.com rq[40636]: pulp: pulpcore.tasking.services.worker_watcher:ERROR: Worker '40587@pulp3-source-fedora31.localhost.example.com' has gone missing, removing from list of workers 
 Feb 11 22:17:15 pulp3-source-fedora31.localhost.example.com rq[40636]: pulp: pulpcore.tasking.services.worker_watcher:ERROR: The worker named 40587@pulp3-source-fedora31.localhost.example.com is missing. Canceling the tasks in its queue. 
 Feb 11 22:17:16 pulp3-source-fedora31.localhost.example.com rq[40637]: pulp: pulpcore.tasking.services.worker_watcher:ERROR: Worker '40587@pulp3-source-fedora31.localhost.example.com' has gone missing, removing from list of workers 
 Feb 11 22:17:16 pulp3-source-fedora31.localhost.example.com rq[40637]: pulp: pulpcore.tasking.services.worker_watcher:ERROR: The worker named 40587@pulp3-source-fedora31.localhost.example.com is missing. Canceling the tasks in its queue. 
 Feb 11 22:17:17 pulp3-source-fedora31.localhost.example.com rq[40649]: pulp: pulpcore.tasking.services.worker_watcher:ERROR: Worker '40587@pulp3-source-fedora31.localhost.example.com' has gone missing, removing from list of workers 
 Feb 11 22:17:17 pulp3-source-fedora31.localhost.example.com rq[40649]: pulp: pulpcore.tasking.services.worker_watcher:ERROR: The worker named 40587@pulp3-source-fedora31.localhost.example.com is missing. Canceling the tasks in its queue. 
 Feb 11 22:17:17 pulp3-source-fedora31.localhost.example.com rq[40636]: pulp: pulpcore.tasking.util:INFO: Task canceled: 754d5f06-348c-4fae-9a97-54281096956a. 
 Feb 11 22:17:18 pulp3-source-fedora31.localhost.example.com rq[40637]: pulp: pulpcore.tasking.util:INFO: Task canceled: 754d5f06-348c-4fae-9a97-54281096956a. 
 Feb 11 22:17:18 pulp3-source-fedora31.localhost.example.com rq[40649]: pulp: pulpcore.tasking.util:INFO: Task canceled: 754d5f06-348c-4fae-9a97-54281096956a. 

 ~~~

Back