On 22/03/2012 10:04, build...@apache.org wrote:
> The Buildbot has detected a new failure on builder tomcat-7-trunk while 
> building ASF Buildbot.
> Full details are available at:
>  http://ci.apache.org/builders/tomcat-7-trunk/builds/493
> 
> Buildbot URL: http://ci.apache.org/
> 
> Buildslave for this Build: bb-vm_ubuntu
> 
> Build Reason: scheduler
> Build Source Stamp: [branch tomcat/tc7.0.x/trunk] 1303700
> Blamelist: markt
> 
> BUILD FAILED: failed compile_1
> 
> sincerely,
>  -The Buildbot

The failure was in:
org.apache.catalina.comet.TestCometProcessor.testCometConnectorStop

I have an idea of what might be going on here. I think what is happening
is that a READ event is being processed at the time the connector is
stopped. Because the socket is not registered for OP_READ at that point,
no END event is sent during Poller#timeout(). If I am right, we need to
adjust the Poller.add() methods to take this into account.

This would explain why sometimes it works and sometimes it doesn't.

Looking into fixing this is next on my to-do list although I might not
get to it today.

Mark

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

Reply via email to