[GUMP@vmgump]: Project tomcat-trunk-test-apr (in module tomcat-trunk) failed

2015-06-05 Thread Bill Barker
/junit/target/junit-4.13-SNAPSHOT.jar -Dobjenesis.jar=/srv/gump/public/workspace/objenesis/main/target/objenesis-2.2-SNAPSHOT.jar -Dtest.reports=output/logs-APR -Dtomcat-native.tar.gz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20150605-native-src.tar.gz

buildbot exception in ASF Buildbot on tomcat-trunk

2015-06-05 Thread buildbot
The Buildbot has detected a build exception on builder tomcat-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-trunk/builds/1327 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The

svn commit: r1683675 - in /tomcat/trunk/java/org/apache/coyote/http2: Http2Parser.java Http2UpgradeHandler.java

2015-06-05 Thread markt
Author: markt Date: Fri Jun 5 08:30:33 2015 New Revision: 1683675 URL: http://svn.apache.org/r1683675 Log: Fix a (the?) root cause of current unit test failures for HTTP/2. Ensure that the client preface is fully processed (including sending the ACK for the settings) before sending any response

Early Access builds for JDK 9 b66 and JDK 8u60 b18 are available on java.net

2015-06-05 Thread Rory O'Donnell
Hi Mark/Mladen, Early Access build for JDK 8u60 b18 http://jdk8.java.net/download.html is available on java.net, summary of changes are listed here. http://www.java.net/download/jdk8u60/changes/jdk8u60-b18.html As we enter the later phases of development for JDK 8u60, please log any show

[Bug 58004] New: Possible memory leak on ClientAbortException in Ajp

2015-06-05 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58004 Bug ID: 58004 Summary: Possible memory leak on ClientAbortException in Ajp Product: Tomcat 8 Version: 8.0.23 Hardware: PC OS: Linux Status: NEW

[GUMP@vmgump]: Project tomcat-trunk-test-nio2 (in module tomcat-trunk) failed

2015-06-05 Thread Bill Barker
/workspace/junit/target/junit-4.13-SNAPSHOT.jar -Dobjenesis.jar=/srv/gump/public/workspace/objenesis/main/target/objenesis-2.2-SNAPSHOT.jar -Dtest.reports=output/logs-NIO2 -Dtomcat-native.tar.gz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20150605-native-src.tar.gz

svn commit: r1683676 - /tomcat/trunk/java/org/apache/coyote/http2/FrameType.java

2015-06-05 Thread markt
Author: markt Date: Fri Jun 5 08:35:53 2015 New Revision: 1683676 URL: http://svn.apache.org/r1683676 Log: Correct error code Modified: tomcat/trunk/java/org/apache/coyote/http2/FrameType.java Modified: tomcat/trunk/java/org/apache/coyote/http2/FrameType.java URL:

svn commit: r1683698 - in /tomcat/trunk: java/org/apache/coyote/http2/ test/org/apache/coyote/http2/

2015-06-05 Thread markt
Author: markt Date: Fri Jun 5 10:05:35 2015 New Revision: 1683698 URL: http://svn.apache.org/r1683698 Log: Add a test when sending a DATA frame on a stream that is already closed Refactor the StreamStateMachine to track which frames are permitted in which states Update the parser to check the

buildbot exception in ASF Buildbot on tomcat-trunk

2015-06-05 Thread buildbot
The Buildbot has detected a build exception on builder tomcat-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-trunk/builds/1329 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The

buildbot failure in ASF Buildbot on tomcat-trunk

2015-06-05 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-trunk/builds/1328 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The

[Bug 58004] Possible memory leak on ClientAbortException in Ajp

2015-06-05 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58004 Bo Madsen bo.gunder...@gmail.com changed: What|Removed |Added CC|

svn commit: r1683743 - /tomcat/trunk/java/org/apache/coyote/http2/StreamStateMachine.java

2015-06-05 Thread markt
Author: markt Date: Fri Jun 5 12:37:46 2015 New Revision: 1683743 URL: http://svn.apache.org/r1683743 Log: Sending RST is no different to sending end stream in terms of frames that may be received. Remove state checks since these are now implemented in checkFrameType() Modified:

buildbot failure in ASF Buildbot on tomcat-trunk

2015-06-05 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-trunk/builds/1330 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The

Re: Merging Netty and Twitter fork of tcnative back

2015-06-05 Thread Rémy Maucherat
2015-06-05 18:15 GMT+02:00 jean-frederic clere jfcl...@gmail.com: On 06/04/2015 03:13 PM, Rainer Jung wrote: I think we can safely drop NPN as it seems to be a dead end The Netty people are using it in SPDY it would be better to keep it if possible. I'm not sure they will drop the

svn commit: r1683844 - in /tomcat/trunk: java/org/apache/coyote/http2/ test/org/apache/coyote/http2/

2015-06-05 Thread markt
Author: markt Date: Fri Jun 5 18:59:09 2015 New Revision: 1683844 URL: http://svn.apache.org/r1683844 Log: Clarify receiveEndOfStream vs sendEndOfStream Correct comment re streamId for initial HTTP upgrade Refactor the handling of the switch from HTTP/1.1 to HTTP/2 (still not completely happy

svn commit: r1683846 - in /tomcat/trunk/java/org/apache/coyote/http2: Http2UpgradeHandler.java Stream.java StreamStateMachine.java

2015-06-05 Thread markt
Author: markt Date: Fri Jun 5 19:05:59 2015 New Revision: 1683846 URL: http://svn.apache.org/r1683846 Log: Rename Modified: tomcat/trunk/java/org/apache/coyote/http2/Http2UpgradeHandler.java tomcat/trunk/java/org/apache/coyote/http2/Stream.java

Re: Merging Netty and Twitter fork of tcnative back

2015-06-05 Thread jean-frederic clere
On 06/04/2015 03:13 PM, Rainer Jung wrote: I think we can safely drop NPN as it seems to be a dead end The Netty people are using it in SPDY it would be better to keep it if possible. Cheers Jean-Frederic - To

buildbot exception in ASF Buildbot on tomcat-trunk

2015-06-05 Thread buildbot
The Buildbot has detected a build exception on builder tomcat-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-trunk/builds/1332 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The

svn commit: r1683857 - in /tomcat/trunk: java/org/apache/coyote/http2/ test/org/apache/coyote/http2/

2015-06-05 Thread markt
Author: markt Date: Fri Jun 5 20:17:07 2015 New Revision: 1683857 URL: http://svn.apache.org/r1683857 Log: Change state on start of headers not end of headers More renames to improve clarity Fill some gaps in the debug logging Add a (currently disabled because it fails) test that should trigger

svn commit: r1683868 - /tomcat/trunk/java/org/apache/coyote/http2/FrameType.java

2015-06-05 Thread markt
Author: markt Date: Fri Jun 5 20:53:08 2015 New Revision: 1683868 URL: http://svn.apache.org/r1683868 Log: Use correct error message Modified: tomcat/trunk/java/org/apache/coyote/http2/FrameType.java Modified: tomcat/trunk/java/org/apache/coyote/http2/FrameType.java URL:

buildbot failure in ASF Buildbot on tomcat-trunk

2015-06-05 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-trunk/builds/1333 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The