[jira] [Updated] (FLINK-26993) CheckpointCoordinatorTest#testMinCheckpointPause

2022-06-20 Thread David Anderson (Jira)


 [ 
https://issues.apache.org/jira/browse/FLINK-26993?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

David Anderson updated FLINK-26993:
---
Fix Version/s: 1.15.1
   (was: 1.15.2)

> CheckpointCoordinatorTest#testMinCheckpointPause
> 
>
> Key: FLINK-26993
> URL: https://issues.apache.org/jira/browse/FLINK-26993
> Project: Flink
>  Issue Type: Technical Debt
>  Components: Runtime / Checkpointing, Tests
>Affects Versions: 1.15.0
>Reporter: Chesnay Schepler
>Assignee: Chesnay Schepler
>Priority: Major
>  Labels: pull-request-available
> Fix For: 1.16.0, 1.15.1
>
>
> The test triggers checkpoints, waits for the CC to have stored a pending 
> checkpoint, and then sends an acknowledge.
> The acknowledge can fail with an NPE because the 
> PendingCheckpoint#checkpointTargetLocation hasn't been set yet. This doesn't 
> happen synchronously with the PendingCheckpoint being added to 
> CheckpointCoordinator#pendingCheckpoints.
> {code}
> Apr 01 19:57:36 [ERROR] 
> org.apache.flink.runtime.checkpoint.CheckpointCoordinatorTest.testMinCheckpointPause
>   Time elapsed: 0.012 s  <<< ERROR!
> Apr 01 19:57:36 org.apache.flink.runtime.checkpoint.CheckpointException: 
> Could not finalize the pending checkpoint 1. Failure reason: Failure to 
> finalize checkpoint.
> Apr 01 19:57:36   at 
> org.apache.flink.runtime.checkpoint.CheckpointCoordinator.finalizeCheckpoint(CheckpointCoordinator.java:1354)
> Apr 01 19:57:36   at 
> org.apache.flink.runtime.checkpoint.CheckpointCoordinator.completePendingCheckpoint(CheckpointCoordinator.java:1241)
> Apr 01 19:57:36   at 
> org.junit.vintage.engine.VintageTestEngine.execute(VintageTestEngine.java:72)
> ...
> Apr 01 19:57:36 Caused by: java.lang.NullPointerException
> Apr 01 19:57:36   at 
> org.apache.flink.runtime.checkpoint.PendingCheckpoint.finalizeCheckpoint(PendingCheckpoint.java:327)
> Apr 01 19:57:36   at 
> org.apache.flink.runtime.checkpoint.CheckpointCoordinator.finalizeCheckpoint(CheckpointCoordinator.java:1337)
> Apr 01 19:57:36   ... 50 more
> {code}



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Updated] (FLINK-26993) CheckpointCoordinatorTest#testMinCheckpointPause

2022-06-16 Thread Piotr Nowojski (Jira)


 [ 
https://issues.apache.org/jira/browse/FLINK-26993?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Piotr Nowojski updated FLINK-26993:
---
Fix Version/s: 1.15.2

> CheckpointCoordinatorTest#testMinCheckpointPause
> 
>
> Key: FLINK-26993
> URL: https://issues.apache.org/jira/browse/FLINK-26993
> Project: Flink
>  Issue Type: Technical Debt
>  Components: Runtime / Checkpointing, Tests
>Affects Versions: 1.15.0
>Reporter: Chesnay Schepler
>Assignee: Chesnay Schepler
>Priority: Major
>  Labels: pull-request-available
> Fix For: 1.16.0, 1.15.2
>
>
> The test triggers checkpoints, waits for the CC to have stored a pending 
> checkpoint, and then sends an acknowledge.
> The acknowledge can fail with an NPE because the 
> PendingCheckpoint#checkpointTargetLocation hasn't been set yet. This doesn't 
> happen synchronously with the PendingCheckpoint being added to 
> CheckpointCoordinator#pendingCheckpoints.
> {code}
> Apr 01 19:57:36 [ERROR] 
> org.apache.flink.runtime.checkpoint.CheckpointCoordinatorTest.testMinCheckpointPause
>   Time elapsed: 0.012 s  <<< ERROR!
> Apr 01 19:57:36 org.apache.flink.runtime.checkpoint.CheckpointException: 
> Could not finalize the pending checkpoint 1. Failure reason: Failure to 
> finalize checkpoint.
> Apr 01 19:57:36   at 
> org.apache.flink.runtime.checkpoint.CheckpointCoordinator.finalizeCheckpoint(CheckpointCoordinator.java:1354)
> Apr 01 19:57:36   at 
> org.apache.flink.runtime.checkpoint.CheckpointCoordinator.completePendingCheckpoint(CheckpointCoordinator.java:1241)
> Apr 01 19:57:36   at 
> org.junit.vintage.engine.VintageTestEngine.execute(VintageTestEngine.java:72)
> ...
> Apr 01 19:57:36 Caused by: java.lang.NullPointerException
> Apr 01 19:57:36   at 
> org.apache.flink.runtime.checkpoint.PendingCheckpoint.finalizeCheckpoint(PendingCheckpoint.java:327)
> Apr 01 19:57:36   at 
> org.apache.flink.runtime.checkpoint.CheckpointCoordinator.finalizeCheckpoint(CheckpointCoordinator.java:1337)
> Apr 01 19:57:36   ... 50 more
> {code}



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Updated] (FLINK-26993) CheckpointCoordinatorTest#testMinCheckpointPause

2022-06-01 Thread Anton Kalashnikov (Jira)


 [ 
https://issues.apache.org/jira/browse/FLINK-26993?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Anton Kalashnikov updated FLINK-26993:
--
Affects Version/s: 1.15.0

> CheckpointCoordinatorTest#testMinCheckpointPause
> 
>
> Key: FLINK-26993
> URL: https://issues.apache.org/jira/browse/FLINK-26993
> Project: Flink
>  Issue Type: Technical Debt
>  Components: Runtime / Checkpointing, Tests
>Affects Versions: 1.15.0
>Reporter: Chesnay Schepler
>Assignee: Chesnay Schepler
>Priority: Major
>  Labels: pull-request-available
> Fix For: 1.16.0
>
>
> The test triggers checkpoints, waits for the CC to have stored a pending 
> checkpoint, and then sends an acknowledge.
> The acknowledge can fail with an NPE because the 
> PendingCheckpoint#checkpointTargetLocation hasn't been set yet. This doesn't 
> happen synchronously with the PendingCheckpoint being added to 
> CheckpointCoordinator#pendingCheckpoints.
> {code}
> Apr 01 19:57:36 [ERROR] 
> org.apache.flink.runtime.checkpoint.CheckpointCoordinatorTest.testMinCheckpointPause
>   Time elapsed: 0.012 s  <<< ERROR!
> Apr 01 19:57:36 org.apache.flink.runtime.checkpoint.CheckpointException: 
> Could not finalize the pending checkpoint 1. Failure reason: Failure to 
> finalize checkpoint.
> Apr 01 19:57:36   at 
> org.apache.flink.runtime.checkpoint.CheckpointCoordinator.finalizeCheckpoint(CheckpointCoordinator.java:1354)
> Apr 01 19:57:36   at 
> org.apache.flink.runtime.checkpoint.CheckpointCoordinator.completePendingCheckpoint(CheckpointCoordinator.java:1241)
> Apr 01 19:57:36   at 
> org.junit.vintage.engine.VintageTestEngine.execute(VintageTestEngine.java:72)
> ...
> Apr 01 19:57:36 Caused by: java.lang.NullPointerException
> Apr 01 19:57:36   at 
> org.apache.flink.runtime.checkpoint.PendingCheckpoint.finalizeCheckpoint(PendingCheckpoint.java:327)
> Apr 01 19:57:36   at 
> org.apache.flink.runtime.checkpoint.CheckpointCoordinator.finalizeCheckpoint(CheckpointCoordinator.java:1337)
> Apr 01 19:57:36   ... 50 more
> {code}



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Updated] (FLINK-26993) CheckpointCoordinatorTest#testMinCheckpointPause

2022-04-07 Thread Chesnay Schepler (Jira)


 [ 
https://issues.apache.org/jira/browse/FLINK-26993?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Chesnay Schepler updated FLINK-26993:
-
Description: 
The test triggers checkpoints, waits for the CC to have stored a pending 
checkpoint, and then sends an acknowledge.
The acknowledge can fail with an NPE because the 
PendingCheckpoint#checkpointTargetLocation hasn't been set yet. This doesn't 
happen synchronously with the PendingCheckpoint being added to 
CheckpointCoordinator#pendingCheckpoints.

{code}
Apr 01 19:57:36 [ERROR] 
org.apache.flink.runtime.checkpoint.CheckpointCoordinatorTest.testMinCheckpointPause
  Time elapsed: 0.012 s  <<< ERROR!
Apr 01 19:57:36 org.apache.flink.runtime.checkpoint.CheckpointException: Could 
not finalize the pending checkpoint 1. Failure reason: Failure to finalize 
checkpoint.
Apr 01 19:57:36 at 
org.apache.flink.runtime.checkpoint.CheckpointCoordinator.finalizeCheckpoint(CheckpointCoordinator.java:1354)
Apr 01 19:57:36 at 
org.apache.flink.runtime.checkpoint.CheckpointCoordinator.completePendingCheckpoint(CheckpointCoordinator.java:1241)
Apr 01 19:57:36 at 
org.junit.vintage.engine.VintageTestEngine.execute(VintageTestEngine.java:72)
...
Apr 01 19:57:36 Caused by: java.lang.NullPointerException
Apr 01 19:57:36 at 
org.apache.flink.runtime.checkpoint.PendingCheckpoint.finalizeCheckpoint(PendingCheckpoint.java:327)
Apr 01 19:57:36 at 
org.apache.flink.runtime.checkpoint.CheckpointCoordinator.finalizeCheckpoint(CheckpointCoordinator.java:1337)
Apr 01 19:57:36 ... 50 more
{code}

  was:
The test triggers checkpoints, waits for the CC to have stored a pending 
checkpoint, and then sends an acknowledge.
The acknowledge can fail with an NPE because the 
PendingCheckpoint#checkpointTargetLocation hasn't been set yet. This doesn't 
happen synchronously with the PendingCheckpoint being added to 
CheckpointCoordinator#pendingCheckpoints.


> CheckpointCoordinatorTest#testMinCheckpointPause
> 
>
> Key: FLINK-26993
> URL: https://issues.apache.org/jira/browse/FLINK-26993
> Project: Flink
>  Issue Type: Technical Debt
>  Components: Runtime / Checkpointing, Tests
>Reporter: Chesnay Schepler
>Assignee: Chesnay Schepler
>Priority: Major
>  Labels: pull-request-available
> Fix For: 1.16.0
>
>
> The test triggers checkpoints, waits for the CC to have stored a pending 
> checkpoint, and then sends an acknowledge.
> The acknowledge can fail with an NPE because the 
> PendingCheckpoint#checkpointTargetLocation hasn't been set yet. This doesn't 
> happen synchronously with the PendingCheckpoint being added to 
> CheckpointCoordinator#pendingCheckpoints.
> {code}
> Apr 01 19:57:36 [ERROR] 
> org.apache.flink.runtime.checkpoint.CheckpointCoordinatorTest.testMinCheckpointPause
>   Time elapsed: 0.012 s  <<< ERROR!
> Apr 01 19:57:36 org.apache.flink.runtime.checkpoint.CheckpointException: 
> Could not finalize the pending checkpoint 1. Failure reason: Failure to 
> finalize checkpoint.
> Apr 01 19:57:36   at 
> org.apache.flink.runtime.checkpoint.CheckpointCoordinator.finalizeCheckpoint(CheckpointCoordinator.java:1354)
> Apr 01 19:57:36   at 
> org.apache.flink.runtime.checkpoint.CheckpointCoordinator.completePendingCheckpoint(CheckpointCoordinator.java:1241)
> Apr 01 19:57:36   at 
> org.junit.vintage.engine.VintageTestEngine.execute(VintageTestEngine.java:72)
> ...
> Apr 01 19:57:36 Caused by: java.lang.NullPointerException
> Apr 01 19:57:36   at 
> org.apache.flink.runtime.checkpoint.PendingCheckpoint.finalizeCheckpoint(PendingCheckpoint.java:327)
> Apr 01 19:57:36   at 
> org.apache.flink.runtime.checkpoint.CheckpointCoordinator.finalizeCheckpoint(CheckpointCoordinator.java:1337)
> Apr 01 19:57:36   ... 50 more
> {code}



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


[jira] [Updated] (FLINK-26993) CheckpointCoordinatorTest#testMinCheckpointPause

2022-04-04 Thread ASF GitHub Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/FLINK-26993?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

ASF GitHub Bot updated FLINK-26993:
---
Labels: pull-request-available  (was: )

> CheckpointCoordinatorTest#testMinCheckpointPause
> 
>
> Key: FLINK-26993
> URL: https://issues.apache.org/jira/browse/FLINK-26993
> Project: Flink
>  Issue Type: Technical Debt
>  Components: Runtime / Checkpointing, Tests
>Reporter: Chesnay Schepler
>Priority: Major
>  Labels: pull-request-available
> Fix For: 1.16.0
>
>
> The test triggers checkpoints, waits for the CC to have stored a pending 
> checkpoint, and then sends an acknowledge.
> The acknowledge can fail with an NPE because the 
> PendingCheckpoint#checkpointTargetLocation hasn't been set yet. This doesn't 
> happen synchronously with the PendingCheckpoint being added to 
> CheckpointCoordinator#pendingCheckpoints.



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