I'm moving this conversation over to dev@flink. I have merged all commits you've suggested into the release 0.5.1 branch and pushed it. (Travis running here: https://travis-ci.org/rmetzger/incubator-flink/builds/27248748 ) I'll also push the YARN fixes I pull requested today because a Flink user actually found exactly the bug I fixed (so we should release 0.5.1 rather soon).
On Sun, Jun 8, 2014 at 10:56 PM, Márton Balassi <[email protected]> wrote: > +1 > Thanks for including the network stack rework. > > > On Sun, Jun 8, 2014 at 10:32 PM, Robert Metzger <[email protected]> > wrote: > >> Hey, >> I agree with the list. >> There is already an issue to plan the 0.5.1 bugfix release: >> https://github.com/stratosphere/stratosphere/issues/886 >> I'm going to prepare (cherry-pick) the 0.5.1 release tomorrow, test it on >> a cluster and push it out as a bugfix release. >> >> >> Robert >> >> >> On Sun, Jun 8, 2014 at 1:23 PM, Stephan Ewen <[email protected]> >> wrote: >> >>> I would like to add the following additions from the 0.6 branch to the >>> 0.5.1 bugfix branch: >>> >>> >>> *Small Bug Fixes:* >>> >>> Fix dependency exclusion for examples in yarn-uberjar >>> Fix maven enforcer plugin warnings in Eclipse >>> Fixes bugs where the TypeExtractor throws an NPE >>> Remove setUserCodeClassLoader() from PackagedProgram and use partial >>> mock instead >>> Rework stratosphere-clients tests to not expect a binary blob jar file >>> Implement toString of CsvOutputFormat >>> Fix potential bug due to unnecessary cast from long to int in >>> FSDataInputStream >>> >>> >>> *Netty network stack* >>> >>> The following commits alltogether rework the network stack to use netty >>> instead of custom NIO logic. It fixes an issue where in corner cases, some >>> packets get lost. >>> >>> Remove @Test from NettyConnectionManagerTest and run tests via main >>> Rename BufferAvailabilityRegistration constants >>> Check number of designated buffers before returning buffer >>> Add debug log messages to Netty stack >>> Replace custom Java NIO TCP/IP code with Netty 4 library >>> Offer buffer-oriented API for I/O >>> >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "stratosphere-dev" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to [email protected]. >>> Visit this group at http://groups.google.com/group/stratosphere-dev. >>> For more options, visit https://groups.google.com/d/optout. >>> >> >> -- >> You received this message because you are subscribed to the Google Groups >> "stratosphere-dev" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> Visit this group at http://groups.google.com/group/stratosphere-dev. >> For more options, visit https://groups.google.com/d/optout. >> > > -- > You received this message because you are subscribed to the Google Groups > "stratosphere-dev" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > Visit this group at http://groups.google.com/group/stratosphere-dev. > For more options, visit https://groups.google.com/d/optout. >
