[
https://issues.apache.org/jira/browse/FLINK-29899?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17638485#comment-17638485
]
Matthias Pohl commented on FLINK-29899:
---------------------------------------
You are right, [~zhuzh] . The error presented in the issue description is
misleading. We shouldn't print the stacktrace. I guess, that was accidentally
added in
[DefaultExecutionGraphCacheTest:151|https://github.com/apache/flink/blob/ad47fe246f7416c5685d1a38b8b8fb44ec503e86/flink-runtime/src/test/java/org/apache/flink/runtime/rest/handler/legacy/DefaultExecutionGraphCacheTest.java#L151].
Anyway, about the 137 exit code that's mentioned in the issue title: It's quite
likely caused by some memory leak in one of the {{flink-table}} modules. It's
just that other modules are affected by it if they run on the same machine at
the same time.
I'm gonna go ahead and rephrase the title of this Jira issue and remove the
stacktrace printing.
> flink-runtime tests fail with exit code 137 returned from Docker
> ----------------------------------------------------------------
>
> Key: FLINK-29899
> URL: https://issues.apache.org/jira/browse/FLINK-29899
> Project: Flink
> Issue Type: Bug
> Components: Runtime / Task
> Affects Versions: 1.16.0, 1.17.0
> Reporter: Qingsheng Ren
> Priority: Critical
>
> [https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=42849&view=logs&j=0da23115-68bb-5dcd-192c-bd4c8adebde1&t=24c3384f-1bcb-57b3-224f-51bf973bbee8&l=8700]
>
>
> {code:java}
> java.util.concurrent.ExecutionException:
> org.apache.flink.runtime.messages.FlinkJobNotFoundException: Could not find
> Flink job (408c1ab89f41c2d4f99c870e8abde94d)
> at
> java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:357)
> at
> java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1908)
> at
> org.apache.flink.runtime.rest.handler.legacy.DefaultExecutionGraphCacheTest.testImmediateCacheInvalidationAfterFailure(DefaultExecutionGraphCacheTest.java:147)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:498)
> at
> org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
> {code}
>
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)