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/03/17 09:52:16 UTC

[GitHub] [dubbo] chickenlj edited a comment on issue #9776: 当我想使用dubbo.application.service-discovery.migration=APPLICATION_FIRST双订阅机制时出现报错

chickenlj edited a comment on issue #9776:
URL: https://github.com/apache/dubbo/issues/9776#issuecomment-1070543301


   请先检查与定位为什么出现了 metadata 为空的情况,更确切的说是这段为空?
   
   ```java
       public void init() {
           if (!initiated.compareAndSet(false, true)) {
               return;
           }
   ```


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