[ https://issues.apache.org/jira/browse/FLINK-31120?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17692070#comment-17692070 ]
Matthias Pohl commented on FLINK-31120: --------------------------------------- {{ConstructedAccessFunctionsITCase.testTableApiFlattenStructuredType}} instability due to a {{ConcurrentModificationException}} with a similar stacktrace: https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=46387&view=logs&j=0c940707-2659-5648-cbe6-a1ad63045f0a&t=075c2716-8010-5565-fe08-3c4bb45824a4&l=11938 {code} Feb 22 04:26:07 [ERROR] Tests run: 7, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 10.108 s <<< FAILURE! - in org.apache.flink.table.planner.functions.ConstructedAccessFunctionsITCase Feb 22 04:26:07 [ERROR] org.apache.flink.table.planner.functions.ConstructedAccessFunctionsITCase.testTableApiFlattenStructuredType Time elapsed: 5.107 s <<< ERROR! Feb 22 04:26:07 org.apache.flink.table.api.TableException: Failed to execute sql Feb 22 04:26:07 at org.apache.flink.table.api.internal.TableEnvironmentImpl.executeQueryOperation(TableEnvironmentImpl.java:974) Feb 22 04:26:07 at org.apache.flink.table.api.internal.TableEnvironmentImpl.executeInternal(TableEnvironmentImpl.java:1422) Feb 22 04:26:07 at org.apache.flink.table.api.internal.TableImpl.execute(TableImpl.java:476) Feb 22 04:26:07 at org.apache.flink.table.planner.functions.ConstructedAccessFunctionsITCase.testTableApiFlattenStructuredType(ConstructedAccessFunctionsITCase.java:192) Feb 22 04:26:07 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) Feb 22 04:26:07 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) Feb 22 04:26:07 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) Feb 22 04:26:07 at java.lang.reflect.Method.invoke(Method.java:498) Feb 22 04:26:07 at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:727) Feb 22 04:26:07 at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) Feb 22 04:26:07 at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) Feb 22 04:26:07 at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156) Feb 22 04:26:07 at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147) Feb 22 04:26:07 at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86) Feb 22 04:26:07 at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) Feb 22 04:26:07 at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) Feb 22 04:26:07 at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) Feb 22 04:26:07 at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) Feb 22 04:26:07 at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) Feb 22 04:26:07 at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) Feb 22 04:26:07 at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92) Feb 22 04:26:07 at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86) Feb 22 04:26:07 at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:217) Feb 22 04:26:07 at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) Feb 22 04:26:07 at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:213) Feb 22 04:26:07 at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:138) Feb 22 04:26:07 at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:68) Feb 22 04:26:07 at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151) Feb 22 04:26:07 at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) Feb 22 04:26:07 at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) Feb 22 04:26:07 at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) Feb 22 04:26:07 at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) Feb 22 04:26:07 at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) Feb 22 04:26:07 at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) Feb 22 04:26:07 at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) Feb 22 04:26:07 at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:185) Feb 22 04:26:07 at java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:189) Feb 22 04:26:07 at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) Feb 22 04:26:07 at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) Feb 22 04:26:07 at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692) Feb 22 04:26:07 at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:175) Feb 22 04:26:07 Caused by: java.util.ConcurrentModificationException Feb 22 04:26:07 at java.util.ArrayList.forEach(ArrayList.java:1262) Feb 22 04:26:07 at org.apache.flink.streaming.api.environment.StreamExecutionEnvironment.executeAsync(StreamExecutionEnvironment.java:2202) Feb 22 04:26:07 at org.apache.flink.table.planner.delegation.DefaultExecutor.executeAsync(DefaultExecutor.java:95) Feb 22 04:26:07 at org.apache.flink.table.api.internal.TableEnvironmentImpl.executeQueryOperation(TableEnvironmentImpl.java:955) Feb 22 04:26:07 ... 40 more {code} > ConcurrentModificationException occurred in StringFunctionsITCase.test > ---------------------------------------------------------------------- > > Key: FLINK-31120 > URL: https://issues.apache.org/jira/browse/FLINK-31120 > Project: Flink > Issue Type: Bug > Components: Table SQL / Runtime > Affects Versions: 1.17.0 > Reporter: Matthias Pohl > Assignee: Shuiqiang Chen > Priority: Blocker > Labels: pull-request-available, test-stability > > https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=46255&view=logs&j=0c940707-2659-5648-cbe6-a1ad63045f0a&t=075c2716-8010-5565-fe08-3c4bb45824a4&l=12334 > {code} > Feb 17 04:51:25 [ERROR] Tests run: 4, Failures: 0, Errors: 1, Skipped: 0, > Time elapsed: 10.725 s <<< FAILURE! - in > org.apache.flink.table.planner.functions.StringFunctionsITCase > Feb 17 04:51:25 [ERROR] > org.apache.flink.table.planner.functions.StringFunctionsITCase.test(TestCase)[4] > Time elapsed: 4.367 s <<< ERROR! > Feb 17 04:51:25 org.apache.flink.table.api.TableException: Failed to execute > sql > Feb 17 04:51:25 at > org.apache.flink.table.api.internal.TableEnvironmentImpl.executeQueryOperation(TableEnvironmentImpl.java:974) > Feb 17 04:51:25 at > org.apache.flink.table.api.internal.TableEnvironmentImpl.executeInternal(TableEnvironmentImpl.java:1422) > Feb 17 04:51:25 at > org.apache.flink.table.api.internal.TableImpl.execute(TableImpl.java:476) > Feb 17 04:51:25 at > org.apache.flink.table.planner.functions.BuiltInFunctionTestBase$ResultTestItem.test(BuiltInFunctionTestBase.java:354) > Feb 17 04:51:25 at > org.apache.flink.table.planner.functions.BuiltInFunctionTestBase$TestSetSpec.lambda$getTestCase$4(BuiltInFunctionTestBase.java:320) > Feb 17 04:51:25 at > org.apache.flink.table.planner.functions.BuiltInFunctionTestBase$TestCase.execute(BuiltInFunctionTestBase.java:113) > Feb 17 04:51:25 at > org.apache.flink.table.planner.functions.BuiltInFunctionTestBase.test(BuiltInFunctionTestBase.java:93) > Feb 17 04:51:25 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > [...] > {code} -- This message was sent by Atlassian Jira (v8.20.10#820010)