mateczagany commented on PR #29132: URL: https://github.com/apache/flink/pull/29132#issuecomment-5589208827
@gaborgsomogyi I would not mind skipping abort all together in `close()`, that was my original idea, and that's how the current Hadoop implementation works. But I had no other idea to keep the fix of [FLINK-39786](https://issues.apache.org/jira/browse/FLINK-39786) working. Also, `persist()` and `close()` hold the same lock, so I don't think there is a race on the flag. -- 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]
