[ https://issues.apache.org/jira/browse/FLINK-21186?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17463075#comment-17463075 ]
Piotr Nowojski commented on FLINK-21186: ---------------------------------------- I still think there is no issue in this code. It's maybe not the prettiest solution, but it works as far as I can tell. Under this ticket we can do a little bit of clean up in `RecordWriterOutput`, to explicitly limit what types of exception (only `IOException`) can be wrapped in `RuntimeException`, and instead of using `RuntimeException` directly, we can thus use `UncheckedIOException`. > RecordWriterOutput swallows interrupt state when interrupted. > ------------------------------------------------------------- > > Key: FLINK-21186 > URL: https://issues.apache.org/jira/browse/FLINK-21186 > Project: Flink > Issue Type: Bug > Components: Runtime / Task > Affects Versions: 1.13.0 > Reporter: Arvid Heise > Priority: Minor > Labels: auto-deprioritized-major, stale-minor > -- This message was sent by Atlassian Jira (v8.20.1#820001)