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

Matthias Pohl commented on FLINK-33346:
---------------------------------------

The instability is caused by the 100ms. The fatal error hides the actual cause 
(the {{TimeoutException}}). It can be reproduced by setting the timeout of the 
test to 0ms. The actual cause is revealed when disabling the fatal error 
handling or not throwing a AssertionError in case of the fatal error.

> DispatcherResourceCleanupTest.testFatalErrorIfJobCannotBeMarkedDirtyInJobResultStore
>  fails on AZP
> -------------------------------------------------------------------------------------------------
>
>                 Key: FLINK-33346
>                 URL: https://issues.apache.org/jira/browse/FLINK-33346
>             Project: Flink
>          Issue Type: Technical Debt
>          Components: Runtime / Coordination
>    Affects Versions: 1.19.0
>            Reporter: Sergey Nuyanzin
>            Assignee: Matthias Pohl
>            Priority: Critical
>              Labels: test-stability
>
> This build 
> https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=53905&view=logs&j=0da23115-68bb-5dcd-192c-bd4c8adebde1&t=24c3384f-1bcb-57b3-224f-51bf973bbee8&l=6800
> failed with 
> {noformat}
> Oct 22 00:59:32 Caused by: java.io.IOException: Expected IOException.
> Oct 22 00:59:32       at 
> org.apache.flink.runtime.dispatcher.DispatcherResourceCleanupTest.lambda$testFatalErrorIfJobCannotBeMarkedDirtyInJobResultStore$6(DispatcherResourceCleanupTest.java:558)
> Oct 22 00:59:32       at 
> org.apache.flink.runtime.testutils.TestingJobResultStore.createDirtyResultAsync(TestingJobResultStore.java:81)
> Oct 22 00:59:32       at 
> org.apache.flink.runtime.dispatcher.Dispatcher.createDirtyJobResultEntryAsync(Dispatcher.java:1441)
> Oct 22 00:59:32       at 
> org.apache.flink.runtime.dispatcher.Dispatcher.lambda$createDirtyJobResultEntryIfMissingAsync$45(Dispatcher.java:1422)
> Oct 22 00:59:32       at 
> java.util.concurrent.CompletableFuture.uniComposeStage(CompletableFuture.java:995)
> Oct 22 00:59:32       ... 39 more
> {noformat}



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

Reply via email to