-
Notifications
You must be signed in to change notification settings - Fork 689
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
internal/k8s: StatusUpdateWriter only writes to update channel when l…
…eader (#4266) * internal/k8s: StatusUpdateWriter only writes to update channel when leader Otherwise, when not leader, update buffered channel can be filled up, since StatusUpdateHandler does not run. This deadlocks the EventHandler. Shows up in e2e tests in intermittent in-cluster smoke-test failures. More prevalent with more instances so modified smoke test to test more apps. The failure occurs when the contour instance Envoy connects to is not the leader. Signed-off-by: Sunjay Bhatia <sunjayb@vmware.com>
- Loading branch information
1 parent
4f025fe
commit 7db7408
Showing
2 changed files
with
46 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters