You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Yun Gao (Jira)" <ji...@apache.org> on 2022/04/18 07:09:00 UTC

[jira] [Commented] (FLINK-27216) CheckpointCoordinatorTest.testMinCheckpointPause failed on azure

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

Yun Gao commented on FLINK-27216:
---------------------------------

https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=34745&view=logs&j=b0a398c0-685b-599c-eb57-c8c2a771138e&t=747432ad-a576-5911-1e2a-68c6bedc248a&l=9360

> CheckpointCoordinatorTest.testMinCheckpointPause failed on azure
> ----------------------------------------------------------------
>
>                 Key: FLINK-27216
>                 URL: https://issues.apache.org/jira/browse/FLINK-27216
>             Project: Flink
>          Issue Type: Bug
>          Components: Runtime / Checkpointing
>    Affects Versions: 1.15.0
>            Reporter: Yun Gao
>            Priority: Major
>              Labels: test-stability
>
> {code:java}
> 2022-04-12T04:36:26.8490051Z Apr 12 04:36:26 [ERROR] Tests run: 49, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 4.912 s <<< FAILURE! - in org.apache.flink.runtime.checkpoint.CheckpointCoordinatorTest
> 2022-04-12T04:36:26.8491666Z Apr 12 04:36:26 [ERROR] org.apache.flink.runtime.checkpoint.CheckpointCoordinatorTest.testMinCheckpointPause  Time elapsed: 0.053 s  <<< ERROR!
> 2022-04-12T04:36:26.8493295Z Apr 12 04:36:26 org.apache.flink.runtime.checkpoint.CheckpointException: Could not finalize the pending checkpoint 1. Failure reason: Failure to finalize checkpoint.
> 2022-04-12T04:36:26.8494208Z Apr 12 04:36:26 	at org.apache.flink.runtime.checkpoint.CheckpointCoordinator.finalizeCheckpoint(CheckpointCoordinator.java:1354)
> 2022-04-12T04:36:26.8495074Z Apr 12 04:36:26 	at org.apache.flink.runtime.checkpoint.CheckpointCoordinator.completePendingCheckpoint(CheckpointCoordinator.java:1241)
> 2022-04-12T04:36:26.8496598Z Apr 12 04:36:26 	at org.apache.flink.runtime.checkpoint.CheckpointCoordinator.receiveAcknowledgeMessage(CheckpointCoordinator.java:1133)
> 2022-04-12T04:36:26.8497813Z Apr 12 04:36:26 	at org.apache.flink.runtime.checkpoint.CheckpointCoordinatorTest.testMinCheckpointPause(CheckpointCoordinatorTest.java:396)
> 2022-04-12T04:36:26.8498560Z Apr 12 04:36:26 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 2022-04-12T04:36:26.8499456Z Apr 12 04:36:26 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> 2022-04-12T04:36:26.8500181Z Apr 12 04:36:26 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> 2022-04-12T04:36:26.8500838Z Apr 12 04:36:26 	at java.lang.reflect.Method.invoke(Method.java:498)
> 2022-04-12T04:36:26.8501563Z Apr 12 04:36:26 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
> 2022-04-12T04:36:26.8502551Z Apr 12 04:36:26 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
> 2022-04-12T04:36:26.8503624Z Apr 12 04:36:26 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
> 2022-04-12T04:36:26.8504933Z Apr 12 04:36:26 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
> 2022-04-12T04:36:26.8505787Z Apr 12 04:36:26 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
> 2022-04-12T04:36:26.8506629Z Apr 12 04:36:26 	at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
> 2022-04-12T04:36:26.8507691Z Apr 12 04:36:26 	at org.apache.flink.util.TestNameProvider$1.evaluate(TestNameProvider.java:45)
> 2022-04-12T04:36:26.8508940Z Apr 12 04:36:26 	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
> 2022-04-12T04:36:26.8509960Z Apr 12 04:36:26 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
> 2022-04-12T04:36:26.8511048Z Apr 12 04:36:26 	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
> 2022-04-12T04:36:26.8512426Z Apr 12 04:36:26 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
> 2022-04-12T04:36:26.8513106Z Apr 12 04:36:26 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
> 2022-04-12T04:36:26.8513828Z Apr 12 04:36:26 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
> 2022-04-12T04:36:26.8514490Z Apr 12 04:36:26 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
> 2022-04-12T04:36:26.8515121Z Apr 12 04:36:26 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
> 2022-04-12T04:36:26.8515751Z Apr 12 04:36:26 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
> 2022-04-12T04:36:26.8516368Z Apr 12 04:36:26 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
> 2022-04-12T04:36:26.8516995Z Apr 12 04:36:26 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
> 2022-04-12T04:36:26.8517620Z Apr 12 04:36:26 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
> 2022-04-12T04:36:26.8518227Z Apr 12 04:36:26 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
> 2022-04-12T04:36:26.8518804Z Apr 12 04:36:26 	at org.junit.runner.JUnitCore.run(JUnitCore.java:137)
> 2022-04-12T04:36:26.8519362Z Apr 12 04:36:26 	at org.junit.runner.JUnitCore.run(JUnitCore.java:115)
> 2022-04-12T04:36:26.8519978Z Apr 12 04:36:26 	at org.junit.vintage.engine.execution.RunnerExecutor.execute(RunnerExecutor.java:42)
> 2022-04-12T04:36:26.8520709Z Apr 12 04:36:26 	at org.junit.vintage.engine.VintageTestEngine.executeAllChildren(VintageTestEngine.java:80)
> 2022-04-12T04:36:26.8521433Z Apr 12 04:36:26 	at org.junit.vintage.engine.VintageTestEngine.execute(VintageTestEngine.java:72)
> 2022-04-12T04:36:26.8522524Z Apr 12 04:36:26 	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:107)
> 2022-04-12T04:36:26.8523583Z Apr 12 04:36:26 	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:88)
> 2022-04-12T04:36:26.8524432Z Apr 12 04:36:26 	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:54)
> 2022-04-12T04:36:26.8525320Z Apr 12 04:36:26 	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:67)
> 2022-04-12T04:36:26.8526159Z Apr 12 04:36:26 	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:52)
> 2022-04-12T04:36:26.8527090Z Apr 12 04:36:26 	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:114)
> 2022-04-12T04:36:26.8527815Z Apr 12 04:36:26 	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:86)
> 2022-04-12T04:36:26.8528865Z Apr 12 04:36:26 	at org.junit.platform.launcher.core.DefaultLauncherSession$DelegatingLauncher.execute(DefaultLauncherSession.java:86)
> 2022-04-12T04:36:26.8529835Z Apr 12 04:36:26 	at org.junit.platform.launcher.core.SessionPerRequestLauncher.execute(SessionPerRequestLauncher.java:53)
> 2022-04-12T04:36:26.8530646Z Apr 12 04:36:26 	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.execute(JUnitPlatformProvider.java:188)
> 2022-04-12T04:36:26.8531535Z Apr 12 04:36:26 	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:154)
> 2022-04-12T04:36:26.8532490Z Apr 12 04:36:26 	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:124)
> 2022-04-12T04:36:26.8533266Z Apr 12 04:36:26 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:428)
> 2022-04-12T04:36:26.8534097Z Apr 12 04:36:26 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
> 2022-04-12T04:36:26.8534777Z Apr 12 04:36:26 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:562)
> 2022-04-12T04:36:26.8535454Z Apr 12 04:36:26 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:548)
> 2022-04-12T04:36:26.8536018Z Apr 12 04:36:26 Caused by: java.lang.NullPointerException
> 2022-04-12T04:36:26.8536659Z Apr 12 04:36:26 	at org.apache.flink.runtime.checkpoint.PendingCheckpoint.finalizeCheckpoint(PendingCheckpoint.java:327)
> 2022-04-12T04:36:26.8537465Z Apr 12 04:36:26 	at org.apache.flink.runtime.checkpoint.CheckpointCoordinator.finalizeCheckpoint(CheckpointCoordinator.java:1337)
> 2022-04-12T04:36:26.8538073Z Apr 12 04:36:26 	... 48 more
> 2022-04-12T04:36:26.8538406Z Apr 12 04:36:26 
> {code}
> https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=34535&view=logs&j=0da23115-68bb-5dcd-192c-bd4c8adebde1&t=24c3384f-1bcb-57b3-224f-51bf973bbee8&l=9180



--
This message was sent by Atlassian Jira
(v8.20.1#820001)