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 2021/09/10 15:45:03 UTC

[GitHub] [dubbo] changfubai opened a new issue #8770: upgrade from 2.7.8 to 2.7.13 provider doesn't register when add @Lazy annotation

changfubai opened a new issue #8770:
URL: https://github.com/apache/dubbo/issues/8770


   - [X] I have searched the [issues](https://github.com/apache/dubbo/issues) of this repository and believe that this is not a duplicate.
   - [X] I have checked the [FAQ](https://github.com/apache/dubbo/blob/master/FAQ.md) of this repository and believe that this is not a duplicate.
   
   ### Environment
   
   * Dubbo version: 2.7.12
   * Operating System version: xxx
   * Java version: 1.8
   
   ### Steps to reproduce this issue
   
   @Lazy annotation is ok on 2.7.8,
   upgrading version to 2.7.13, provider will not register success when add @Lazy annotation.
   consumer invoke fail, cause `no provider found`
   
   Pls. provide [GitHub address] to reproduce this issue.
   
   ### Expected Result
   
   What do you expected from the above steps?
   
   ### Actual Result
   
   What actually happens?
   
   If there is an exception, please attach the exception trace:
   
   ```
   Just put your stack trace here!
   ```
   


-- 
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] changfubai removed a comment on issue #8770: upgrade from 2.7.8 to 2.7.13 provider doesn't register when add @Lazy annotation

Posted by GitBox <gi...@apache.org>.
changfubai removed a comment on issue #8770:
URL: https://github.com/apache/dubbo/issues/8770#issuecomment-917420128


   我打算先改成和2.7.8一样的逻辑,至少目前加上注解就调不通肯定有问题。


-- 
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] changfubai commented on issue #8770: upgrade from 2.7.8 to 2.7.13 provider doesn't register when add @Lazy annotation

Posted by GitBox <gi...@apache.org>.
changfubai commented on issue #8770:
URL: https://github.com/apache/dubbo/issues/8770#issuecomment-917420128


   我打算先改成和2.7.8一样的逻辑,至少目前加上注解就调不通肯定有问题。


-- 
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] changfubai commented on issue #8770: upgrade from 2.7.8 to 2.7.13 provider doesn't register when add @Lazy annotation

Posted by GitBox <gi...@apache.org>.
changfubai commented on issue #8770:
URL: https://github.com/apache/dubbo/issues/8770#issuecomment-917419584


   我打算先改成和2.7.8一样的逻辑,至少目前加上注解就调不通肯定有问题。


-- 
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] changfubai commented on issue #8770: upgrade from 2.7.8 to 2.7.13 provider doesn't register when add @Lazy annotation

Posted by GitBox <gi...@apache.org>.
changfubai commented on issue #8770:
URL: https://github.com/apache/dubbo/issues/8770#issuecomment-922629152


   ![image](https://user-images.githubusercontent.com/20989201/133956926-1cda14bf-07a9-4921-a393-2345ac154ac6.png)
   这里对consumer和provider都进行了lazy的标记,而provider目前应该是不支持lazy的。
   我先改成判断只有consumer才标记lazy。


-- 
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] changfubai edited a comment on issue #8770: upgrade from 2.7.8 to 2.7.13 provider doesn't register when add @Lazy annotation

Posted by GitBox <gi...@apache.org>.
changfubai edited a comment on issue #8770:
URL: https://github.com/apache/dubbo/issues/8770#issuecomment-922629152


   ![image](https://user-images.githubusercontent.com/20989201/133956926-1cda14bf-07a9-4921-a393-2345ac154ac6.png)
   provider目前应该是不支持lazy的,先去掉


-- 
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] changfubai closed issue #8770: upgrade from 2.7.8 to 2.7.13 provider doesn't register when add @Lazy annotation

Posted by GitBox <gi...@apache.org>.
changfubai closed issue #8770:
URL: https://github.com/apache/dubbo/issues/8770


   


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