mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-07 01:28:27 +08:00
Fix typo in comment (#26951)
Signed-off-by: unfode <forrest.futao.wei@gmail.com>
This commit is contained in:
parent
e5dab53eb2
commit
ad1cc00a18
@ -68,7 +68,7 @@ func (node *Proxy) UpdateStateCode(code commonpb.StateCode) {
|
|||||||
node.stateCode.Store(code)
|
node.stateCode.Store(code)
|
||||||
}
|
}
|
||||||
|
|
||||||
// GetComponentStates get state of Proxy.
|
// GetComponentStates gets the state of Proxy.
|
||||||
func (node *Proxy) GetComponentStates(ctx context.Context) (*milvuspb.ComponentStates, error) {
|
func (node *Proxy) GetComponentStates(ctx context.Context) (*milvuspb.ComponentStates, error) {
|
||||||
stats := &milvuspb.ComponentStates{
|
stats := &milvuspb.ComponentStates{
|
||||||
Status: merr.Status(nil),
|
Status: merr.Status(nil),
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user