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/07/20 07:42:29 UTC

[GitHub] [dubbo] zhongkaiuu commented on issue #1990: 跑在容器里provider端不停的报All clients has discontected...

zhongkaiuu commented on issue #1990:
URL: https://github.com/apache/dubbo/issues/1990#issuecomment-883171974


   这个应该是容器探活导致的。TCP探活了dubbo端口,当TCP链接断开后,触发了AbstractServer的disconnected事件,又没有任何consumer链接,所以打印了这个日志。可以另外起个端口给探活用


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