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:
us...@infra.apache.org



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

Reply via email to