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

[GitHub] [dubbo-getty] liuxb1026 opened a new issue, #99: Session connection failed.

liuxb1026 opened a new issue, #99:
URL: https://github.com/apache/dubbo-getty/issues/99

   
   **What happened**: After the provider instance restart,the session is interrupted and the client keeps retrying the connection.As a result, error logs flood the screen.
   
   **What you expected to happen**: I want the client not to reconnect indefinitely after the session is interrupted.
   
   **How to reproduce it (as minimally and precisely as possible)**: After the provider instance restarts, use the client to invoke the Provider.
   
   **Anything else we need to know?**: I found a loop call. 
   dubbo-getty/session.go/handlePackage -> dubbo-getty/session.go/stop -> dubbo-getty/client.go/reConnect -> dubbo-getty/client.go/connect ->  dubbo-getty/session.go/run -> dubbo-getty/session.go/handlePackage


-- 
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-getty] AlexStocks commented on issue #99: Session connection failed.

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

   你先读读 https://mp.weixin.qq.com/s/z22k-E2ybjAMNtxzj5Aikw 这篇文章,这个一直持续链接 就是框架这么设计的。你可以在client 上层调用 Close() 把它关掉。


-- 
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-getty] lllxbbb closed issue #99: Session connection failed.

Posted by "lllxbbb (via GitHub)" <gi...@apache.org>.
lllxbbb closed issue #99: Session connection failed.
URL: https://github.com/apache/dubbo-getty/issues/99


-- 
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-getty] lllxbbb commented on issue #99: Session connection failed.

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

   > 你先读读 https://mp.weixin.qq.com/s/z22k-E2ybjAMNtxzj5Aikw 这篇文章,这个一直持续链接 就是框架这么设计的。你可以在client 上层调用 Close() 把它关掉。
   
   好的好的,谢谢。


-- 
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-getty] AlexStocks commented on issue #99: Session connection failed.

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

   客气,有问题随时找我。


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