Re: svn commit: r1660498 - /tomcat/trunk/java/org/apache/tomcat/util/net/Nio2Endpoint.java

2015-02-18 Thread Rémy Maucherat
2015-02-17 22:52 GMT+01:00 Mark Thomas ma...@apache.org: On 17/02/2015 21:02, ma...@apache.org wrote: Author: markt Date: Tue Feb 17 21:02:09 2015 New Revision: 1660498 URL: http://svn.apache.org/r1660498 Log: Possible fix for occasional NIO2 CI failures. Without the sync it is

Re: svn commit: r1660498 - /tomcat/trunk/java/org/apache/tomcat/util/net/Nio2Endpoint.java

2015-02-18 Thread Mark Thomas
On 18/02/2015 09:19, Rémy Maucherat wrote: 2015-02-17 22:52 GMT+01:00 Mark Thomas ma...@apache.org: On 17/02/2015 21:02, ma...@apache.org wrote: Author: markt Date: Tue Feb 17 21:02:09 2015 New Revision: 1660498 URL: http://svn.apache.org/r1660498 Log: Possible fix for occasional NIO2

Re: svn commit: r1660498 - /tomcat/trunk/java/org/apache/tomcat/util/net/Nio2Endpoint.java

2015-02-18 Thread Rémy Maucherat
2015-02-18 10:39 GMT+01:00 Mark Thomas ma...@apache.org: I'm fairly confident that the problem we are seeing with TestWebSocketFrameClientSSL is related to a write registration not happening / getting lost. The symptom is that the server just stops writing, the client times out after 60s and

Re: svn commit: r1660498 - /tomcat/trunk/java/org/apache/tomcat/util/net/Nio2Endpoint.java

2015-02-18 Thread Mark Thomas
On 18/02/2015 09:47, Rémy Maucherat wrote: 2015-02-18 10:39 GMT+01:00 Mark Thomas ma...@apache.org: I'm fairly confident that the problem we are seeing with TestWebSocketFrameClientSSL is related to a write registration not happening / getting lost. The symptom is that the server just stops

svn commit: r1660498 - /tomcat/trunk/java/org/apache/tomcat/util/net/Nio2Endpoint.java

2015-02-17 Thread markt
Author: markt Date: Tue Feb 17 21:02:09 2015 New Revision: 1660498 URL: http://svn.apache.org/r1660498 Log: Possible fix for occasional NIO2 CI failures. Without the sync it is possible for a write registration to get lost. Modified:

Re: svn commit: r1660498 - /tomcat/trunk/java/org/apache/tomcat/util/net/Nio2Endpoint.java

2015-02-17 Thread Mark Thomas
On 17/02/2015 21:02, ma...@apache.org wrote: Author: markt Date: Tue Feb 17 21:02:09 2015 New Revision: 1660498 URL: http://svn.apache.org/r1660498 Log: Possible fix for occasional NIO2 CI failures. Without the sync it is possible for a write registration to get lost. I still see the