mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
[skip e2e] Fix IndexNodeComponent comment name (#15091)
Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
This commit is contained in:
parent
b2cb15798d
commit
c21b40d693
@ -284,10 +284,10 @@ type IndexNode interface {
|
||||
type IndexNodeComponent interface {
|
||||
IndexNode
|
||||
|
||||
// SetEtcdClient set etcd client for QueryCoord
|
||||
// SetEtcdClient set etcd client for IndexNodeComponent
|
||||
SetEtcdClient(etcdClient *clientv3.Client)
|
||||
|
||||
// UpdateStateCode updates state code for QueryCoord
|
||||
// UpdateStateCode updates state code for IndexNodeComponent
|
||||
// `stateCode` is current statement of this QueryCoord, indicating whether it's healthy.
|
||||
UpdateStateCode(stateCode internalpb.StateCode)
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user