mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-07 17:48:29 +08:00
[skip ci] Add comment for GetIndexState (#11842)
Signed-off-by: dragondriver <jiquan.long@zilliz.com>
This commit is contained in:
parent
24d175bc72
commit
471ce979e3
@ -1206,6 +1206,7 @@ func (node *Proxy) GetIndexBuildProgress(ctx context.Context, request *milvuspb.
|
||||
return gibpt.result, nil
|
||||
}
|
||||
|
||||
// GetIndexState get the build-state of index.
|
||||
func (node *Proxy) GetIndexState(ctx context.Context, request *milvuspb.GetIndexStateRequest) (*milvuspb.GetIndexStateResponse, error) {
|
||||
if !node.checkHealthy() {
|
||||
return &milvuspb.GetIndexStateResponse{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user