StephanEwen commented on pull request #8751: URL: https://github.com/apache/flink/pull/8751#issuecomment-803990147
@klion26 and @carp84 The problem that this PR wants to solve should also be solved by [FLIP-158](https://cwiki.apache.org/confluence/display/FLINK/FLIP-158%3A+Generalized+incremental+checkpoints). Using the FLIP-158 approach with a longer checkpoint interval is also possible, it doesn't necessarily have to go with very short intervals. And FLIP-158 would also have the advantage that it does not change the way that streams need to stay open, artifacts span different checkpoints, etc. which makes the whole shared state management much more complex. What do you think about pursuing FLIP-158 further instead? -- 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. For queries about this service, please contact Infrastructure at: [email protected]
