SheepNo2 opened a new issue #9410:
URL: https://github.com/apache/dubbo/issues/9410


   xml配置
   <dubbo:metadata-report address="zookeeper://127.0.0.1:2181" retry-times="3" 
retry-period="10000" cycle-report="false" />
   调试了几次retry-times ,retry-period等参数不生效,
   后来发现key不一样
   org.apache.dubbo.metadata.support.Constants     定义的key是String 
RETRY_TIMES_KEY = "retry.times";
   而map取的key是retry-times,所以每次都是用的默认值100,大家是怎么处理的?
   
![image](https://user-images.githubusercontent.com/19886737/146121722-d05678a7-925d-4b44-932e-5d8a38ba73b5.png)
   


-- 
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: notifications-unsubscr...@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@dubbo.apache.org
For additional commands, e-mail: notifications-h...@dubbo.apache.org

Reply via email to