[
https://issues.apache.org/jira/browse/FLINK-32715?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17749061#comment-17749061
]
Matthias Pohl commented on FLINK-32715:
---------------------------------------
I'm linking an old issue where the same test was failing but with a different
stacktrace. I closed FLINK-24304 because we don't have any logs of the old run,
anymore.
I'm linking these two because the issue can be still the same and we're just
experiencing a different stacktrace because of the leader election changes that
happened after 1.12
> ProcessFailureCancelingITCase.testCancelingOnProcessFailure
> -----------------------------------------------------------
>
> Key: FLINK-32715
> URL: https://issues.apache.org/jira/browse/FLINK-32715
> Project: Flink
> Issue Type: Bug
> Components: Runtime / Coordination
> Affects Versions: 1.18.0
> Reporter: Matthias Pohl
> Priority: Blocker
> Labels: test-stability
>
> https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=51798&view=logs&j=a596f69e-60d2-5a4b-7d39-dc69e4cdaed3&t=712ade8c-ca16-5b76-3acd-14df33bc1cb1&l=7610
> {code}
> Jul 29 01:03:36 01:03:36.670 [ERROR]
> org.apache.flink.test.recovery.ProcessFailureCancelingITCase.testCancelingOnProcessFailure
> Time elapsed: 9.138 s <<< ERROR!
> Jul 29 01:03:36 java.lang.IllegalStateException: The
> DefaultLeaderElectionService should have been stopped before closing the
> instance.
> Jul 29 01:03:36 at
> org.apache.flink.util.Preconditions.checkState(Preconditions.java:193)
> Jul 29 01:03:36 at
> org.apache.flink.runtime.leaderelection.DefaultLeaderElectionService.close(DefaultLeaderElectionService.java:291)
> Jul 29 01:03:36 at
> org.apache.flink.runtime.highavailability.AbstractHaServices.closeAndCleanupAllData(AbstractHaServices.java:201)
> Jul 29 01:03:36 at
> org.apache.flink.test.recovery.ProcessFailureCancelingITCase.testCancelingOnProcessFailure(ProcessFailureCancelingITCase.java:249)
> Jul 29 01:03:36 at
> java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> [...]
> {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)