Hi,

I believe I have identified a bug in Tomcat 7.0.15+ and 8.0.x versions
that is likely to also affect 8.0.47-dev version:
It is possible that under high load NioBlockingSelector will incorrectly
detect read socket timeout (even though timeouts are disabled on the
underlying Socket), and thus calls such as request.getInputStream() can
randomly throw SocketTimeoutException in web applications.

To me this feels like a critical issue, and I'm only writing to this
list, because I couldn't find a notification for my tomcat80 PR [0] in
this list's archive.
Apologies if this e-mail is inappropriate, or if I come across as
impatient (the PR was only opened yesterday after all).

Best Regards,
Peter Major

[0]: https://github.com/apache/tomcat80/pull/9

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

Reply via email to