[ https://issues.apache.org/jira/browse/FLINK-26839?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Flink Jira Bot updated FLINK-26839: ----------------------------------- Labels: auto-deprioritized-major stale-critical test-stability (was: auto-deprioritized-major test-stability) I am the [Flink Jira Bot|https://github.com/apache/flink-jira-bot/] and I help the community manage its development. I see this issues has been marked as Critical but is unassigned and neither itself nor its Sub-Tasks have been updated for 14 days. I have gone ahead and marked it "stale-critical". If this ticket is critical, please either assign yourself or give an update. Afterwards, please remove the label or in 7 days the issue will be deprioritized. > > SessionDispatcherLeaderProcessTest.recoverJobs_withJobIdRecoveryFailure_failsFatally > failed on azures > ------------------------------------------------------------------------------------------------------ > > Key: FLINK-26839 > URL: https://issues.apache.org/jira/browse/FLINK-26839 > Project: Flink > Issue Type: Bug > Components: Runtime / Coordination > Affects Versions: 1.15.0, 1.17.0 > Reporter: Yun Gao > Priority: Critical > Labels: auto-deprioritized-major, stale-critical, test-stability > > {code:java} > Mar 24 04:11:15 [ERROR] > SessionDispatcherLeaderProcessTest.recoverJobs_withJobIdRecoveryFailure_failsFatally:667->runJobRecoveryFailureTest:677 > > Mar 24 04:11:15 Expecting > Mar 24 04:11:15 <CompletableFuture[Completed: > java.util.concurrent.CompletionException: > org.apache.flink.util.FlinkRuntimeException: Could not retrieve job ids of > persisted jobs. > Mar 24 04:11:15 at > java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:273) > Mar 24 04:11:15 at > java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:280) > Mar 24 04:11:15 at > java.util.concurrent.CompletableFuture.uniApply(CompletableFuture.java:618) > Mar 24 04:11:15 ...(5 remaining lines not displayed - this can be > changed with Assertions.setMaxStackTraceElementsDisplayed)]> > Mar 24 04:11:15 to be completed within 100L Millis. > Mar 24 04:11:15 > Mar 24 04:11:15 exception caught while trying to get the future result: > java.util.concurrent.TimeoutException > Mar 24 04:11:15 at > java.util.concurrent.CompletableFuture.timedGet(CompletableFuture.java:1784) > Mar 24 04:11:15 at > java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1928) > Mar 24 04:11:15 at > org.assertj.core.internal.Futures.assertSucceededWithin(Futures.java:100) > Mar 24 04:11:15 at > org.assertj.core.api.AbstractCompletableFutureAssert.internalSucceedsWithin(AbstractCompletableFutureAssert.java:438) > Mar 24 04:11:15 at > org.assertj.core.api.AbstractCompletableFutureAssert.succeedsWithin(AbstractCompletableFutureAssert.java:434) > Mar 24 04:11:15 at > org.apache.flink.runtime.dispatcher.runner.SessionDispatcherLeaderProcessTest.runJobRecoveryFailureTest(SessionDispatcherLeaderProcessTest.java:677) > Mar 24 04:11:15 at > org.apache.flink.runtime.dispatcher.runner.SessionDispatcherLeaderProcessTest.recoverJobs_withJobIdRecoveryFailure_failsFatally(SessionDispatcherLeaderProcessTest.java:667) > Mar 24 04:11:15 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native > Method) > Mar 24 04:11:15 at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) > Mar 24 04:11:15 at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > Mar 24 04:11:15 at java.lang.reflect.Method.invoke(Method.java:498) > Mar 24 04:11:15 at > org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:725) > Mar 24 04:11:15 at > org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) > Mar 24 04:11:15 at > org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) > Mar 24 04:11:15 at > org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:149) > Mar 24 04:11:15 at > org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:140) > Mar 24 04:11:15 at > org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:84) > Mar 24 04:11:15 at > org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115) > Mar 24 04:11:15 at > org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105) > Mar 24 04:11:15 at > org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) > Mar 24 04:11:15 at > org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) > Mar 24 04:11:15 at > org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) > Mar 24 04:11:15 at > org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) > Mar 24 04:11:15 at > org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:104) > Mar 24 04:11:15 at > org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:98) > Mar 24 04:11:15 at > org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:214) > Mar 24 04:11:15 at > org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) > Mar 24 04:11:15 at > org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:210) > Mar 24 04:11:15 at > org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135) > {code} > https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=33672&view=logs&j=a549b384-c55a-52c0-c451-00e0477ab6db&t=eef5922c-08d9-5ba3-7299-8393476594e7&l=9662 -- This message was sent by Atlassian Jira (v8.20.10#820010)