Skip to content

Commit 56ebde7

Browse files
committed
reset transientFailureCount
https://bugzilla.redhat.com/show_bug.cgi?id=1636259 Signed-off-by: Antonio Murdaca <runcom@redhat.com>
1 parent 8633870 commit 56ebde7

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

libcontainerd/remote_unix.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,8 @@ func (r *remote) handleConnectionChange() {
151151
_, err := healthClient.Check(ctx, &grpc_health_v1.HealthCheckRequest{})
152152
cancel()
153153
if err == nil {
154+
// https://bugzilla.redhat.com/show_bug.cgi?id=1636259
155+
transientFailureCount = 0
154156
continue
155157
}
156158

0 commit comments

Comments
 (0)