[skip ci] Add comment for stop (#9320)

Signed-off-by: xige-16 <xi.ge@zilliz.com>
This commit is contained in:
xige-16 2021-10-06 14:00:47 +08:00 committed by GitHub
parent bf35fa5d25
commit d3f6cffa98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -147,6 +147,7 @@ func (qc *QueryCoord) Start() error {
return nil
}
// Stop function stops watching the meta and node updates
func (qc *QueryCoord) Stop() error {
qc.scheduler.Close()
log.Debug("close scheduler ...")