未验证 提交 6e847ff1 编写于 作者: X XuanYang-cn 提交者: GitHub

Make dn handleChannelInfo log more consist (#14936)

Signed-off-by: Nyangxuan <xuan.yang@zilliz.com>
上级 951249c6
......@@ -317,9 +317,9 @@ func (node *DataNode) handleWatchInfo(key string, data []byte) {
log.Warn("fail to parse ChannelWatchInfo", zap.String("key", key), zap.Error(err))
return
}
log.Debug("DataNode handleWatchInfo Unmarshal success")
log.Debug("DataNode handleWatchInfo Unmarshal success", zap.String("key", key))
if watchInfo.State == datapb.ChannelWatchState_Complete {
log.Warn("DataNode handleWatchInfo State is already ChannelWatchState_Complete")
log.Warn("DataNode handleWatchInfo State is already ChannelWatchState_Complete", zap.String("key", key))
return
}
if watchInfo.Vchan == nil {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册