aooohan commented on PR #532:
URL: https://github.com/apache/tomcat/pull/532#issuecomment-1189948078

   > > We noticed the the socket file doesn't seem to get cleaned up, despite 
the documentation indicating it should. As a workaround, we have the systemd 
unit remove the file after Tomcat stops. We are trying to root cause this in 
Tomcat code and see if we can figure out whats wrong.
   > 
   > @exabrial I also noticed this problem. I found that the automatic cleaning 
of UDS file was implemented in NioEndpoint, and I didn't find any logic about 
it in AprEndpoint.
   
   @exabrial  Aha, i found it! The cleanup function is implemented in 
tc-native, you can take a look at this
   
https://github.com/apache/tomcat-native/blob/a3498fa0992ac37c7358e00d1555395b52762e9b/xdocs/index.xml#L180
   and 
https://github.com/apache/tomcat-native/commit/a3498fa0992ac37c7358e00d1555395b52762e9b


-- 
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: dev-unsubscr...@tomcat.apache.org

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


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

Reply via email to