mvillarejo / docker-shinken

Shinken running in docker infrastructure
1 stars 1 forks source link

Poller is not picking up tasks, Host and Service checks are getting timed out.. #1

Open sjose1x opened 5 months ago

sjose1x commented 5 months ago

Poller Debug log

[1710741586] DEBUG: [Shinken] [0][scheduler-master][fork] Stats: Workers:0 (Queued:17 TotalReturnWait:0)
[1710741586] DEBUG: [Shinken] [0][scheduler-master][fork] Stats: Workers:1 (Queued:20 TotalReturnWait:0)
[1710741586] DEBUG: [Shinken] [0][scheduler-master][fork] Stats: Workers:2 (Queued:20 TotalReturnWait:0)
[1710741586] DEBUG: [Shinken] [0][scheduler-master][fork] Stats: Workers:3 (Queued:19 TotalReturnWait:0)

Scheduler Debug log

[1710743024] WARNING: [Shinken] 1 actions never came back for the satellite 'poller-master'.I reenable them for polling
[1710743265] WARNING: [Shinken] 2 actions never came back for the satellite 'poller-master'.I reenable them for polling
[1710743325] WARNING: [Shinken] 4 actions never came back for the satellite 'poller-master'.I reenable them for polling
[1710743385] WARNING: [Shinken] 5 actions never came back for the satellite 'poller-master'.I reenable them for polling
[1710743445] WARNING: [Shinken] 6 actions never came back for the satellite 'poller-master'.I reenable them for polling
[1710743505] WARNING: [Shinken] 6 actions never came back for the satellite 'poller-master'.I reenable them for polling
[1710743566] WARNING: [Shinken] 6 actions never came back for the satellite 'poller-master'.I reenable them for polling
[1710743626] WARNING: [Shinken] 6 actions never came back for the satellite 'poller-master'.I reenable them for polling
[1710743686] WARNING: [Shinken] 6 actions never came back for the satellite 'poller-master'.I reenable them for polling
sjose1x commented 5 months ago

I could locate the issue as in, the docker is not support multiprocessing... Poller uses multiprocessing for running worker.. need to figure out how to mitigate this

Workers are running, but work.start() is getting stuck.. from there on no progress