mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-06 09:08:43 +08:00
[skip e2e]Fix missed logger with information (#21859)
Signed-off-by: jaime <yun.zhang@zilliz.com>
This commit is contained in:
parent
bcae97b125
commit
e14f96a8e4
2
internal/querycoordv2/dist/dist_handler.go
vendored
2
internal/querycoordv2/dist/dist_handler.go
vendored
@ -92,7 +92,7 @@ func (dh *distHandler) start(ctx context.Context) {
|
||||
}
|
||||
|
||||
func (dh *distHandler) logFailureInfo(resp *querypb.GetDataDistributionResponse, err error) {
|
||||
log.With(zap.Int64("nodeID", dh.nodeID))
|
||||
log := log.With(zap.Int64("nodeID", dh.nodeID))
|
||||
if err != nil {
|
||||
log.Warn("failed to get data distribution",
|
||||
zap.Error(err))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user