fredia commented on PR #25069: URL: https://github.com/apache/flink/pull/25069#issuecomment-2220407244
Thanks for the PR, `couldReuse` does have a problem, the fix is LGTM. But for the failed test `testSwitchFromEnablingToDisablingFileMerging`, the check fail at 3rd checkpoint, I think it has something to do with the test itself. When restoring a job from `file-merging disabled` to `file-merging disabled` in CLAIM mode, the restored state handle may be reused by the subsequent checkpoint, it is uncertain when the restored files will actually be deleted. -- 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]
