Hi! The following test fails at Buildbot in Tomcat 8 for several last runs (##460, 461):
TEST-org.apache.catalina.connector.TestSendFile.NIO.txt BIO, NIO2 are OK, Tomcat trunk is OK, Tomcat 7 is OK. Log file: https://ci.apache.org/projects/tomcat/tomcat8/logs/logs/1731288/TEST-org.apache.catalina.connector.TestSendFile.NIO.txt Stdout of NIO test: Client received 100000 bytes in 177 ms. ------------- ---------------- --------------- followed by java.net.SocketTimeoutException: Read timed out Stdout of same NIO2 test: Client received 100000 bytes in 182 ms. Client received 200000 bytes in 6 ms. Client received 300000 bytes in 6 ms. Client received 400000 bytes in 4 ms. Client received 500000 bytes in 6 ms. Client received 600000 bytes in 6 ms. Client received 700000 bytes in 8 ms. Client received 800000 bytes in 10 ms. Client received 900000 bytes in 11 ms. Client received 1000000 bytes in 10 ms. ------------- ---------------- --------------- I guess something is wrong with recent processor recycle fix (I have not reviewed it yet). Best regards, Konstantin Kolinko --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org