diff --git a/pkg/storage/cacher/watch_progress.go b/pkg/storage/cacher/watch_progress.go index 5e8d7d1f4..0946eecc2 100644 --- a/pkg/storage/cacher/watch_progress.go +++ b/pkg/storage/cacher/watch_progress.go @@ -125,5 +125,4 @@ func (pr *conditionalProgressRequester) Remove() { pr.mux.Lock() defer pr.mux.Unlock() pr.waiting -= 1 - pr.cond.Signal() }