You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by GitBox <gi...@apache.org> on 2022/11/14 15:55:54 UTC

[GitHub] [dubbo-rust] Rianico opened a new issue, #65: Rft: refactor config module and Dubbo init

Rianico opened a new issue, #65:
URL: https://github.com/apache/dubbo-rust/issues/65

   Hello everyone, I have found some little problems about config module, and some code style in `Dubbo::init`:
   
   1. In `config` module, the `config::GLOBAL_ROOT_CONFIG` use `lazy_static!` to create a `RwLock`, but the `RwLock` may be init the `RootConfig` multiple time due to get the read lock incorrectly:   
   2. 
   3. 


-- 
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-unsubscribe@dubbo.apache.org.apache.org

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


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


[GitHub] [dubbo-rust] yang20150702 closed issue #65: Rft: refactor config module and Dubbo init

Posted by GitBox <gi...@apache.org>.
yang20150702 closed issue #65: Rft: refactor config module and Dubbo init
URL: https://github.com/apache/dubbo-rust/issues/65


-- 
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-unsubscribe@dubbo.apache.org

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


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


[GitHub] [dubbo-rust] yang20150702 commented on issue #65: Rft: refactor config module and Dubbo init

Posted by GitBox <gi...@apache.org>.
yang20150702 commented on issue #65:
URL: https://github.com/apache/dubbo-rust/issues/65#issuecomment-1315261459

   Good work. Your code style is "more rust".


-- 
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-unsubscribe@dubbo.apache.org

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


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