|
View:
New views
3 Messages
—
Rating Filter:
Alert me
|
|
|
ready for 6.1.21I'd like to build 6.1.21 or over the weekend. Are there any issues people think are out standing and should be fixed. There has been 1 issue about unnecessary synchronization in the WebAppClassLoader that we can consider - but that's a bit of a core class to change late in the cycle. cheers --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email |
|
|
Re: ready for 6.1.21Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.646 sec
Running org.mortbay.jetty.HttpConnectionTest 2009-09-16 22:32:47.416::INFO: jetty-6.1.x 2009-09-16 22:32:47.416::INFO: Started LocalConnector@...:1 2009-09-16 22:32:47.517::INFO: jetty-6.1.x 2009-09-16 22:32:47.518::INFO: Started LocalConnector@...:1 2009-09-16 22:32:47.619::INFO: jetty-6.1.x 2009-09-16 22:32:47.619::INFO: Started LocalConnector@...:1 2009-09-16 22:32:47.720::INFO: jetty-6.1.x 2009-09-16 22:32:47.721::INFO: Started LocalConnector@...:1 2009-09-16 22:32:47.822::INFO: jetty-6.1.x 2009-09-16 22:32:47.822::INFO: Started LocalConnector@...:1 2009-09-16 22:32:47.925::INFO: jetty-6.1.x 2009-09-16 22:32:47.925::INFO: Started LocalConnector@...:1 2009-09-16 22:32:48.026::INFO: jetty-6.1.x 2009-09-16 22:32:48.027::INFO: Started LocalConnector@...:1 2009-09-16 22:32:48.128::INFO: jetty-6.1.x 2009-09-16 22:32:48.128::INFO: Started LocalConnector@...:1 2009-09-16 22:32:48.231::INFO: jetty-6.1.x 2009-09-16 22:32:48.232::INFO: Started LocalConnector@...:1 2009-09-16 22:32:48.233::WARN: header full: java.lang.ArrayIndexOutOfBoundsException: 1024 2009-09-16 22:32:48.233::WARN: / java.lang.ArrayIndexOutOfBoundsException: 1024 at org.mortbay.io.ByteArrayBuffer.poke(ByteArrayBuffer.java:268) at org.mortbay.io.AbstractBuffer.put(AbstractBuffer.java:456) at org.mortbay.jetty.HttpFields$Field.put(HttpFields.java:1424) at org.mortbay.jetty.HttpGenerator.completeHeader(HttpGenerator.java:523) at org.mortbay.jetty.HttpConnection.commitResponse(HttpConnection.java:626) at org.mortbay.jetty.HttpConnection$Output.flush(HttpConnection.java:996) at org.mortbay.jetty.AbstractGenerator$OutputWriter.flush(AbstractGenerator.java:733) at java.io.PrintWriter.flush(PrintWriter.java:270) at org.mortbay.jetty.HttpConnectionTest$1.handle(HttpConnectionTest.java:372) at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152) at org.mortbay.jetty.Server.handle(Server.java:326) at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:536) at org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:915) at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:539) at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:212) at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:405) at org.mortbay.jetty.LocalConnector.accept(LocalConnector.java:186) at org.mortbay.jetty.AbstractConnector$Acceptor.run(AbstractConnector.java:707) at org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.java:582) 2009-09-16 22:32:48.338::INFO: jetty-6.1.x 2009-09-16 22:32:48.339::INFO: Started LocalConnector@...:1 Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.027 sec Running org.mortbay.jetty.ServerTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec I saw this pop out of the connection test and while it passed the test it still looked fishy :/ jesse -- jesse mcconnell jesse.mcconnell@... On Wed, Sep 16, 2009 at 17:32, Greg Wilkins <gregw@...> wrote: > > I'd like to build 6.1.21 or over the weekend. > > Are there any issues people think are out standing and should be fixed. > > There has been 1 issue about unnecessary synchronization in the > WebAppClassLoader that we can consider - but that's a bit of a core > class to change late in the cycle. > > cheers > > > --------------------------------------------------------------------- > To unsubscribe from this list, please visit: > > http://xircles.codehaus.org/manage_email > > > --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email |
|
|
Re: ready for 6.1.21Yeah, looks wierd, but its cool - I added a test to check what happens when
we blow the limit on the header buffer size on a response. Jetty6 is a little more verbose in logging this error than jetty7. Jan Jesse McConnell wrote: > Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.646 sec > Running org.mortbay.jetty.HttpConnectionTest > 2009-09-16 22:32:47.416::INFO: jetty-6.1.x > 2009-09-16 22:32:47.416::INFO: Started LocalConnector@...:1 > 2009-09-16 22:32:47.517::INFO: jetty-6.1.x > 2009-09-16 22:32:47.518::INFO: Started LocalConnector@...:1 > 2009-09-16 22:32:47.619::INFO: jetty-6.1.x > 2009-09-16 22:32:47.619::INFO: Started LocalConnector@...:1 > 2009-09-16 22:32:47.720::INFO: jetty-6.1.x > 2009-09-16 22:32:47.721::INFO: Started LocalConnector@...:1 > 2009-09-16 22:32:47.822::INFO: jetty-6.1.x > 2009-09-16 22:32:47.822::INFO: Started LocalConnector@...:1 > 2009-09-16 22:32:47.925::INFO: jetty-6.1.x > 2009-09-16 22:32:47.925::INFO: Started LocalConnector@...:1 > 2009-09-16 22:32:48.026::INFO: jetty-6.1.x > 2009-09-16 22:32:48.027::INFO: Started LocalConnector@...:1 > 2009-09-16 22:32:48.128::INFO: jetty-6.1.x > 2009-09-16 22:32:48.128::INFO: Started LocalConnector@...:1 > 2009-09-16 22:32:48.231::INFO: jetty-6.1.x > 2009-09-16 22:32:48.232::INFO: Started LocalConnector@...:1 > 2009-09-16 22:32:48.233::WARN: header full: > java.lang.ArrayIndexOutOfBoundsException: 1024 > 2009-09-16 22:32:48.233::WARN: / > java.lang.ArrayIndexOutOfBoundsException: 1024 > at org.mortbay.io.ByteArrayBuffer.poke(ByteArrayBuffer.java:268) > at org.mortbay.io.AbstractBuffer.put(AbstractBuffer.java:456) > at org.mortbay.jetty.HttpFields$Field.put(HttpFields.java:1424) > at org.mortbay.jetty.HttpGenerator.completeHeader(HttpGenerator.java:523) > at org.mortbay.jetty.HttpConnection.commitResponse(HttpConnection.java:626) > at org.mortbay.jetty.HttpConnection$Output.flush(HttpConnection.java:996) > at org.mortbay.jetty.AbstractGenerator$OutputWriter.flush(AbstractGenerator.java:733) > at java.io.PrintWriter.flush(PrintWriter.java:270) > at org.mortbay.jetty.HttpConnectionTest$1.handle(HttpConnectionTest.java:372) > at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152) > at org.mortbay.jetty.Server.handle(Server.java:326) > at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:536) > at org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:915) > at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:539) > at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:212) > at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:405) > at org.mortbay.jetty.LocalConnector.accept(LocalConnector.java:186) > at org.mortbay.jetty.AbstractConnector$Acceptor.run(AbstractConnector.java:707) > at org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.java:582) > 2009-09-16 22:32:48.338::INFO: jetty-6.1.x > 2009-09-16 22:32:48.339::INFO: Started LocalConnector@...:1 > Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.027 sec > Running org.mortbay.jetty.ServerTest > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec > > > I saw this pop out of the connection test and while it passed the test > it still looked fishy :/ > > jesse > > -- > jesse mcconnell > jesse.mcconnell@... > > > > On Wed, Sep 16, 2009 at 17:32, Greg Wilkins <gregw@...> wrote: >> I'd like to build 6.1.21 or over the weekend. >> >> Are there any issues people think are out standing and should be fixed. >> >> There has been 1 issue about unnecessary synchronization in the >> WebAppClassLoader that we can consider - but that's a bit of a core >> class to change late in the cycle. >> >> cheers >> >> >> --------------------------------------------------------------------- >> To unsubscribe from this list, please visit: >> >> http://xircles.codehaus.org/manage_email >> >> >> > > --------------------------------------------------------------------- > To unsubscribe from this list, please visit: > > http://xircles.codehaus.org/manage_email > > > -- Jan Bartel, Webtide LLC | janb@... | http://www.webtide.com --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email |
| Free embeddable forum powered by Nabble | Forum Help |