fix(envd): suppress repeat MMDS poll failures#2678
Conversation
PR SummaryMedium Risk Overview Reviewed by Cursor Bugbot for commit aa0449f. Bugbot is set up for automated code reviews on this repo. Configure here. |
❌ 6 Tests Failed:
View the full list of 10 ❄️ flaky test(s)
To view more test analytics, go to the Test Analytics Dashboard |
4e064a9 to
f71c31b
Compare
The MMDS poll runs on a 50ms ticker and was writing one stderr line per failed iteration, which 1:1-amplified into journald during outages (e.g. before MMDS is up at boot). Log only the first failure of each kind and tag stderr writes as syslog WARNING (<4>). Drop the context-cancelled stderr line: shutdown noise.
f71c31b to
aa0449f
Compare
The MMDS poll runs on a 50ms ticker and was writing one stderr line per failed iteration, which 1:1-amplified into journald during outages (e.g. before MMDS is up at boot). Log only the first failure of each kind and tag the stderr writes as syslog WARNING.
Split out of #2676 (the exporter-hardening half).