We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14b5ace commit 0bf804aCopy full SHA for 0bf804a
pkg/ring/replication_set.go
@@ -71,7 +71,7 @@ func (r ReplicationSet) Do(ctx context.Context, delay time.Duration, f func(cont
71
numErrs++
72
73
if r.MaxUnavailableZones > 0 {
74
- // Non zone aware path
+ // Zone aware path
75
zoneFailureCount[err.ing.Zone]++
76
77
if len(zoneFailureCount) > r.MaxUnavailableZones {
0 commit comments