mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-04 04:49:08 +08:00
[skip ci] Add comment for CreateCollection (#11331)
Signed-off-by: dragondriver <jiquan.long@zilliz.com>
This commit is contained in:
parent
f5f4bee63f
commit
1aaf7ad298
@ -126,6 +126,7 @@ func (node *Proxy) ReleaseDQLMessageStream(ctx context.Context, request *proxypb
|
||||
}, nil
|
||||
}
|
||||
|
||||
// CreateCollection create a collection by the schema.
|
||||
func (node *Proxy) CreateCollection(ctx context.Context, request *milvuspb.CreateCollectionRequest) (*commonpb.Status, error) {
|
||||
if !node.checkHealthy() {
|
||||
return unhealthyStatus(), nil
|
||||
|
Loading…
Reference in New Issue
Block a user