action #95290
closederror in openqa-webui systemd service log "Mojo::Reactor::Poll: Timer failed: Can't open file "/tmp/RbB4AGlDAq/": No such file or directory at /usr/share/openqa/script/../lib/OpenQA/WebAPI/Controller/Running.pm line 211."
Description
Observation¶
From ssh o3 "sudo journalctl --since=today -u openqa-webui"
Jul 09 08:29:57 ariel openqa-webui-daemon[31522]: Mojo::Reactor::Poll: Timer failed: Can't open file "/tmp/RbB4AGlDAq/": No such file or directory at /usr/share/openqa/script/../lib/OpenQA/WebAPI/Controller/Running.pm line 211.
…
Jul 09 08:31:26 ariel openqa-webui-daemon[31522]: Mojo::Reactor::Poll: Timer failed: Can't open file "/tmp/RbB4AGlDAq/": No such file or directory at /usr/share/openqa/script/../lib/OpenQA/WebAPI/Controller/Running.pm line 211.
spamming the log multiple entries per second
Updated by mkittler over 3 years ago
- Priority changed from Urgent to High
It has only been logged from Jul 09 08:27:07 to Jul 09 08:31:26 and only for the same job. (The temporary directory is always the same and one temp dir corresponds to one job.)
This code is responsible for updating the latest image within the live view. Hence it is repeated frequently but it doesn't mean the impact is very high.
Updated by mkittler over 3 years ago
- Status changed from New to In Progress
Updated by okurz over 3 years ago
mkittler wrote:
It has only been logged from Jul 09 08:27:07 to Jul 09 08:31:26 and only for the same job. (The temporary directory is always the same and one temp dir corresponds to one job.)
ok, and where are the logs from in before? I assume the impact could be grave because if the log fills up with just a single message we don't have logs going back further in the past which can drop on our feet as soon as the next bigger issue hits us
Updated by openqa_review over 3 years ago
- Due date set to 2021-07-24
Setting due date based on mean cycle time of SUSE QE Tools
Updated by mkittler over 3 years ago
the log fills up with just a single message we don't have logs going back further in the past which can drop on our feet as soon as the next bigger issue hits us
When doing further in the past it becomes apparent that it is more than just one job.
I've been updating the PR so it should be mergble soon anyways.
Updated by mkittler over 3 years ago
- Status changed from In Progress to Feedback
PR has been merged, let's see whether it works in production. Not sure why the error condition is hit in the first place, though.
Updated by mkittler over 3 years ago
- Status changed from Feedback to Resolved
sudo journalctl --no-pager -u openqa-webui | grep -i 'Mojo::Reactor::Poll'
shows no further log messages after Jul 14 (the day the PR has been merged). The same counts for OSD except that we never saw the error there in the first place. The live view still works.