Skip to content

Commit

Permalink
v19: fix healthcheck filter bug (#576)
Browse files Browse the repository at this point in the history
  • Loading branch information
tanjinx authored Dec 30, 2024
1 parent 90d19bf commit 7e0c772
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion go/vt/discovery/healthcheck.go
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,6 @@ func NewHealthCheck(ctx context.Context, retryDelay, healthCheckTimeout time.Dur
}

for _, c := range cells {
var filters TabletFilters
log.Infof("Setting up healthcheck for cell: %v", c)
if c == "" {
continue
Expand Down

0 comments on commit 7e0c772

Please sign in to comment.