You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2020/07/27 07:47:13 UTC

[GitHub] [incubator-doris] morningman opened a new issue #4191: [Bug] NIO Mysql Server is leaking sockets

morningman opened a new issue #4191:
URL: https://github.com/apache/incubator-doris/issues/4191


   **Describe the bug**
   Some lvs services will send probing connection requests to Doris' mysql protocol port,
   and these requests will fail during the mysql handshake protocol phase.
   These connections are not closed properly, causing socket leaks.
   
   **To Reproduce**
   1. Start Doris FE.
   2. `nc 127.0.0.1 9030`
   3. `Ctrl + C` to kill the `nc` process.
   4. `lsof -p fe_pid |wc -l`, you will see the number increased.
   
   **Version**
   0.12
   


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org


[GitHub] [incubator-doris] morningman closed issue #4191: [Bug] NIO Mysql Server is leaking sockets

Posted by GitBox <gi...@apache.org>.
morningman closed issue #4191:
URL: https://github.com/apache/incubator-doris/issues/4191


   


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org


[GitHub] [incubator-doris] francisoliverlee commented on issue #4191: [Bug] NIO Mysql Server is leaking sockets

Posted by GitBox <gi...@apache.org>.
francisoliverlee commented on issue #4191:
URL: https://github.com/apache/incubator-doris/issues/4191#issuecomment-680906508


   we hit it too. thank the PR


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org