Skip to content

Commit

Permalink
OCPBUGS-13366: ignore repeated TopologyAwareHintsDisabled events
Browse files Browse the repository at this point in the history
This reverts commit 1af057b.
  • Loading branch information
soltysh committed May 11, 2023
1 parent 19bf402 commit 34fce4f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkg/duplicateevents/duplicated_event_patterns.go
Expand Up @@ -219,6 +219,10 @@ var KnownEventsBugs = []KnownProblem{
Regexp: regexp.MustCompile("ns/openshift-etcd-operator namespace/openshift-etcd-operator -.*rpc error: code = Canceled desc = grpc: the client connection is closing.*"),
BZ: "https://bugzilla.redhat.com/show_bug.cgi?id=2006975",
},
{
Regexp: regexp.MustCompile("reason/TopologyAwareHintsDisabled"),
BZ: "https://issues.redhat.com/browse/OCPBUGS-13366",
},
{
Regexp: regexp.MustCompile("ns/.*reason/.*APICheckFailed.*503.*"),
BZ: "https://bugzilla.redhat.com/show_bug.cgi?id=2017435",
Expand Down

0 comments on commit 34fce4f

Please sign in to comment.