[jira] [Commented] (FLINK-29008) SortMergeResultPartitionTest.testRelease failed with TestTimedOutException

2022-10-27 Thread Yingjie Cao (Jira)


[ 
https://issues.apache.org/jira/browse/FLINK-29008?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17624937#comment-17624937
 ] 

Yingjie Cao commented on FLINK-29008:
-

I ran this test for more than 1000 times locally, the issue didn't reproduce. I 
also checked the code but found nothing. As it hasn't appeared for over two 
months, I am closing it. Feel free to reopen it if it still reproduce.

> SortMergeResultPartitionTest.testRelease failed with TestTimedOutException
> --
>
> Key: FLINK-29008
> URL: https://issues.apache.org/jira/browse/FLINK-29008
> Project: Flink
>  Issue Type: Bug
>  Components: Runtime / Network
>Affects Versions: 1.16.0
>Reporter: Huang Xingbo
>Priority: Major
>  Labels: test-stability
> Fix For: 1.17.0
>
>
> {code:java}
> 2022-08-17T02:58:01.8887337Z Aug 17 02:58:01 [ERROR] 
> SortMergeResultPartitionTest.testRelease  Time elapsed: 60.843 s  <<< ERROR!
> 2022-08-17T02:58:01.8887851Z Aug 17 02:58:01 
> org.junit.runners.model.TestTimedOutException: test timed out after 60 seconds
> 2022-08-17T02:58:01.8891703Z Aug 17 02:58:01  at 
> org.apache.flink.runtime.io.network.partition.SortMergeResultPartitionTest.testRelease(SortMergeResultPartitionTest.java:374)
> 2022-08-17T02:58:01.8892705Z Aug 17 02:58:01  at 
> sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 2022-08-17T02:58:01.8893282Z Aug 17 02:58:01  at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> 2022-08-17T02:58:01.8893966Z Aug 17 02:58:01  at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> 2022-08-17T02:58:01.8898552Z Aug 17 02:58:01  at 
> java.lang.reflect.Method.invoke(Method.java:498)
> 2022-08-17T02:58:01.8899210Z Aug 17 02:58:01  at 
> org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
> 2022-08-17T02:58:01.8899844Z Aug 17 02:58:01  at 
> org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
> 2022-08-17T02:58:01.8900581Z Aug 17 02:58:01  at 
> org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
> 2022-08-17T02:58:01.8901226Z Aug 17 02:58:01  at 
> org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
> 2022-08-17T02:58:01.8907420Z Aug 17 02:58:01  at 
> org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
> 2022-08-17T02:58:01.8908068Z Aug 17 02:58:01  at 
> org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
> 2022-08-17T02:58:01.8908735Z Aug 17 02:58:01  at 
> org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:299)
> 2022-08-17T02:58:01.8909447Z Aug 17 02:58:01  at 
> org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:293)
> 2022-08-17T02:58:01.8910255Z Aug 17 02:58:01  at 
> java.util.concurrent.FutureTask.run(FutureTask.java:266)
> 2022-08-17T02:58:01.8915691Z Aug 17 02:58:01  at 
> java.lang.Thread.run(Thread.java:748)
> {code}
> https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=40084&view=logs&j=77a9d8e1-d610-59b3-fc2a-4766541e0e33&t=125e07e7-8de0-5c6c-a541-a567415af3ef



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (FLINK-29008) SortMergeResultPartitionTest.testRelease failed with TestTimedOutException

2022-09-12 Thread Xingbo Huang (Jira)


[ 
https://issues.apache.org/jira/browse/FLINK-29008?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17603311#comment-17603311
 ] 

Xingbo Huang commented on FLINK-29008:
--

Given that it hasn't appeared for a month, I will downgrade the priority to 
major.

> SortMergeResultPartitionTest.testRelease failed with TestTimedOutException
> --
>
> Key: FLINK-29008
> URL: https://issues.apache.org/jira/browse/FLINK-29008
> Project: Flink
>  Issue Type: Bug
>  Components: Runtime / Network
>Affects Versions: 1.16.0
>Reporter: Huang Xingbo
>Priority: Critical
>  Labels: test-stability
> Fix For: 1.16.0
>
>
> {code:java}
> 2022-08-17T02:58:01.8887337Z Aug 17 02:58:01 [ERROR] 
> SortMergeResultPartitionTest.testRelease  Time elapsed: 60.843 s  <<< ERROR!
> 2022-08-17T02:58:01.8887851Z Aug 17 02:58:01 
> org.junit.runners.model.TestTimedOutException: test timed out after 60 seconds
> 2022-08-17T02:58:01.8891703Z Aug 17 02:58:01  at 
> org.apache.flink.runtime.io.network.partition.SortMergeResultPartitionTest.testRelease(SortMergeResultPartitionTest.java:374)
> 2022-08-17T02:58:01.8892705Z Aug 17 02:58:01  at 
> sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 2022-08-17T02:58:01.8893282Z Aug 17 02:58:01  at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> 2022-08-17T02:58:01.8893966Z Aug 17 02:58:01  at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> 2022-08-17T02:58:01.8898552Z Aug 17 02:58:01  at 
> java.lang.reflect.Method.invoke(Method.java:498)
> 2022-08-17T02:58:01.8899210Z Aug 17 02:58:01  at 
> org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
> 2022-08-17T02:58:01.8899844Z Aug 17 02:58:01  at 
> org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
> 2022-08-17T02:58:01.8900581Z Aug 17 02:58:01  at 
> org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
> 2022-08-17T02:58:01.8901226Z Aug 17 02:58:01  at 
> org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
> 2022-08-17T02:58:01.8907420Z Aug 17 02:58:01  at 
> org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
> 2022-08-17T02:58:01.8908068Z Aug 17 02:58:01  at 
> org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
> 2022-08-17T02:58:01.8908735Z Aug 17 02:58:01  at 
> org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:299)
> 2022-08-17T02:58:01.8909447Z Aug 17 02:58:01  at 
> org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:293)
> 2022-08-17T02:58:01.8910255Z Aug 17 02:58:01  at 
> java.util.concurrent.FutureTask.run(FutureTask.java:266)
> 2022-08-17T02:58:01.8915691Z Aug 17 02:58:01  at 
> java.lang.Thread.run(Thread.java:748)
> {code}
> https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=40084&view=logs&j=77a9d8e1-d610-59b3-fc2a-4766541e0e33&t=125e07e7-8de0-5c6c-a541-a567415af3ef



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (FLINK-29008) SortMergeResultPartitionTest.testRelease failed with TestTimedOutException

2022-08-17 Thread Huang Xingbo (Jira)


[ 
https://issues.apache.org/jira/browse/FLINK-29008?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17580650#comment-17580650
 ] 

Huang Xingbo commented on FLINK-29008:
--

[~kevin.cyj] Could you help take a look? Thx.

> SortMergeResultPartitionTest.testRelease failed with TestTimedOutException
> --
>
> Key: FLINK-29008
> URL: https://issues.apache.org/jira/browse/FLINK-29008
> Project: Flink
>  Issue Type: Bug
>  Components: Runtime / Network
>Affects Versions: 1.16.0
>Reporter: Huang Xingbo
>Priority: Critical
>  Labels: test-stability
> Fix For: 1.16.0
>
>
> {code:java}
> 2022-08-17T02:58:01.8887337Z Aug 17 02:58:01 [ERROR] 
> SortMergeResultPartitionTest.testRelease  Time elapsed: 60.843 s  <<< ERROR!
> 2022-08-17T02:58:01.8887851Z Aug 17 02:58:01 
> org.junit.runners.model.TestTimedOutException: test timed out after 60 seconds
> 2022-08-17T02:58:01.8891703Z Aug 17 02:58:01  at 
> org.apache.flink.runtime.io.network.partition.SortMergeResultPartitionTest.testRelease(SortMergeResultPartitionTest.java:374)
> 2022-08-17T02:58:01.8892705Z Aug 17 02:58:01  at 
> sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 2022-08-17T02:58:01.8893282Z Aug 17 02:58:01  at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> 2022-08-17T02:58:01.8893966Z Aug 17 02:58:01  at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> 2022-08-17T02:58:01.8898552Z Aug 17 02:58:01  at 
> java.lang.reflect.Method.invoke(Method.java:498)
> 2022-08-17T02:58:01.8899210Z Aug 17 02:58:01  at 
> org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
> 2022-08-17T02:58:01.8899844Z Aug 17 02:58:01  at 
> org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
> 2022-08-17T02:58:01.8900581Z Aug 17 02:58:01  at 
> org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
> 2022-08-17T02:58:01.8901226Z Aug 17 02:58:01  at 
> org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
> 2022-08-17T02:58:01.8907420Z Aug 17 02:58:01  at 
> org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
> 2022-08-17T02:58:01.8908068Z Aug 17 02:58:01  at 
> org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
> 2022-08-17T02:58:01.8908735Z Aug 17 02:58:01  at 
> org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:299)
> 2022-08-17T02:58:01.8909447Z Aug 17 02:58:01  at 
> org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:293)
> 2022-08-17T02:58:01.8910255Z Aug 17 02:58:01  at 
> java.util.concurrent.FutureTask.run(FutureTask.java:266)
> 2022-08-17T02:58:01.8915691Z Aug 17 02:58:01  at 
> java.lang.Thread.run(Thread.java:748)
> {code}
> https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=40084&view=logs&j=77a9d8e1-d610-59b3-fc2a-4766541e0e33&t=125e07e7-8de0-5c6c-a541-a567415af3ef



--
This message was sent by Atlassian Jira
(v8.20.10#820010)