[jira] [Created] (FLINK-1363) Race condition in ExecutionVertexCancelTest.testSendCancelAndReceiveFail test

2015-01-07 Thread Till Rohrmann (JIRA)
Till Rohrmann created FLINK-1363: Summary: Race condition in ExecutionVertexCancelTest.testSendCancelAndReceiveFail test Key: FLINK-1363 URL: https://issues.apache.org/jira/browse/FLINK-1363 Project

[jira] [Created] (FLINK-1246) Flaky test RecoveryITCase

2014-11-17 Thread Stephan Ewen (JIRA)
Stephan Ewen created FLINK-1246: --- Summary: Flaky test RecoveryITCase Key: FLINK-1246 URL: https://issues.apache.org/jira/browse/FLINK-1246 Project: Flink Issue Type: Bug Components

[jira] [Created] (FLINK-1233) Flaky Test AggregateITCase

2014-11-10 Thread Stephan Ewen (JIRA)
Stephan Ewen created FLINK-1233: --- Summary: Flaky Test AggregateITCase Key: FLINK-1233 URL: https://issues.apache.org/jira/browse/FLINK-1233 Project: Flink Issue Type: Bug Components

[jira] [Created] (FLINK-1231) Add test for streaming remote execution

2014-11-10 Thread JIRA
Márton Balassi created FLINK-1231: - Summary: Add test for streaming remote execution Key: FLINK-1231 URL: https://issues.apache.org/jira/browse/FLINK-1231 Project: Flink Issue Type: Test

[jira] [Created] (FLINK-1116) Packaged Scala Examples do not work due to missing test data

2014-09-23 Thread Stephan Ewen (JIRA)
Stephan Ewen created FLINK-1116: --- Summary: Packaged Scala Examples do not work due to missing test data Key: FLINK-1116 URL: https://issues.apache.org/jira/browse/FLINK-1116 Project: Flink

[jira] [Created] (FLINK-1115) Spurious Test Failures due to failing file output streams

2014-09-22 Thread Stephan Ewen (JIRA)
Stephan Ewen created FLINK-1115: --- Summary: Spurious Test Failures due to failing file output streams Key: FLINK-1115 URL: https://issues.apache.org/jira/browse/FLINK-1115 Project: Flink Issue

Re: Different Test Outcome Java 7/8

2014-09-01 Thread Sebastian Kunert
I applied it to the second mapper initially. I also tried applying the filter to the first mapper and for both. 2014-09-01 15:00 GMT+02:00 Stephan Ewen : > Which mapper did you attach the filter factor to? > > > On Mon, Sep 1, 2014 at 2:20 PM, Sebastian Kunert > wrote: > > > Hi Stephan, > > > >

Re: Different Test Outcome Java 7/8

2014-09-01 Thread Stephan Ewen
Which mapper did you attach the filter factor to? On Mon, Sep 1, 2014 at 2:20 PM, Sebastian Kunert wrote: > Hi Stephan, > > I set the "filterFactor" in the CompilerHints of the mapper to 0.5, I hope > that was what you meant. Nevertheless, it seems to have no effect on the > output plan. > > Se

Re: Different Test Outcome Java 7/8

2014-09-01 Thread Sebastian Kunert
Hi Stephan, I set the "filterFactor" in the CompilerHints of the mapper to 0.5, I hope that was what you meant. Nevertheless, it seems to have no effect on the output plan. Sebastian 2014-09-01 13:56 GMT+02:00 Stephan Ewen : > Hi! > > The optimizer pushes certain strategies down before the map

Re: Different Test Outcome Java 7/8

2014-09-01 Thread Stephan Ewen
Hi! The optimizer pushes certain strategies down before the map operators. That is correct, but it would be good to have a bias to not do that unless it yields a clear advantage. For that case, the simplest fix would be to give the mapper a selectivity smaller than one. That should do it. Stepha

Different Test Outcome Java 7/8

2014-09-01 Thread Sebastian Kunert
Hi, I have different plans for the DOPChangeTest in java 7 and 8. Here are the two plans that are generated: Java 7: http://pastebin.com/krzF0gmJ Java 8: http://pastebin.com/a6TuBjzB The plans are equivalent and both okay. The question is how to deal with this in a testcase when we have to expec

[jira] [Created] (FLINK-1077) Flakey test CliFrontendPackageProgramTest

2014-08-29 Thread Stephan Ewen (JIRA)
Stephan Ewen created FLINK-1077: --- Summary: Flakey test CliFrontendPackageProgramTest Key: FLINK-1077 URL: https://issues.apache.org/jira/browse/FLINK-1077 Project: Flink Issue Type: Bug

[jira] [Created] (FLINK-979) Scheduler and JobGrph refactoring broke NetworkThroughput test

2014-06-24 Thread Ufuk Celebi (JIRA)
Ufuk Celebi created FLINK-979: - Summary: Scheduler and JobGrph refactoring broke NetworkThroughput test Key: FLINK-979 URL: https://issues.apache.org/jira/browse/FLINK-979 Project: Flink Issue

[jira] [Resolved] (FLINK-911) Add test for broken type extraction in with Java 6 JVM.

2014-06-18 Thread Robert Metzger (JIRA)
Assignee: Timo Walther The issue has been resolved by https://github.com/apache/incubator-flink/pull/12. > Add test for broken type extraction in with Java 6 JVM. > --- > > Key: FLINK-911 >

[jira] [Updated] (FLINK-708) Test Flink with Apache Hadoop 2.4

2014-06-10 Thread Robert Metzger (JIRA)
: (was: pre-apache) pre-apache-0.5.1 I successfully tested Flink on Amazon EMR with Hadoop 2.4.0 > Test Flink with Apache Hadoop 2.4 > - > > Key: FLINK-708 > URL: https://issues.apache.org/jira/b

[jira] [Resolved] (FLINK-708) Test Flink with Apache Hadoop 2.4

2014-06-10 Thread Robert Metzger (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-708?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Metzger resolved FLINK-708. -- Resolution: Fixed > Test Flink with Apache Hadoop

[jira] [Commented] (FLINK-708) Test Flink with Apache Hadoop 2.4

2014-06-10 Thread ASF GitHub Bot (JIRA)
pull request: https://github.com/apache/incubator-flink/pull/1#issuecomment-45661714 merged in c0e76bc0cc296b23df98491ea730a73b43577ddf > Test Flink with Apache Hadoop 2.4 > - > > Key: FLINK-708 > URL: https:

[jira] [Commented] (FLINK-708) Test Flink with Apache Hadoop 2.4

2014-06-10 Thread ASF GitHub Bot (JIRA)
uest at: https://github.com/apache/incubator-flink/pull/1 > Test Flink with Apache Hadoop 2.4 > - > > Key: FLINK-708 > URL: https://issues.apache.org/jira/browse/FLINK-708 > Project: Flink >

[jira] [Updated] (FLINK-708) Test Flink with Apache Hadoop 2.4

2014-06-10 Thread Robert Metzger (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-708?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Metzger updated FLINK-708: - Summary: Test Flink with Apache Hadoop 2.4 (was: Test Stratosphere with Apache Hadoop 2.4

[jira] [Updated] (FLINK-708) Test Stratosphere with Apache Hadoop 2.4

2014-06-10 Thread Robert Metzger (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-708?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Metzger updated FLINK-708: - Reporter: Robert Metzger (was: GitHub Import) Assignee: Robert Metzger > Test Stratosph

[jira] [Commented] (FLINK-708) Test Stratosphere with Apache Hadoop 2.4

2014-06-10 Thread ASF GitHub Bot (JIRA)
pull request: https://github.com/apache/incubator-flink/pull/1#issuecomment-45640561 Travis build (in my account) https://travis-ci.org/rmetzger/incubator-flink/builds/27237521 > Test Stratosphere with Apache Hadoop 2.4 > > >

[jira] [Commented] (FLINK-708) Test Stratosphere with Apache Hadoop 2.4

2014-06-10 Thread ASF GitHub Bot (JIRA)
commit 3842385a4c5a4dcaa844b94ba5897d022b780c6e Author: Robert Metzger Date: 2014-06-10T15:34:00Z Fix for FLINK-708 (Hadoop 2.4 compatibility) and FLINK-887 (YARN Jobmanager heapspace calc) ---- > Test Stratosphere with Apache Hadoop 2.4 > > >

Re: Test

2014-06-09 Thread Henry Saputra
Cool, thx guys :) On Monday, June 9, 2014, Ted Dunning wrote: > Ack^2 > > > On Mon, Jun 9, 2014 at 8:24 AM, Robert Metzger > wrote: > > > It works > > > > Sent from my iPhone > > > > > On 09.06.2014, at 17:24, Henry Saputra > wrote: > > > > > > Can someone ACK please? > > >

Re: Test

2014-06-09 Thread Ted Dunning
Ack^2 On Mon, Jun 9, 2014 at 8:24 AM, Robert Metzger wrote: > It works > > Sent from my iPhone > > > On 09.06.2014, at 17:24, Henry Saputra wrote: > > > > Can someone ACK please? >

Re: Test

2014-06-09 Thread Robert Metzger
It works Sent from my iPhone > On 09.06.2014, at 17:24, Henry Saputra wrote: > > Can someone ACK please?

Test

2014-06-09 Thread Henry Saputra
Can someone ACK please?