saleson commented on issue #9965: URL: https://github.com/apache/dubbo/issues/9965#issuecomment-1108105258
对于不可预测的抖动进行空地址保护的逻辑我认为是很合理的,同时我也建议做一些优化处理,避免正常下线被当作抖动而被忽略掉,且是永久忽略。 比如可以添加后续的监控或检测任务,如果时间段内都是注册中心正常可用且确实没有provider,就执行destroy逻辑; 或者根据实例下降比例进行判断。 -- 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]
