fredia commented on PR #21822: URL: https://github.com/apache/flink/pull/21822#issuecomment-1472206270
@jiexray Thanks for reviewing, I update this PR according to @zoltar9264 and your suggestion. Currently, the registration of local files is moved to `FsStateChangelogWriter.persist()` to avoid the effect of materialization and the `confirm()` of other subtasks on this TM. And `createdCheckpointId` is introduced to `LocalChangelogRegistryImpl`, to avoid deleting the files of the previous checkpoint when abort. Could you please help take a look again? -- 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]
