未验证 提交 b4bfe58f 编写于 作者: C congqixia 提交者: GitHub

[skip e2e] Fix component name for IndexCoordComponent comment (#15138)

Signed-off-by: NCongqi Xia <congqi.xia@zilliz.com>
上级 fffcef00
......@@ -322,11 +322,11 @@ type IndexCoord interface {
type IndexCoordComponent interface {
IndexCoord
// SetEtcdClient set etcd client for QueryCoord
// SetEtcdClient set etcd client for IndexCoordComponent
SetEtcdClient(etcdClient *clientv3.Client)
// UpdateStateCode updates state code for QueryCoord
// `stateCode` is current statement of this QueryCoord, indicating whether it's healthy.
// UpdateStateCode updates state code for IndexCoordComponent
// `stateCode` is current statement of this IndexCoordComponent, indicating whether it's healthy.
UpdateStateCode(stateCode internalpb.StateCode)
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册