kbendick commented on issue #3091: URL: https://github.com/apache/iceberg/issues/3091#issuecomment-918516558
This stack overflow question might be of use for debugging this issue: https://stackoverflow.com/questions/65236052/flink-checkpoint-is-getting-aborted ```You can check your parallelism Settings, if your program's parallelism is greater than the source's parallelism, then some task will show completion because it doesn't have the data, and that would abort a checkpoint.``` -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
