Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update
Browse files Browse the repository at this point in the history
Signed-off-by: Weizhen Wang <wangweizhen@pingcap.com>
hawkingrei committed Dec 19, 2022
1 parent dba6e03 commit f33ee5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resourcemanager/rm.go
Original file line number Diff line number Diff line change
@@ -43,5 +43,5 @@ func (r *ResourceManager) Start() {
// Stop is to stop resource manager
func (r *ResourceManager) Stop() {
r.cpuObserver.Stop()
r.wg.Done()
r.wg.Wait()
}

0 comments on commit f33ee5d

Please sign in to comment.