Fabian Paul created FLINK-23248:
-----------------------------------
Summary: SinkWriter is not close when failing
Key: FLINK-23248
URL: https://issues.apache.org/jira/browse/FLINK-23248
Project: Flink
Issue Type: Bug
Components: Runtime / Task
Affects Versions: 1.12.4, 1.13.1, 1.14.0
Reporter: Fabian Paul
Currently the SinkWriter is only closed when the operator finishes in
`AbstractSinkWriterOperator#close()` but we also must close the SinkWrite on
`AbstractSinkWriterOperator#dispose()` to release possible acquired resources
when failing
--
This message was sent by Atlassian Jira
(v8.3.4#803005)