win120a opened a new pull request, #10330:
URL: https://github.com/apache/dubbo/pull/10330

   ## Brief changelog
   
   更换 AbstractRegistry、AbstractRegistryFactory 和 CacheableFailbackRegistry 
的日志实现。
   
   Replace logging implementation with Error-Type-Aware Logger in 
AbstractRegistry, AbstractRegistryFactory, and CacheableFailbackRegistry.
   
   在 CacheFailbackRegistry 加入错误码。
   Adds error code in invocation of logger in CacheFailbackRegistry.
   
   另附使用的错误码:
   1-1: Address invalid. - 地址非法
   1-2 Invalid registry properties. - 注册中心属性非法
   1-3: URL evicting failed. - URL 销毁失败
   1-4 Empty address. - 空地址
   1-5 Received URL without any parameters. - 接收到没有任何参数的 URL
   1-6 Error when clearing cached URLs. - 清空缓存 URL 出错
   1-7: Failed to notify registry event. - 通知注册中心事件失败
   1-8: Failed to unregister / unsubscribe url on destroy. - 销毁时注销(取消订阅)地址失败
   1-9: failed to read / save registry cache file. - 读写注册关系缓存文件失败
   1-10 Failed to delete lock file. - 删除锁文件失败。
   


-- 
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]

Reply via email to