Henry Saputra created FLINK-1651:
------------------------------------ Summary: Running mvn test got stuck Key: FLINK-1651 URL: https://issues.apache.org/jira/browse/FLINK-1651 Project: Flink Issue Type: Bug Components: test Reporter: Henry Saputra I keep getting my test stuck at this state: ... Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.apache.flink.runtime.types.TypeTest Running org.apache.flink.runtime.util.AtomicDisposableReferenceCounterTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.561 sec - in org.apache.flink.runtime.util.AtomicDisposableReferenceCounterTest Running org.apache.flink.runtime.util.DataInputOutputSerializerTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.848 sec - in org.apache.flink.runtime.operators.DataSourceTaskTest Running org.apache.flink.runtime.util.DelegatingConfigurationTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.apache.flink.runtime.util.DelegatingConfigurationTest Running org.apache.flink.runtime.util.EnvironmentInformationTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 20.563 sec - in org.apache.flink.runtime.io.network.serialization.LargeRecordsTest Running org.apache.flink.runtime.util.event.TaskEventHandlerTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in org.apache.flink.runtime.util.event.TaskEventHandlerTest Running org.apache.flink.runtime.util.LRUCacheMapTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec - in org.apache.flink.runtime.util.LRUCacheMapTest Running org.apache.flink.runtime.util.MathUtilTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.apache.flink.runtime.util.MathUtilTest Running org.apache.flink.runtime.util.NonReusingKeyGroupedIteratorTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 sec - in org.apache.flink.runtime.util.NonReusingKeyGroupedIteratorTest Running org.apache.flink.runtime.util.ReusingKeyGroupedIteratorTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.apache.flink.runtime.util.ReusingKeyGroupedIteratorTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.238 sec - in org.apache.flink.runtime.taskmanager.TaskManagerTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.616 sec - in org.apache.flink.runtime.profiling.impl.InstanceProfilerTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.303 sec - in org.apache.flink.runtime.util.DataInputOutputSerializerTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.488 sec - in org.apache.flink.runtime.util.EnvironmentInformationTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.81 sec - in org.apache.flink.runtime.taskmanager.TaskManagerProcessReapingTest Tests run: 46, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.653 sec - in org.apache.flink.runtime.operators.MatchTaskTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15.071 sec - in org.apache.flink.runtime.operators.sort.LargeRecordHandlerTest Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 22.534 sec - in org.apache.flink.runtime.operators.DataSinkTaskTest Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 24.98 sec - in org.apache.flink.runtime.operators.sort.NormalizedKeySorterTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 49.017 sec - in org.apache.flink.runtime.io.disk.ChannelViewsTest After this seemed like nothing happen. And the program just hang. I am using MacOSX with Java version 1.7.0_71 -- This message was sent by Atlassian JIRA (v6.3.4#6332) |
Is this reproducible? If so, then a stack trace of the JVM would be
helpful. With the stack trace we would know which test case stalls. On Wed, Mar 4, 2015 at 9:46 PM, Henry Saputra (JIRA) <[hidden email]> wrote: > Henry Saputra created FLINK-1651: > ------------------------------------ > > Summary: Running mvn test got stuck > Key: FLINK-1651 > URL: https://issues.apache.org/jira/browse/FLINK-1651 > Project: Flink > Issue Type: Bug > Components: test > Reporter: Henry Saputra > > > I keep getting my test stuck at this state: > > ... > > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec > - in org.apache.flink.runtime.types.TypeTest > Running org.apache.flink.runtime.util.AtomicDisposableReferenceCounterTest > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.561 sec > - in org.apache.flink.runtime.util.AtomicDisposableReferenceCounterTest > Running org.apache.flink.runtime.util.DataInputOutputSerializerTest > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.848 sec > - in org.apache.flink.runtime.operators.DataSourceTaskTest > Running org.apache.flink.runtime.util.DelegatingConfigurationTest > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec > - in org.apache.flink.runtime.util.DelegatingConfigurationTest > Running org.apache.flink.runtime.util.EnvironmentInformationTest > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 20.563 sec > - in org.apache.flink.runtime.io.network.serialization.LargeRecordsTest > Running org.apache.flink.runtime.util.event.TaskEventHandlerTest > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec > - in org.apache.flink.runtime.util.event.TaskEventHandlerTest > Running org.apache.flink.runtime.util.LRUCacheMapTest > Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec > - in org.apache.flink.runtime.util.LRUCacheMapTest > Running org.apache.flink.runtime.util.MathUtilTest > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec > - in org.apache.flink.runtime.util.MathUtilTest > Running org.apache.flink.runtime.util.NonReusingKeyGroupedIteratorTest > Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 sec > - in org.apache.flink.runtime.util.NonReusingKeyGroupedIteratorTest > Running org.apache.flink.runtime.util.ReusingKeyGroupedIteratorTest > Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec > - in org.apache.flink.runtime.util.ReusingKeyGroupedIteratorTest > Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.238 sec > - in org.apache.flink.runtime.taskmanager.TaskManagerTest > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.616 sec > - in org.apache.flink.runtime.profiling.impl.InstanceProfilerTest > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.303 sec > - in org.apache.flink.runtime.util.DataInputOutputSerializerTest > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.488 sec > - in org.apache.flink.runtime.util.EnvironmentInformationTest > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.81 sec - > in org.apache.flink.runtime.taskmanager.TaskManagerProcessReapingTest > Tests run: 46, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.653 > sec - in org.apache.flink.runtime.operators.MatchTaskTest > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15.071 sec > - in org.apache.flink.runtime.operators.sort.LargeRecordHandlerTest > Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 22.534 sec > - in org.apache.flink.runtime.operators.DataSinkTaskTest > Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 24.98 sec > - in org.apache.flink.runtime.operators.sort.NormalizedKeySorterTest > Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 49.017 sec > - in org.apache.flink.runtime.io.disk.ChannelViewsTest > > > After this seemed like nothing happen. And the program just hang. > > I am using MacOSX with Java version 1.7.0_71 > > > > > > -- > This message was sent by Atlassian JIRA > (v6.3.4#6332) > |
This is consistently repro in my mac work machine. Nothing really on
the JStack thread dump or Java Mission Control =( The console just hang but do not see any deadlock from the thread trace. - Henry On Wed, Mar 4, 2015 at 11:02 PM, Till Rohrmann <[hidden email]> wrote: > Is this reproducible? If so, then a stack trace of the JVM would be > helpful. With the stack trace we would know which test case stalls. > > On Wed, Mar 4, 2015 at 9:46 PM, Henry Saputra (JIRA) <[hidden email]> > wrote: > >> Henry Saputra created FLINK-1651: >> ------------------------------------ >> >> Summary: Running mvn test got stuck >> Key: FLINK-1651 >> URL: https://issues.apache.org/jira/browse/FLINK-1651 >> Project: Flink >> Issue Type: Bug >> Components: test >> Reporter: Henry Saputra >> >> >> I keep getting my test stuck at this state: >> >> ... >> >> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec >> - in org.apache.flink.runtime.types.TypeTest >> Running org.apache.flink.runtime.util.AtomicDisposableReferenceCounterTest >> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.561 sec >> - in org.apache.flink.runtime.util.AtomicDisposableReferenceCounterTest >> Running org.apache.flink.runtime.util.DataInputOutputSerializerTest >> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.848 sec >> - in org.apache.flink.runtime.operators.DataSourceTaskTest >> Running org.apache.flink.runtime.util.DelegatingConfigurationTest >> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec >> - in org.apache.flink.runtime.util.DelegatingConfigurationTest >> Running org.apache.flink.runtime.util.EnvironmentInformationTest >> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 20.563 sec >> - in org.apache.flink.runtime.io.network.serialization.LargeRecordsTest >> Running org.apache.flink.runtime.util.event.TaskEventHandlerTest >> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec >> - in org.apache.flink.runtime.util.event.TaskEventHandlerTest >> Running org.apache.flink.runtime.util.LRUCacheMapTest >> Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec >> - in org.apache.flink.runtime.util.LRUCacheMapTest >> Running org.apache.flink.runtime.util.MathUtilTest >> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec >> - in org.apache.flink.runtime.util.MathUtilTest >> Running org.apache.flink.runtime.util.NonReusingKeyGroupedIteratorTest >> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 sec >> - in org.apache.flink.runtime.util.NonReusingKeyGroupedIteratorTest >> Running org.apache.flink.runtime.util.ReusingKeyGroupedIteratorTest >> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec >> - in org.apache.flink.runtime.util.ReusingKeyGroupedIteratorTest >> Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.238 sec >> - in org.apache.flink.runtime.taskmanager.TaskManagerTest >> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.616 sec >> - in org.apache.flink.runtime.profiling.impl.InstanceProfilerTest >> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.303 sec >> - in org.apache.flink.runtime.util.DataInputOutputSerializerTest >> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.488 sec >> - in org.apache.flink.runtime.util.EnvironmentInformationTest >> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.81 sec - >> in org.apache.flink.runtime.taskmanager.TaskManagerProcessReapingTest >> Tests run: 46, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.653 >> sec - in org.apache.flink.runtime.operators.MatchTaskTest >> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15.071 sec >> - in org.apache.flink.runtime.operators.sort.LargeRecordHandlerTest >> Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 22.534 sec >> - in org.apache.flink.runtime.operators.DataSinkTaskTest >> Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 24.98 sec >> - in org.apache.flink.runtime.operators.sort.NormalizedKeySorterTest >> Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 49.017 sec >> - in org.apache.flink.runtime.io.disk.ChannelViewsTest >> >> >> After this seemed like nothing happen. And the program just hang. >> >> I am using MacOSX with Java version 1.7.0_71 >> >> >> >> >> >> -- >> This message was sent by Atlassian JIRA >> (v6.3.4#6332) >> |
That is odd. I just ran mvn clean verify -Dmaven.javadoc.skip=true on my
mac work machine and it ran through successfully. Could you post which java processes are running when the console hangs? And also the stack traces of all surefirebooter processes? Maybe someone can make head or tail of it. On Thu, Mar 5, 2015 at 8:34 AM, Henry Saputra <[hidden email]> wrote: > This is consistently repro in my mac work machine. Nothing really on > the JStack thread dump or Java Mission Control =( > > The console just hang but do not see any deadlock from the thread trace. > > - Henry > > On Wed, Mar 4, 2015 at 11:02 PM, Till Rohrmann <[hidden email]> > wrote: > > Is this reproducible? If so, then a stack trace of the JVM would be > > helpful. With the stack trace we would know which test case stalls. > > > > On Wed, Mar 4, 2015 at 9:46 PM, Henry Saputra (JIRA) <[hidden email]> > > wrote: > > > >> Henry Saputra created FLINK-1651: > >> ------------------------------------ > >> > >> Summary: Running mvn test got stuck > >> Key: FLINK-1651 > >> URL: https://issues.apache.org/jira/browse/FLINK-1651 > >> Project: Flink > >> Issue Type: Bug > >> Components: test > >> Reporter: Henry Saputra > >> > >> > >> I keep getting my test stuck at this state: > >> > >> ... > >> > >> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 > sec > >> - in org.apache.flink.runtime.types.TypeTest > >> Running > org.apache.flink.runtime.util.AtomicDisposableReferenceCounterTest > >> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.561 > sec > >> - in org.apache.flink.runtime.util.AtomicDisposableReferenceCounterTest > >> Running org.apache.flink.runtime.util.DataInputOutputSerializerTest > >> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.848 > sec > >> - in org.apache.flink.runtime.operators.DataSourceTaskTest > >> Running org.apache.flink.runtime.util.DelegatingConfigurationTest > >> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 > sec > >> - in org.apache.flink.runtime.util.DelegatingConfigurationTest > >> Running org.apache.flink.runtime.util.EnvironmentInformationTest > >> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 20.563 > sec > >> - in org.apache.flink.runtime.io.network.serialization.LargeRecordsTest > >> Running org.apache.flink.runtime.util.event.TaskEventHandlerTest > >> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 > sec > >> - in org.apache.flink.runtime.util.event.TaskEventHandlerTest > >> Running org.apache.flink.runtime.util.LRUCacheMapTest > >> Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 > sec > >> - in org.apache.flink.runtime.util.LRUCacheMapTest > >> Running org.apache.flink.runtime.util.MathUtilTest > >> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 > sec > >> - in org.apache.flink.runtime.util.MathUtilTest > >> Running org.apache.flink.runtime.util.NonReusingKeyGroupedIteratorTest > >> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 > sec > >> - in org.apache.flink.runtime.util.NonReusingKeyGroupedIteratorTest > >> Running org.apache.flink.runtime.util.ReusingKeyGroupedIteratorTest > >> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 > sec > >> - in org.apache.flink.runtime.util.ReusingKeyGroupedIteratorTest > >> Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.238 > sec > >> - in org.apache.flink.runtime.taskmanager.TaskManagerTest > >> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.616 > sec > >> - in org.apache.flink.runtime.profiling.impl.InstanceProfilerTest > >> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.303 > sec > >> - in org.apache.flink.runtime.util.DataInputOutputSerializerTest > >> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.488 > sec > >> - in org.apache.flink.runtime.util.EnvironmentInformationTest > >> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.81 > sec - > >> in org.apache.flink.runtime.taskmanager.TaskManagerProcessReapingTest > >> Tests run: 46, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.653 > >> sec - in org.apache.flink.runtime.operators.MatchTaskTest > >> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15.071 > sec > >> - in org.apache.flink.runtime.operators.sort.LargeRecordHandlerTest > >> Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 22.534 > sec > >> - in org.apache.flink.runtime.operators.DataSinkTaskTest > >> Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 24.98 > sec > >> - in org.apache.flink.runtime.operators.sort.NormalizedKeySorterTest > >> Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 49.017 > sec > >> - in org.apache.flink.runtime.io.disk.ChannelViewsTest > >> > >> > >> After this seemed like nothing happen. And the program just hang. > >> > >> I am using MacOSX with Java version 1.7.0_71 > >> > >> > >> > >> > >> > >> -- > >> This message was sent by Atlassian JIRA > >> (v6.3.4#6332) > >> > |
As I remember it was running test successfully last week. It is been a
while I ran full test in my env. Will try to look more into it. On Wed, Mar 4, 2015 at 11:44 PM, Till Rohrmann <[hidden email]> wrote: > That is odd. I just ran mvn clean verify -Dmaven.javadoc.skip=true on my > mac work machine and it ran through successfully. > > Could you post which java processes are running when the console hangs? And > also the stack traces of all surefirebooter processes? Maybe someone can > make head or tail of it. > > On Thu, Mar 5, 2015 at 8:34 AM, Henry Saputra <[hidden email]> > wrote: > >> This is consistently repro in my mac work machine. Nothing really on >> the JStack thread dump or Java Mission Control =( >> >> The console just hang but do not see any deadlock from the thread trace. >> >> - Henry >> >> On Wed, Mar 4, 2015 at 11:02 PM, Till Rohrmann <[hidden email]> >> wrote: >> > Is this reproducible? If so, then a stack trace of the JVM would be >> > helpful. With the stack trace we would know which test case stalls. >> > >> > On Wed, Mar 4, 2015 at 9:46 PM, Henry Saputra (JIRA) <[hidden email]> >> > wrote: >> > >> >> Henry Saputra created FLINK-1651: >> >> ------------------------------------ >> >> >> >> Summary: Running mvn test got stuck >> >> Key: FLINK-1651 >> >> URL: https://issues.apache.org/jira/browse/FLINK-1651 >> >> Project: Flink >> >> Issue Type: Bug >> >> Components: test >> >> Reporter: Henry Saputra >> >> >> >> >> >> I keep getting my test stuck at this state: >> >> >> >> ... >> >> >> >> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 >> sec >> >> - in org.apache.flink.runtime.types.TypeTest >> >> Running >> org.apache.flink.runtime.util.AtomicDisposableReferenceCounterTest >> >> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.561 >> sec >> >> - in org.apache.flink.runtime.util.AtomicDisposableReferenceCounterTest >> >> Running org.apache.flink.runtime.util.DataInputOutputSerializerTest >> >> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.848 >> sec >> >> - in org.apache.flink.runtime.operators.DataSourceTaskTest >> >> Running org.apache.flink.runtime.util.DelegatingConfigurationTest >> >> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 >> sec >> >> - in org.apache.flink.runtime.util.DelegatingConfigurationTest >> >> Running org.apache.flink.runtime.util.EnvironmentInformationTest >> >> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 20.563 >> sec >> >> - in org.apache.flink.runtime.io.network.serialization.LargeRecordsTest >> >> Running org.apache.flink.runtime.util.event.TaskEventHandlerTest >> >> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 >> sec >> >> - in org.apache.flink.runtime.util.event.TaskEventHandlerTest >> >> Running org.apache.flink.runtime.util.LRUCacheMapTest >> >> Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 >> sec >> >> - in org.apache.flink.runtime.util.LRUCacheMapTest >> >> Running org.apache.flink.runtime.util.MathUtilTest >> >> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 >> sec >> >> - in org.apache.flink.runtime.util.MathUtilTest >> >> Running org.apache.flink.runtime.util.NonReusingKeyGroupedIteratorTest >> >> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 >> sec >> >> - in org.apache.flink.runtime.util.NonReusingKeyGroupedIteratorTest >> >> Running org.apache.flink.runtime.util.ReusingKeyGroupedIteratorTest >> >> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 >> sec >> >> - in org.apache.flink.runtime.util.ReusingKeyGroupedIteratorTest >> >> Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.238 >> sec >> >> - in org.apache.flink.runtime.taskmanager.TaskManagerTest >> >> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.616 >> sec >> >> - in org.apache.flink.runtime.profiling.impl.InstanceProfilerTest >> >> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.303 >> sec >> >> - in org.apache.flink.runtime.util.DataInputOutputSerializerTest >> >> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.488 >> sec >> >> - in org.apache.flink.runtime.util.EnvironmentInformationTest >> >> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.81 >> sec - >> >> in org.apache.flink.runtime.taskmanager.TaskManagerProcessReapingTest >> >> Tests run: 46, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.653 >> >> sec - in org.apache.flink.runtime.operators.MatchTaskTest >> >> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15.071 >> sec >> >> - in org.apache.flink.runtime.operators.sort.LargeRecordHandlerTest >> >> Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 22.534 >> sec >> >> - in org.apache.flink.runtime.operators.DataSinkTaskTest >> >> Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 24.98 >> sec >> >> - in org.apache.flink.runtime.operators.sort.NormalizedKeySorterTest >> >> Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 49.017 >> sec >> >> - in org.apache.flink.runtime.io.disk.ChannelViewsTest >> >> >> >> >> >> After this seemed like nothing happen. And the program just hang. >> >> >> >> I am using MacOSX with Java version 1.7.0_71 >> >> >> >> >> >> >> >> >> >> >> >> -- >> >> This message was sent by Atlassian JIRA >> >> (v6.3.4#6332) >> >> >> |
Thanks for reporting. Even if it runs on your Ubuntu box, it might still be
a problem. It's actually nice to hear that it is reproducible. Can you do the following after it stalls: jps And then a jstack for each process with a name like "surefirebooter4251307777371299859". Then we can see, which test is stuck and at which place. – Ufuk On Thu, Mar 5, 2015 at 8:47 AM, Henry Saputra <[hidden email]> wrote: > As I remember it was running test successfully last week. It is been a > while I ran full test in my env. > > Will try to look more into it. > > On Wed, Mar 4, 2015 at 11:44 PM, Till Rohrmann <[hidden email]> > wrote: > > That is odd. I just ran mvn clean verify -Dmaven.javadoc.skip=true on my > > mac work machine and it ran through successfully. > > > > Could you post which java processes are running when the console hangs? > And > > also the stack traces of all surefirebooter processes? Maybe someone can > > make head or tail of it. > > > > On Thu, Mar 5, 2015 at 8:34 AM, Henry Saputra <[hidden email]> > > wrote: > > > >> This is consistently repro in my mac work machine. Nothing really on > >> the JStack thread dump or Java Mission Control =( > >> > >> The console just hang but do not see any deadlock from the thread trace. > >> > >> - Henry > >> > >> On Wed, Mar 4, 2015 at 11:02 PM, Till Rohrmann <[hidden email]> > >> wrote: > >> > Is this reproducible? If so, then a stack trace of the JVM would be > >> > helpful. With the stack trace we would know which test case stalls. > >> > > >> > On Wed, Mar 4, 2015 at 9:46 PM, Henry Saputra (JIRA) <[hidden email] > > > >> > wrote: > >> > > >> >> Henry Saputra created FLINK-1651: > >> >> ------------------------------------ > >> >> > >> >> Summary: Running mvn test got stuck > >> >> Key: FLINK-1651 > >> >> URL: > https://issues.apache.org/jira/browse/FLINK-1651 > >> >> Project: Flink > >> >> Issue Type: Bug > >> >> Components: test > >> >> Reporter: Henry Saputra > >> >> > >> >> > >> >> I keep getting my test stuck at this state: > >> >> > >> >> ... > >> >> > >> >> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 > >> sec > >> >> - in org.apache.flink.runtime.types.TypeTest > >> >> Running > >> org.apache.flink.runtime.util.AtomicDisposableReferenceCounterTest > >> >> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.561 > >> sec > >> >> - in > org.apache.flink.runtime.util.AtomicDisposableReferenceCounterTest > >> >> Running org.apache.flink.runtime.util.DataInputOutputSerializerTest > >> >> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: > 14.848 > >> sec > >> >> - in org.apache.flink.runtime.operators.DataSourceTaskTest > >> >> Running org.apache.flink.runtime.util.DelegatingConfigurationTest > >> >> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 > >> sec > >> >> - in org.apache.flink.runtime.util.DelegatingConfigurationTest > >> >> Running org.apache.flink.runtime.util.EnvironmentInformationTest > >> >> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: > 20.563 > >> sec > >> >> - in > org.apache.flink.runtime.io.network.serialization.LargeRecordsTest > >> >> Running org.apache.flink.runtime.util.event.TaskEventHandlerTest > >> >> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 > >> sec > >> >> - in org.apache.flink.runtime.util.event.TaskEventHandlerTest > >> >> Running org.apache.flink.runtime.util.LRUCacheMapTest > >> >> Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 > >> sec > >> >> - in org.apache.flink.runtime.util.LRUCacheMapTest > >> >> Running org.apache.flink.runtime.util.MathUtilTest > >> >> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 > >> sec > >> >> - in org.apache.flink.runtime.util.MathUtilTest > >> >> Running > org.apache.flink.runtime.util.NonReusingKeyGroupedIteratorTest > >> >> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 > >> sec > >> >> - in org.apache.flink.runtime.util.NonReusingKeyGroupedIteratorTest > >> >> Running org.apache.flink.runtime.util.ReusingKeyGroupedIteratorTest > >> >> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 > >> sec > >> >> - in org.apache.flink.runtime.util.ReusingKeyGroupedIteratorTest > >> >> Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.238 > >> sec > >> >> - in org.apache.flink.runtime.taskmanager.TaskManagerTest > >> >> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.616 > >> sec > >> >> - in org.apache.flink.runtime.profiling.impl.InstanceProfilerTest > >> >> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.303 > >> sec > >> >> - in org.apache.flink.runtime.util.DataInputOutputSerializerTest > >> >> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.488 > >> sec > >> >> - in org.apache.flink.runtime.util.EnvironmentInformationTest > >> >> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.81 > >> sec - > >> >> in org.apache.flink.runtime.taskmanager.TaskManagerProcessReapingTest > >> >> Tests run: 46, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: > 16.653 > >> >> sec - in org.apache.flink.runtime.operators.MatchTaskTest > >> >> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: > 15.071 > >> sec > >> >> - in org.apache.flink.runtime.operators.sort.LargeRecordHandlerTest > >> >> Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: > 22.534 > >> sec > >> >> - in org.apache.flink.runtime.operators.DataSinkTaskTest > >> >> Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 24.98 > >> sec > >> >> - in org.apache.flink.runtime.operators.sort.NormalizedKeySorterTest > >> >> Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: > 49.017 > >> sec > >> >> - in org.apache.flink.runtime.io.disk.ChannelViewsTest > >> >> > >> >> > >> >> After this seemed like nothing happen. And the program just hang. > >> >> > >> >> I am using MacOSX with Java version 1.7.0_71 > >> >> > >> >> > >> >> > >> >> > >> >> > >> >> -- > >> >> This message was sent by Atlassian JIRA > >> >> (v6.3.4#6332) > >> >> > >> > |
Thanks guys, will try it out.
On Thu, Mar 5, 2015 at 2:12 AM, Ufuk Celebi <[hidden email]> wrote: > Thanks for reporting. Even if it runs on your Ubuntu box, it might still be > a problem. It's actually nice to hear that it is reproducible. > > Can you do the following after it stalls: > > jps > > And then a jstack for each process with a name like > "surefirebooter4251307777371299859". > > Then we can see, which test is stuck and at which place. > > – Ufuk > > > On Thu, Mar 5, 2015 at 8:47 AM, Henry Saputra <[hidden email]> > wrote: > >> As I remember it was running test successfully last week. It is been a >> while I ran full test in my env. >> >> Will try to look more into it. >> >> On Wed, Mar 4, 2015 at 11:44 PM, Till Rohrmann <[hidden email]> >> wrote: >> > That is odd. I just ran mvn clean verify -Dmaven.javadoc.skip=true on my >> > mac work machine and it ran through successfully. >> > >> > Could you post which java processes are running when the console hangs? >> And >> > also the stack traces of all surefirebooter processes? Maybe someone can >> > make head or tail of it. >> > >> > On Thu, Mar 5, 2015 at 8:34 AM, Henry Saputra <[hidden email]> >> > wrote: >> > >> >> This is consistently repro in my mac work machine. Nothing really on >> >> the JStack thread dump or Java Mission Control =( >> >> >> >> The console just hang but do not see any deadlock from the thread trace. >> >> >> >> - Henry >> >> >> >> On Wed, Mar 4, 2015 at 11:02 PM, Till Rohrmann <[hidden email]> >> >> wrote: >> >> > Is this reproducible? If so, then a stack trace of the JVM would be >> >> > helpful. With the stack trace we would know which test case stalls. >> >> > >> >> > On Wed, Mar 4, 2015 at 9:46 PM, Henry Saputra (JIRA) <[hidden email] >> > >> >> > wrote: >> >> > >> >> >> Henry Saputra created FLINK-1651: >> >> >> ------------------------------------ >> >> >> >> >> >> Summary: Running mvn test got stuck >> >> >> Key: FLINK-1651 >> >> >> URL: >> https://issues.apache.org/jira/browse/FLINK-1651 >> >> >> Project: Flink >> >> >> Issue Type: Bug >> >> >> Components: test >> >> >> Reporter: Henry Saputra >> >> >> >> >> >> >> >> >> I keep getting my test stuck at this state: >> >> >> >> >> >> ... >> >> >> >> >> >> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 >> >> sec >> >> >> - in org.apache.flink.runtime.types.TypeTest >> >> >> Running >> >> org.apache.flink.runtime.util.AtomicDisposableReferenceCounterTest >> >> >> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.561 >> >> sec >> >> >> - in >> org.apache.flink.runtime.util.AtomicDisposableReferenceCounterTest >> >> >> Running org.apache.flink.runtime.util.DataInputOutputSerializerTest >> >> >> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: >> 14.848 >> >> sec >> >> >> - in org.apache.flink.runtime.operators.DataSourceTaskTest >> >> >> Running org.apache.flink.runtime.util.DelegatingConfigurationTest >> >> >> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 >> >> sec >> >> >> - in org.apache.flink.runtime.util.DelegatingConfigurationTest >> >> >> Running org.apache.flink.runtime.util.EnvironmentInformationTest >> >> >> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: >> 20.563 >> >> sec >> >> >> - in >> org.apache.flink.runtime.io.network.serialization.LargeRecordsTest >> >> >> Running org.apache.flink.runtime.util.event.TaskEventHandlerTest >> >> >> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 >> >> sec >> >> >> - in org.apache.flink.runtime.util.event.TaskEventHandlerTest >> >> >> Running org.apache.flink.runtime.util.LRUCacheMapTest >> >> >> Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 >> >> sec >> >> >> - in org.apache.flink.runtime.util.LRUCacheMapTest >> >> >> Running org.apache.flink.runtime.util.MathUtilTest >> >> >> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 >> >> sec >> >> >> - in org.apache.flink.runtime.util.MathUtilTest >> >> >> Running >> org.apache.flink.runtime.util.NonReusingKeyGroupedIteratorTest >> >> >> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 >> >> sec >> >> >> - in org.apache.flink.runtime.util.NonReusingKeyGroupedIteratorTest >> >> >> Running org.apache.flink.runtime.util.ReusingKeyGroupedIteratorTest >> >> >> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 >> >> sec >> >> >> - in org.apache.flink.runtime.util.ReusingKeyGroupedIteratorTest >> >> >> Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.238 >> >> sec >> >> >> - in org.apache.flink.runtime.taskmanager.TaskManagerTest >> >> >> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.616 >> >> sec >> >> >> - in org.apache.flink.runtime.profiling.impl.InstanceProfilerTest >> >> >> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.303 >> >> sec >> >> >> - in org.apache.flink.runtime.util.DataInputOutputSerializerTest >> >> >> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.488 >> >> sec >> >> >> - in org.apache.flink.runtime.util.EnvironmentInformationTest >> >> >> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.81 >> >> sec - >> >> >> in org.apache.flink.runtime.taskmanager.TaskManagerProcessReapingTest >> >> >> Tests run: 46, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: >> 16.653 >> >> >> sec - in org.apache.flink.runtime.operators.MatchTaskTest >> >> >> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: >> 15.071 >> >> sec >> >> >> - in org.apache.flink.runtime.operators.sort.LargeRecordHandlerTest >> >> >> Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: >> 22.534 >> >> sec >> >> >> - in org.apache.flink.runtime.operators.DataSinkTaskTest >> >> >> Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 24.98 >> >> sec >> >> >> - in org.apache.flink.runtime.operators.sort.NormalizedKeySorterTest >> >> >> Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: >> 49.017 >> >> sec >> >> >> - in org.apache.flink.runtime.io.disk.ChannelViewsTest >> >> >> >> >> >> >> >> >> After this seemed like nothing happen. And the program just hang. >> >> >> >> >> >> I am using MacOSX with Java version 1.7.0_71 >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> -- >> >> >> This message was sent by Atlassian JIRA >> >> >> (v6.3.4#6332) >> >> >> >> >> >> |
In reply to this post by Shang Yuanchun (Jira)
The failing test is the
JobManagerStartupTest.testJobManagerStartupFails(JobManagerStartupTest.java:93) Am 04.03.2015 21:47 schrieb "Henry Saputra (JIRA)" <[hidden email]>: > Henry Saputra created FLINK-1651: > ------------------------------------ > > Summary: Running mvn test got stuck > Key: FLINK-1651 > URL: https://issues.apache.org/jira/browse/FLINK-1651 > Project: Flink > Issue Type: Bug > Components: test > Reporter: Henry Saputra > > > I keep getting my test stuck at this state: > > ... > > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec > - in org.apache.flink.runtime.types.TypeTest > Running org.apache.flink.runtime.util.AtomicDisposableReferenceCounterTest > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.561 sec > - in org.apache.flink.runtime.util.AtomicDisposableReferenceCounterTest > Running org.apache.flink.runtime.util.DataInputOutputSerializerTest > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.848 sec > - in org.apache.flink.runtime.operators.DataSourceTaskTest > Running org.apache.flink.runtime.util.DelegatingConfigurationTest > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec > - in org.apache.flink.runtime.util.DelegatingConfigurationTest > Running org.apache.flink.runtime.util.EnvironmentInformationTest > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 20.563 sec > - in org.apache.flink.runtime.io.network.serialization.LargeRecordsTest > Running org.apache.flink.runtime.util.event.TaskEventHandlerTest > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec > - in org.apache.flink.runtime.util.event.TaskEventHandlerTest > Running org.apache.flink.runtime.util.LRUCacheMapTest > Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec > - in org.apache.flink.runtime.util.LRUCacheMapTest > Running org.apache.flink.runtime.util.MathUtilTest > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec > - in org.apache.flink.runtime.util.MathUtilTest > Running org.apache.flink.runtime.util.NonReusingKeyGroupedIteratorTest > Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 sec > - in org.apache.flink.runtime.util.NonReusingKeyGroupedIteratorTest > Running org.apache.flink.runtime.util.ReusingKeyGroupedIteratorTest > Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec > - in org.apache.flink.runtime.util.ReusingKeyGroupedIteratorTest > Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.238 sec > - in org.apache.flink.runtime.taskmanager.TaskManagerTest > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.616 sec > - in org.apache.flink.runtime.profiling.impl.InstanceProfilerTest > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.303 sec > - in org.apache.flink.runtime.util.DataInputOutputSerializerTest > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.488 sec > - in org.apache.flink.runtime.util.EnvironmentInformationTest > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.81 sec - > in org.apache.flink.runtime.taskmanager.TaskManagerProcessReapingTest > Tests run: 46, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.653 > sec - in org.apache.flink.runtime.operators.MatchTaskTest > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15.071 sec > - in org.apache.flink.runtime.operators.sort.LargeRecordHandlerTest > Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 22.534 sec > - in org.apache.flink.runtime.operators.DataSinkTaskTest > Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 24.98 sec > - in org.apache.flink.runtime.operators.sort.NormalizedKeySorterTest > Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 49.017 sec > - in org.apache.flink.runtime.io.disk.ChannelViewsTest > > > After this seemed like nothing happen. And the program just hang. > > I am using MacOSX with Java version 1.7.0_71 > > > > > > -- > This message was sent by Atlassian JIRA > (v6.3.4#6332) > |
Thanks Stephan, just noticed that line.
Seemed like there was issue in Akka 2.1.x where awaitTermination hang when there is remote actors. Need to check Akka version in my box. - Henry On Fri, Mar 6, 2015 at 1:11 AM, Stephan Ewen <[hidden email]> wrote: > The failing test is the > JobManagerStartupTest.testJobManagerStartupFails(JobManagerStartupTest.java:93) > Am 04.03.2015 21:47 schrieb "Henry Saputra (JIRA)" <[hidden email]>: > >> Henry Saputra created FLINK-1651: >> ------------------------------------ >> >> Summary: Running mvn test got stuck >> Key: FLINK-1651 >> URL: https://issues.apache.org/jira/browse/FLINK-1651 >> Project: Flink >> Issue Type: Bug >> Components: test >> Reporter: Henry Saputra >> >> >> I keep getting my test stuck at this state: >> >> ... >> >> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec >> - in org.apache.flink.runtime.types.TypeTest >> Running org.apache.flink.runtime.util.AtomicDisposableReferenceCounterTest >> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.561 sec >> - in org.apache.flink.runtime.util.AtomicDisposableReferenceCounterTest >> Running org.apache.flink.runtime.util.DataInputOutputSerializerTest >> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.848 sec >> - in org.apache.flink.runtime.operators.DataSourceTaskTest >> Running org.apache.flink.runtime.util.DelegatingConfigurationTest >> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec >> - in org.apache.flink.runtime.util.DelegatingConfigurationTest >> Running org.apache.flink.runtime.util.EnvironmentInformationTest >> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 20.563 sec >> - in org.apache.flink.runtime.io.network.serialization.LargeRecordsTest >> Running org.apache.flink.runtime.util.event.TaskEventHandlerTest >> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec >> - in org.apache.flink.runtime.util.event.TaskEventHandlerTest >> Running org.apache.flink.runtime.util.LRUCacheMapTest >> Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec >> - in org.apache.flink.runtime.util.LRUCacheMapTest >> Running org.apache.flink.runtime.util.MathUtilTest >> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec >> - in org.apache.flink.runtime.util.MathUtilTest >> Running org.apache.flink.runtime.util.NonReusingKeyGroupedIteratorTest >> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 sec >> - in org.apache.flink.runtime.util.NonReusingKeyGroupedIteratorTest >> Running org.apache.flink.runtime.util.ReusingKeyGroupedIteratorTest >> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec >> - in org.apache.flink.runtime.util.ReusingKeyGroupedIteratorTest >> Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.238 sec >> - in org.apache.flink.runtime.taskmanager.TaskManagerTest >> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.616 sec >> - in org.apache.flink.runtime.profiling.impl.InstanceProfilerTest >> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.303 sec >> - in org.apache.flink.runtime.util.DataInputOutputSerializerTest >> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.488 sec >> - in org.apache.flink.runtime.util.EnvironmentInformationTest >> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.81 sec - >> in org.apache.flink.runtime.taskmanager.TaskManagerProcessReapingTest >> Tests run: 46, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.653 >> sec - in org.apache.flink.runtime.operators.MatchTaskTest >> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15.071 sec >> - in org.apache.flink.runtime.operators.sort.LargeRecordHandlerTest >> Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 22.534 sec >> - in org.apache.flink.runtime.operators.DataSinkTaskTest >> Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 24.98 sec >> - in org.apache.flink.runtime.operators.sort.NormalizedKeySorterTest >> Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 49.017 sec >> - in org.apache.flink.runtime.io.disk.ChannelViewsTest >> >> >> After this seemed like nothing happen. And the program just hang. >> >> I am using MacOSX with Java version 1.7.0_71 >> >> >> >> >> >> -- >> This message was sent by Atlassian JIRA >> (v6.3.4#6332) >> |
In reply to this post by Stephan Ewen
Well, I need my morning coffee, just remember mvn will pull the right
version of akka appropriately. The problem is that the BlobManager is started properly since my machine somehow have "/does-not-exist-no-sir/" directory which is used as target directory for the BlobSever which should fail. The jstack also shows the BlobServer is running. Thanks all, need to know how the directory got created. - Henry On Fri, Mar 6, 2015 at 1:11 AM, Stephan Ewen <[hidden email]> wrote: > The failing test is the > JobManagerStartupTest.testJobManagerStartupFails(JobManagerStartupTest.java:93) > Am 04.03.2015 21:47 schrieb "Henry Saputra (JIRA)" <[hidden email]>: > >> Henry Saputra created FLINK-1651: >> ------------------------------------ >> >> Summary: Running mvn test got stuck >> Key: FLINK-1651 >> URL: https://issues.apache.org/jira/browse/FLINK-1651 >> Project: Flink >> Issue Type: Bug >> Components: test >> Reporter: Henry Saputra >> >> >> I keep getting my test stuck at this state: >> >> ... >> >> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec >> - in org.apache.flink.runtime.types.TypeTest >> Running org.apache.flink.runtime.util.AtomicDisposableReferenceCounterTest >> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.561 sec >> - in org.apache.flink.runtime.util.AtomicDisposableReferenceCounterTest >> Running org.apache.flink.runtime.util.DataInputOutputSerializerTest >> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.848 sec >> - in org.apache.flink.runtime.operators.DataSourceTaskTest >> Running org.apache.flink.runtime.util.DelegatingConfigurationTest >> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec >> - in org.apache.flink.runtime.util.DelegatingConfigurationTest >> Running org.apache.flink.runtime.util.EnvironmentInformationTest >> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 20.563 sec >> - in org.apache.flink.runtime.io.network.serialization.LargeRecordsTest >> Running org.apache.flink.runtime.util.event.TaskEventHandlerTest >> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec >> - in org.apache.flink.runtime.util.event.TaskEventHandlerTest >> Running org.apache.flink.runtime.util.LRUCacheMapTest >> Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec >> - in org.apache.flink.runtime.util.LRUCacheMapTest >> Running org.apache.flink.runtime.util.MathUtilTest >> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec >> - in org.apache.flink.runtime.util.MathUtilTest >> Running org.apache.flink.runtime.util.NonReusingKeyGroupedIteratorTest >> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 sec >> - in org.apache.flink.runtime.util.NonReusingKeyGroupedIteratorTest >> Running org.apache.flink.runtime.util.ReusingKeyGroupedIteratorTest >> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec >> - in org.apache.flink.runtime.util.ReusingKeyGroupedIteratorTest >> Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.238 sec >> - in org.apache.flink.runtime.taskmanager.TaskManagerTest >> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.616 sec >> - in org.apache.flink.runtime.profiling.impl.InstanceProfilerTest >> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.303 sec >> - in org.apache.flink.runtime.util.DataInputOutputSerializerTest >> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.488 sec >> - in org.apache.flink.runtime.util.EnvironmentInformationTest >> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.81 sec - >> in org.apache.flink.runtime.taskmanager.TaskManagerProcessReapingTest >> Tests run: 46, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.653 >> sec - in org.apache.flink.runtime.operators.MatchTaskTest >> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15.071 sec >> - in org.apache.flink.runtime.operators.sort.LargeRecordHandlerTest >> Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 22.534 sec >> - in org.apache.flink.runtime.operators.DataSinkTaskTest >> Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 24.98 sec >> - in org.apache.flink.runtime.operators.sort.NormalizedKeySorterTest >> Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 49.017 sec >> - in org.apache.flink.runtime.io.disk.ChannelViewsTest >> >> >> After this seemed like nothing happen. And the program just hang. >> >> I am using MacOSX with Java version 1.7.0_71 >> >> >> >> >> >> -- >> This message was sent by Atlassian JIRA >> (v6.3.4#6332) >> |
Ah, yeah, that is a vulnerability in the test. Same thing as in the other
test. It gets created because you have root access and the test assumes it cannot be created. Safe thing to do is like in your other fix: create a directory where the user has no write permissions and set this to the BLOB store base dir. Then re-add the write permissions and remove the directory. On Fri, Mar 6, 2015 at 4:56 PM, Henry Saputra <[hidden email]> wrote: > Well, I need my morning coffee, just remember mvn will pull the right > version of akka appropriately. > > The problem is that the BlobManager is started properly since my > machine somehow have "/does-not-exist-no-sir/" directory which is used > as target directory for the BlobSever which should fail. > The jstack also shows the BlobServer is running. > > Thanks all, need to know how the directory got created. > > - Henry > > On Fri, Mar 6, 2015 at 1:11 AM, Stephan Ewen <[hidden email]> wrote: > > The failing test is the > > > JobManagerStartupTest.testJobManagerStartupFails(JobManagerStartupTest.java:93) > > Am 04.03.2015 21:47 schrieb "Henry Saputra (JIRA)" <[hidden email]>: > > > >> Henry Saputra created FLINK-1651: > >> ------------------------------------ > >> > >> Summary: Running mvn test got stuck > >> Key: FLINK-1651 > >> URL: https://issues.apache.org/jira/browse/FLINK-1651 > >> Project: Flink > >> Issue Type: Bug > >> Components: test > >> Reporter: Henry Saputra > >> > >> > >> I keep getting my test stuck at this state: > >> > >> ... > >> > >> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 > sec > >> - in org.apache.flink.runtime.types.TypeTest > >> Running > org.apache.flink.runtime.util.AtomicDisposableReferenceCounterTest > >> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.561 > sec > >> - in org.apache.flink.runtime.util.AtomicDisposableReferenceCounterTest > >> Running org.apache.flink.runtime.util.DataInputOutputSerializerTest > >> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.848 > sec > >> - in org.apache.flink.runtime.operators.DataSourceTaskTest > >> Running org.apache.flink.runtime.util.DelegatingConfigurationTest > >> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 > sec > >> - in org.apache.flink.runtime.util.DelegatingConfigurationTest > >> Running org.apache.flink.runtime.util.EnvironmentInformationTest > >> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 20.563 > sec > >> - in org.apache.flink.runtime.io.network.serialization.LargeRecordsTest > >> Running org.apache.flink.runtime.util.event.TaskEventHandlerTest > >> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 > sec > >> - in org.apache.flink.runtime.util.event.TaskEventHandlerTest > >> Running org.apache.flink.runtime.util.LRUCacheMapTest > >> Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 > sec > >> - in org.apache.flink.runtime.util.LRUCacheMapTest > >> Running org.apache.flink.runtime.util.MathUtilTest > >> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 > sec > >> - in org.apache.flink.runtime.util.MathUtilTest > >> Running org.apache.flink.runtime.util.NonReusingKeyGroupedIteratorTest > >> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 > sec > >> - in org.apache.flink.runtime.util.NonReusingKeyGroupedIteratorTest > >> Running org.apache.flink.runtime.util.ReusingKeyGroupedIteratorTest > >> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 > sec > >> - in org.apache.flink.runtime.util.ReusingKeyGroupedIteratorTest > >> Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.238 > sec > >> - in org.apache.flink.runtime.taskmanager.TaskManagerTest > >> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.616 > sec > >> - in org.apache.flink.runtime.profiling.impl.InstanceProfilerTest > >> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.303 > sec > >> - in org.apache.flink.runtime.util.DataInputOutputSerializerTest > >> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.488 > sec > >> - in org.apache.flink.runtime.util.EnvironmentInformationTest > >> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.81 > sec - > >> in org.apache.flink.runtime.taskmanager.TaskManagerProcessReapingTest > >> Tests run: 46, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.653 > >> sec - in org.apache.flink.runtime.operators.MatchTaskTest > >> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15.071 > sec > >> - in org.apache.flink.runtime.operators.sort.LargeRecordHandlerTest > >> Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 22.534 > sec > >> - in org.apache.flink.runtime.operators.DataSinkTaskTest > >> Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 24.98 > sec > >> - in org.apache.flink.runtime.operators.sort.NormalizedKeySorterTest > >> Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 49.017 > sec > >> - in org.apache.flink.runtime.io.disk.ChannelViewsTest > >> > >> > >> After this seemed like nothing happen. And the program just hang. > >> > >> I am using MacOSX with Java version 1.7.0_71 > >> > >> > >> > >> > >> > >> -- > >> This message was sent by Atlassian JIRA > >> (v6.3.4#6332) > >> > |
Thanks Stephan, will send PR for it
On Friday, March 6, 2015, Stephan Ewen <[hidden email]> wrote: > Ah, yeah, that is a vulnerability in the test. Same thing as in the other > test. It gets created because you have root access and the test assumes it > cannot be created. > > Safe thing to do is like in your other fix: create a directory where the > user has no write permissions and set this to the BLOB store base dir. > Then re-add the write permissions and remove the directory. > > On Fri, Mar 6, 2015 at 4:56 PM, Henry Saputra <[hidden email] > <javascript:;>> > wrote: > > > Well, I need my morning coffee, just remember mvn will pull the right > > version of akka appropriately. > > > > The problem is that the BlobManager is started properly since my > > machine somehow have "/does-not-exist-no-sir/" directory which is used > > as target directory for the BlobSever which should fail. > > The jstack also shows the BlobServer is running. > > > > Thanks all, need to know how the directory got created. > > > > - Henry > > > > On Fri, Mar 6, 2015 at 1:11 AM, Stephan Ewen <[hidden email] > <javascript:;>> wrote: > > > The failing test is the > > > > > > JobManagerStartupTest.testJobManagerStartupFails(JobManagerStartupTest.java:93) > > > Am 04.03.2015 21:47 schrieb "Henry Saputra (JIRA)" <[hidden email] > <javascript:;>>: > > > > > >> Henry Saputra created FLINK-1651: > > >> ------------------------------------ > > >> > > >> Summary: Running mvn test got stuck > > >> Key: FLINK-1651 > > >> URL: > https://issues.apache.org/jira/browse/FLINK-1651 > > >> Project: Flink > > >> Issue Type: Bug > > >> Components: test > > >> Reporter: Henry Saputra > > >> > > >> > > >> I keep getting my test stuck at this state: > > >> > > >> ... > > >> > > >> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 > > sec > > >> - in org.apache.flink.runtime.types.TypeTest > > >> Running > > org.apache.flink.runtime.util.AtomicDisposableReferenceCounterTest > > >> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.561 > > sec > > >> - in > org.apache.flink.runtime.util.AtomicDisposableReferenceCounterTest > > >> Running org.apache.flink.runtime.util.DataInputOutputSerializerTest > > >> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.848 > > sec > > >> - in org.apache.flink.runtime.operators.DataSourceTaskTest > > >> Running org.apache.flink.runtime.util.DelegatingConfigurationTest > > >> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 > > sec > > >> - in org.apache.flink.runtime.util.DelegatingConfigurationTest > > >> Running org.apache.flink.runtime.util.EnvironmentInformationTest > > >> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 20.563 > > sec > > >> - in > org.apache.flink.runtime.io.network.serialization.LargeRecordsTest > > >> Running org.apache.flink.runtime.util.event.TaskEventHandlerTest > > >> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 > > sec > > >> - in org.apache.flink.runtime.util.event.TaskEventHandlerTest > > >> Running org.apache.flink.runtime.util.LRUCacheMapTest > > >> Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 > > sec > > >> - in org.apache.flink.runtime.util.LRUCacheMapTest > > >> Running org.apache.flink.runtime.util.MathUtilTest > > >> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 > > sec > > >> - in org.apache.flink.runtime.util.MathUtilTest > > >> Running org.apache.flink.runtime.util.NonReusingKeyGroupedIteratorTest > > >> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 > > sec > > >> - in org.apache.flink.runtime.util.NonReusingKeyGroupedIteratorTest > > >> Running org.apache.flink.runtime.util.ReusingKeyGroupedIteratorTest > > >> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 > > sec > > >> - in org.apache.flink.runtime.util.ReusingKeyGroupedIteratorTest > > >> Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.238 > > sec > > >> - in org.apache.flink.runtime.taskmanager.TaskManagerTest > > >> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.616 > > sec > > >> - in org.apache.flink.runtime.profiling.impl.InstanceProfilerTest > > >> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.303 > > sec > > >> - in org.apache.flink.runtime.util.DataInputOutputSerializerTest > > >> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.488 > > sec > > >> - in org.apache.flink.runtime.util.EnvironmentInformationTest > > >> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.81 > > sec - > > >> in org.apache.flink.runtime.taskmanager.TaskManagerProcessReapingTest > > >> Tests run: 46, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: > 16.653 > > >> sec - in org.apache.flink.runtime.operators.MatchTaskTest > > >> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15.071 > > sec > > >> - in org.apache.flink.runtime.operators.sort.LargeRecordHandlerTest > > >> Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 22.534 > > sec > > >> - in org.apache.flink.runtime.operators.DataSinkTaskTest > > >> Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 24.98 > > sec > > >> - in org.apache.flink.runtime.operators.sort.NormalizedKeySorterTest > > >> Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 49.017 > > sec > > >> - in org.apache.flink.runtime.io.disk.ChannelViewsTest > > >> > > >> > > >> After this seemed like nothing happen. And the program just hang. > > >> > > >> I am using MacOSX with Java version 1.7.0_71 > > >> > > >> > > >> > > >> > > >> > > >> -- > > >> This message was sent by Atlassian JIRA > > >> (v6.3.4#6332) > > >> > > > |
Free forum by Nabble | Edit this page |