Leospard commented on PR #2311: URL: https://github.com/apache/dubbo-go/pull/2311#issuecomment-1535075998
> 这个 pr 有关联的 issue 描述吗? 暂时没有相关 issue ,这是之前测出的小 bug。主要触发原因就是一旦开启 metadata report 将元数据上报至元数据中心的功能,会有定时器定期全量上报元数据(不管有没有更新),这在 zk 客户端就会产生节点已存在的 err,我这里的修复也是参考 metadata/report/zookeeper/report.go:75 PublishMetadata 的处理去做的忽略。 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
