guohao-rosicky commented on PR #956:
URL: https://github.com/apache/ratis/pull/956#issuecomment-2063668492

   Hi @szetszwo .
   
   I used this patch on my Ozone production environment.
   Observed that s3 gateway and datanode would have an excessive number of open 
files.
   It's caused by too many connections on port 9855, and I suspect that this 
patch causes the inability to close handles.
   
   `
   # lsof -p 407922 (datanode)
   [root@ozone01 tmp]# grep 9855 407922-datanode.lsof | wc -l
   152375
   [root@ozone01 tmp]# wc -l 407922-datanode.lsof 
   156215 407922-datanode.lsof
   
   # lsof -p 265960 (s3 gateway)
   [root@ozone01 tmp]# grep 9855 265960-s3gateway.lsof | wc -l
   159474
   [root@ozone01 tmp]# wc -l 265960-s3gateway.lsof
   164088 265960-s3gateway.lsof
   `
   
   
   
   
   
   
   
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to