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

   ## Brief changelog
   对 Registry 模块的日志实现进行全数替换。并在 RegistryDirectory 类中加入错误码。
   
   Replace logging implementation with Error-Type-Aware Logger in all classes 
in registry module. Adding error code in RegistryDirectory.
   
   另附迄今为止使用的错误码:
   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. - 删除锁文件失败。
   1-11 Failed to obtain or create registry (service) object. - 注册服务实例创建失败
   1-12 Failed to fetch (server) instance since the registry instances have 
been destroyed. - 由于 “注册服务” 的实例均已销毁,因此没法获取服务提供(或订阅)方的服务器地址。
   1-13 - reach the most times of retry. 达到最多的重试次数。
   1-14 - Failed to parse raw dynamic config. - 动态配置识别失败
   1-15 - Failed to destroy service. - 销毁服务失败
   1-16 - Unsupported category in NotifyListener - 存有不支持的类别(在 NotifyListener 中)
   
   2-1 - Failed to execute routing. - 路由选址执行失败。
   
   3-1 - Failed to convert the URL address into Invokers. - 服务地址到 Invoker 
对象的转换失败。
   
   4-1 - Unsupported protocol - 不支持的协议。


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