mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
Improve error message in rootcoord (#11070)
Signed-off-by: Xiangyu Wang <xiangyu.wang@zilliz.com>
This commit is contained in:
parent
394e8ad634
commit
260c0597cb
@ -112,7 +112,7 @@ func (p *proxyClientManager) InvalidateCollectionMetaCache(ctx context.Context,
|
||||
return nil
|
||||
}()
|
||||
if err != nil {
|
||||
log.Error("call invalidate collection meta failed", zap.Int64("proxy id", k), zap.Error(err))
|
||||
log.Error("Failed to call invalidate collection meta", zap.Int64("proxy id", k), zap.Error(err))
|
||||
} else {
|
||||
log.Debug("send invalidate collection meta cache to proxy node", zap.Int64("node id", k))
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user