storagenode/retain: add comment (#2910)
This commit is contained in:
parent
7e37452abb
commit
8a5db77e04
@ -272,6 +272,7 @@ func (s *Service) Close() error {
|
||||
s.cond.L.Unlock()
|
||||
|
||||
s.cond.Broadcast()
|
||||
// ignoring error here, because the same error is already returned from Run.
|
||||
_ = s.group.Wait()
|
||||
return nil
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user