You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2021/09/13 20:23:54 UTC

[GitHub] [iceberg] kbendick commented on pull request #3106: FLINK - Add tolerableCheckpointFailureNumber to debug CI timeouts

kbendick commented on pull request #3106:
URL: https://github.com/apache/iceberg/pull/3106#issuecomment-918547243


   I actually don't think this will work.
   
   The checkpoints are being aborted, not necessarily failing.
   
   There's more discussion here: https://issues.apache.org/jira/browse/FLINK-2491
   
   It seems as though the source finishes, so its task(s) shut down, while other parts are still checkpointing, so the checkpoint cannot complete as all tasks need to be up and running to acknowledge a checkpoint.
   
   I think we'll need to update `BoundedTestSource` and its checkpoint abort logic.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org