mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-02 11:59:00 +08:00
[skip ci] Add comment for dataSyncService close (#12028)
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
This commit is contained in:
parent
efb985429f
commit
be1602f769
@ -303,6 +303,7 @@ func newDataSyncService(ctx context.Context,
|
||||
}
|
||||
}
|
||||
|
||||
// close would close and remove all flow graphs in dataSyncService
|
||||
func (dsService *dataSyncService) close() {
|
||||
// close collection flow graphs
|
||||
for _, nodeFGs := range dsService.collectionFlowGraphs {
|
||||
|
Loading…
Reference in New Issue
Block a user