zrlw commented on issue #9239: URL: https://github.com/apache/dubbo/issues/9239#issuecomment-964368884
之前zk的CacheListener的dataChanged只设置ConfigChangeType.DELETED和ConfigChangeType.MODIFIED,ADDED类型是是 #8821 加的。 这么做是当时发现dubbo构建有时会抛异常,比如: https://github.com/apache/dubbo/runs/3616815684?check_suite_focus=true 跟踪发现zk create常常先发一个data version版本为0的通知,事件的内容只是client ip地址,这种情况作为ConfigChangeType.MODIFIED被AbstractConfiguratorListener解析时就会异常。 -- 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]
