[skip e2e] Modify log text according to naming conventions (#13832)

Signed-off-by: guoxiangzhou <xiangzhou.guo@zilliz.com>
pull/13867/head
guoxiangzhou 2021-12-21 14:40:54 +08:00 committed by GitHub
parent fbfebf1cf9
commit 8004292420
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -145,13 +145,13 @@ func (node *Proxy) Init() error {
Params.initProxySubName()
// wait for datacoord state changed to Healthy
if node.dataCoord != nil {
log.Debug("Proxy wait for dataCoord ready")
log.Debug("Proxy wait for DataCoord ready")
err := funcutil.WaitForComponentHealthy(node.ctx, node.dataCoord, "DataCoord", 1000000, time.Millisecond*200)
if err != nil {
log.Debug("Proxy wait for dataCoord ready failed", zap.Error(err))
return err
}
log.Debug("Proxy dataCoord is ready")
log.Debug("Proxy DataCoord is ready")
}
// wait for queryCoord state changed to Healthy