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

Matthias Pohl edited comment on FLINK-35601 at 6/16/24 1:29 PM:
----------------------------------------------------------------

This seems to be caused by recently added [PR 
#24481|https://github.com/apache/flink/pull/24881] that is connected to 
FLINK-25537. I haven't been able to reproduce the error of this Jira issue (I 
haven't tried it with JDK 17) but running the test repeatedly causes the test 
to eventually timeout (tried 3x where the test ran into a deadlock (?) after 
512, 618 and 3724 repetitions). It might be worth reverting the changes of PR 
#24481


was (Author: mapohl):
This seems to be caused by recently added [PR 
#24481|https://github.com/apache/flink/pull/24881] that is connected to 
FLINK-25537. I haven't been able to reproduce the error of this Jira issue but 
running the test repeatedly causes the test to eventually timeout (tried 3x 
where the test ran into a deadlock (?) after 512, 618 and 3724 repetitions). It 
might be worth reverting the changes of PR #24481

> InitOutputPathTest.testErrorOccursUnSynchronized failed due to 
> NoSuchFieldException
> -----------------------------------------------------------------------------------
>
>                 Key: FLINK-35601
>                 URL: https://issues.apache.org/jira/browse/FLINK-35601
>             Project: Flink
>          Issue Type: Bug
>          Components: Build System / CI
>    Affects Versions: 1.20.0
>            Reporter: Weijie Guo
>            Priority: Major
>
> {code:java}
> Jun 14 02:17:56 02:17:56.037 [ERROR] 
> org.apache.flink.core.fs.InitOutputPathTest.testErrorOccursUnSynchronized -- 
> Time elapsed: 0.021 s <<< ERROR!
> Jun 14 02:17:56 java.lang.NoSuchFieldException: modifiers
> Jun 14 02:17:56       at 
> java.base/java.lang.Class.getDeclaredField(Class.java:2610)
> Jun 14 02:17:56       at 
> org.apache.flink.core.fs.InitOutputPathTest.testErrorOccursUnSynchronized(InitOutputPathTest.java:59)
> Jun 14 02:17:56       at 
> java.base/java.lang.reflect.Method.invoke(Method.java:568)
> Jun 14 02:17:56       at 
> java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194)
> Jun 14 02:17:56       at 
> java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
> Jun 14 02:17:56       at 
> java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)
> Jun 14 02:17:56       at 
> java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)
> Jun 14 02:17:56       at 
> java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)
> Jun 14 02:17:56       at 
> java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
> {code}
> https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=60259&view=logs&j=675bf62c-8558-587e-2555-dcad13acefb5&t=5878eed3-cc1e-5b12-1ed0-9e7139ce0992&l=6491



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

Reply via email to