diff --git a/tsdb/symbols_batch.go b/tsdb/symbols_batch.go index 4ecc66bf02..3d2b9dd16f 100644 --- a/tsdb/symbols_batch.go +++ b/tsdb/symbols_batch.go @@ -99,7 +99,7 @@ func (f *symbolFlushers) loop() { } } - for range f.jobs { //nolint:revive // This "empty" block is intentional + for range f.jobs { // drain the channel, don't do more flushing. only used when error occurs. } }