You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by "focuse8 (via GitHub)" <gi...@apache.org> on 2023/05/17 03:54:57 UTC

[GitHub] [dubbo] focuse8 opened a new issue, #12335: "offline" command causes "Notify service xxx with urls 0"

focuse8 opened a new issue, #12335:
URL: https://github.com/apache/dubbo/issues/12335

   <!-- If you need to report a security issue please visit https://github.com/apache/dubbo/security/policy -->
   
   - [ ] I have searched the [issues](https://github.com/apache/dubbo/issues) of this repository and believe that this is not a duplicate.
   
   ### Environment
   
   * Dubbo version: 3.1.1
   * Operating System version: linux
   * Java version:1.8
   
   ### Steps to reproduce this issue
   
   1.  we use "offline" to shutdown dubbo app gracefully.  when we offline  more than two instances, it is possible for consumers to get the phenomenon.   
   
   reviewing the dubbo source code, we find that  when offlining  a instance  it will remove services in "MetadataInfo" but  
   the field "revision of MetadataInfo" won't change in time.  if a consumer requests metadatainfo from the offlining instance, it will response  the metadatainfo without services.
   
   
   Pls. provide [GitHub address] to reproduce this issue.
   
   ### Expected Behavior
   
   
   <!-- What do you expect from the above steps?-->
   
   ### Actual Behavior
   
   <!-- 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.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] AlbumenJ commented on issue #12335: "offline" command causes "Notify service xxx with urls 0"

Posted by "AlbumenJ (via GitHub)" <gi...@apache.org>.
AlbumenJ commented on issue #12335:
URL: https://github.com/apache/dubbo/issues/12335#issuecomment-1550839321

   Please try update to 3.2.1.


-- 
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] focuse8 commented on issue #12335: "offline" command causes "Notify service xxx with urls 0"

Posted by "focuse8 (via GitHub)" <gi...@apache.org>.
focuse8 commented on issue #12335:
URL: https://github.com/apache/dubbo/issues/12335#issuecomment-1550884386

   I'm afraid it is not repaired in 3.2.1.


-- 
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] focuse8 commented on issue #12335: "offline" command causes "Notify service xxx with urls 0"

Posted by "focuse8 (via GitHub)" <gi...@apache.org>.
focuse8 commented on issue #12335:
URL: https://github.com/apache/dubbo/issues/12335#issuecomment-1550815495

   It is not an exception. There's no stack information. But I use Arthas to debug the consumer, and then find a cue as the following image.  We can see that the filed "services" is a empty array.
   ![image](https://github.com/apache/dubbo/assets/7105269/04ea37b7-2fcd-4c33-bda9-c854b13dbe4c)
   


-- 
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] songxiaosheng commented on issue #12335: "offline" command causes "Notify service xxx with urls 0"

Posted by "songxiaosheng (via GitHub)" <gi...@apache.org>.
songxiaosheng commented on issue #12335:
URL: https://github.com/apache/dubbo/issues/12335#issuecomment-1550706724

   Can you provide abnormal stack information? I also use offline commands for offline traffic and have not encountered this issue before. Version 3.1.0


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