On Fri, 2011-05-20 at 17:48 +0100, sebb wrote: > On 19 May 2011 20:34, Oleg Kalnichevski <[email protected]> wrote: > > Please vote on releasing these packages as HttpComponents AsyncClient > > 4.0-alpha2. The vote is open for the at least 72 hours, and only votes > > from HttpComponents PMC members are binding. The vote passes if at least > > three binding +1 votes are cast and there are more +1 than -1 votes. > > > > Packages: > > http://people.apache.org/~olegk/httpasyncclient-4.0-alpha2-RC1/ > > > > Release notes: > > http://people.apache.org/~olegk/httpasyncclient-4.0-alpha2-RC1/RELEASE_NOTES.txt > > > > Maven artefacts: > > https://repository.apache.org/content/repositories/orgapachehttpcomponents-035/org/apache/httpcomponents/ > > > > SVN tag: > > http://svn.apache.org/repos/asf/httpcomponents/httpasyncclient/tags/4.0-alpha2-RC1/ > > I got the following stack traces during "mvn test" > > Running org.apache.http.impl.nio.client.TestRedirects > 20-May-2011 17:37:05 > org.apache.http.impl.nio.client.NHttpClientProtocolHandler exception > SEVERE: I/O error: null > java.nio.channels.AsynchronousCloseException
... > Are these to be expected? > I am seeing those exceptions too. AsynchronousCloseException is indeed to be expected and are ok as long as they happen during shutdown and tests pass. Those exceptions are likely to just need to be caught and ignored. I personally do not consider this as a release blocker. Oleg --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
