mirror of https://github.com/milvus-io/milvus.git
[skip ci]Modify WatchChannels comment in services.go (#12417)
Signed-off-by: sunby <bingyi.sun@zilliz.com> Co-authored-by: sunby <bingyi.sun@gmail.com>pull/12421/head
parent
06ced4d1d1
commit
27898928b0
|
@ -880,7 +880,7 @@ func getCompactionState(tasks []*compactionTask) (state commonpb.CompactionState
|
|||
return
|
||||
}
|
||||
|
||||
// WatchChannels starts watch channels by give request
|
||||
// WatchChannels notifies DataCoord to watch vchannels of a collection
|
||||
func (s *Server) WatchChannels(ctx context.Context, req *datapb.WatchChannelsRequest) (*datapb.WatchChannelsResponse, error) {
|
||||
log.Debug("receive watch channels request", zap.Any("channels", req.GetChannelNames()))
|
||||
resp := &datapb.WatchChannelsResponse{
|
||||
|
|
Loading…
Reference in New Issue