I discovered another problem: https://issues.apache.org/jira/browse/FLINK-2191 The closure cleaner cannot be disabled in part of the Streaming Java API and all of the Streaming Scala API. I think this is a release blocker (in addition the the other bugs found so far.)
On Tue, Jun 9, 2015 at 2:35 PM, Aljoscha Krettek <aljos...@apache.org> wrote: > I found the bug in the failing YARNSessionFIFOITCase: It was comparing > the hostname to a hostname in some yarn config. In one case it was > capitalised, in the other case it wasn't. > > Pushing fix to master and release-0.9 branch. > > On Tue, Jun 9, 2015 at 2:18 PM, Sachin Goel <sachingoel0...@gmail.com> wrote: >> A re-ran lead to reproducibility of 11 failures again. >> TaskManagerTest.testSubmitAndExecuteTask was failing with a time-out but >> managed to succeed in a re-run. Here is the log output again: >> http://pastebin.com/raw.php?i=N4cm1J18 >> >> Setup: JDK 1.8.0_40 on windows 8.1 >> System memory: 8GB, quad-core with maximum 8 threads. >> >> Regards >> Sachin Goel >> >> On Tue, Jun 9, 2015 at 5:34 PM, Ufuk Celebi <u...@apache.org> wrote: >> >>> >>> On 09 Jun 2015, at 13:58, Sachin Goel <sachingoel0...@gmail.com> wrote: >>> >>> > On my local machine, several flink runtime tests are failing on "mvn >>> clean >>> > verify". Here is the log output: http://pastebin.com/raw.php?i=VWbx2ppf >>> >>> Thanks for reporting this. Have you tried it multiple times? Is it failing >>> reproducibly with the same tests? What's your setup? >>> >>> – Ufuk