diff --git a/cmd/prometheus/main.go b/cmd/prometheus/main.go index 05d1fbd96..1a4635122 100644 --- a/cmd/prometheus/main.go +++ b/cmd/prometheus/main.go @@ -618,7 +618,6 @@ func main() { func() error { select { case <-dbOpen: - break // In case a shutdown is initiated before the dbOpen is released case <-cancel: reloadReady.Close()