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/12/13 06:23:09 UTC

[GitHub] [dubbo-go] bobtthp opened a new issue, #2159: provider 下线后不断重连

bobtthp opened a new issue, #2159:
URL: https://github.com/apache/dubbo-go/issues/2159

   registryType: service
   protocol: triple
   
   现象:
   当完成 consumer 和 provider 启动后, 手动关闭 provider 会出现不断重连,即使在启动 provider 也不会停止
   
   github.com/apache/dubbo-getty.(*client).dialTCP
           /Users/bobtthp/go/pkg/mod/github.com/apache/dubbo-getty@v1.4.9-0.20221022181821-4dc6252ce98c/client.go:173
   github.com/apache/dubbo-getty.(*client).dial
           /Users/bobtthp/go/pkg/mod/github.com/apache/dubbo-getty@v1.4.9-0.20221022181821-4dc6252ce98c/client.go:346
   github.com/apache/dubbo-getty.(*client).connect
           /Users/bobtthp/go/pkg/mod/github.com/apache/dubbo-getty@v1.4.9-0.20221022181821-4dc6252ce98c/client.go:384
   github.com/apache/dubbo-getty.(*client).reConnect
           /Users/bobtthp/go/pkg/mod/github.com/apache/dubbo-getty@v1.4.9-0.20221022181821-4dc6252ce98c/client.go:441
   github.com/apache/dubbo-getty.(*session).stop.func1
           /Users/bobtthp/go/pkg/mod/github.com/apache/dubbo-getty@v1.4.9-0.20221022181821-4dc6252ce98c/session.go:843
   sync.(*Once).doSlow
           /usr/local/go/src/sync/once.go:68
   sync.(*Once).Do
           /usr/local/go/src/sync/once.go:59
   github.com/apache/dubbo-getty.(*session).stop
           /Users/bobtthp/go/pkg/mod/github.com/apache/dubbo-getty@v1.4.9-0.20221022181821-4dc6252ce98c/session.go:833
   github.com/apache/dubbo-getty.(*session).handlePackage.func1
           /Users/bobtthp/go/pkg/mod/github.com/apache/dubbo-getty@v1.4.9-0.20221022181821-4dc6252ce98c/session.go:587
   github.com/apache/dubbo-getty.(*session).handlePackage
           /Users/bobtthp/go/pkg/mod/github.com/apache/dubbo-getty@v1.4.9-0.20221022181821-4dc6252ce98c/session.go:614
   runtime.goexit
           /usr/local/go/src/runtime/asm_arm64.s:1133
   


-- 
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-go] bobtthp commented on issue #2159: provider 下线后不断重连

Posted by GitBox <gi...@apache.org>.
bobtthp commented on issue #2159:
URL: https://github.com/apache/dubbo-go/issues/2159#issuecomment-1362478716

   问题2:https://github.com/apache/dubbo-go/pull/2166


-- 
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-go] bobtthp closed issue #2159: provider 下线后不断重连

Posted by GitBox <gi...@apache.org>.
bobtthp closed issue #2159: provider 下线后不断重连
URL: https://github.com/apache/dubbo-go/issues/2159


-- 
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-go] AlexStocks commented on issue #2159: provider 下线后不断重连

Posted by GitBox <gi...@apache.org>.
AlexStocks commented on issue #2159:
URL: https://github.com/apache/dubbo-go/issues/2159#issuecomment-1354796123

   @justxuewei @binbin0325 @ZLBer 


-- 
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-go] bobtthp commented on issue #2159: provider 下线后不断重连

Posted by GitBox <gi...@apache.org>.
bobtthp commented on issue #2159:
URL: https://github.com/apache/dubbo-go/issues/2159#issuecomment-1360912640

   问题1:
   当 provider 最后一个节点下线,目前老的 invoker 不会被清理
   
   https://github.com/nacos-group/nacos-sdk-go/issues/494
   这个issue解决后,nacos 推送空实例列表,从而清理 oldinvoker


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