I have been facing 'Too many open files' issue with this version. I am using external tomcat to deploy. We have even updated the ulimits but no use. My dependencies are web & socket.
Comment From: bclozel
This looks like a duplicate of #21934 - could you check this issue and report back if upgrading fixes the problem?
Comment From: pandiyan90
Thanks for the reply. It's addressed in 2.3.2.RELEASE. I am using Webclient too. Is it happening because of webclient? Looks like this issue has occurred in 2.2.8.RELEASE too. So will it occur again?
Comment From: bclozel
Thanks for confirming that it's been fixed in 2.3.2.RELEASE - I'm closing this issue as a duplicate of #21934.
This was actually a bug in reactor-netty (so not Spring Boot) and both Spring Boot 2.2.x and 2.3.x depend on the same reactor-netty generation. I can't say this type of issues will never happen again, but in this case the same bug affected two different Spring Boot versions because of a common dependency.
Thanks for this report!