Open michaelbeaumont opened 11 months ago
Triage: one idea is to detect error that will be solved only with mesh context change and update lastHash in watchdog on error anyways.
This issue was inactive for 90 days. It will be reviewed in the next triage meeting and might be closed. If you think this issue is still relevant, please comment on it or attend the next triage meeting.
This issue was inactive for 90 days. It will be reviewed in the next triage meeting and might be closed. If you think this issue is still relevant, please comment on it or attend the next triage meeting.
This issue was inactive for 90 days. It will be reviewed in the next triage meeting and might be closed. If you think this issue is still relevant, please comment on it or attend the next triage meeting.
Description
There are times when user config can cause
Dataplane
generation (OnTick
) to fail indefinitely. Currently we don't have a backoff for this, which can lead to overwhelming messages in the logs. https://github.com/kumahq/kuma/issues/8087 for example.