(DEPRECATED) Apache Flink Mailing List archive.
Search
everywhere
only in this topic
Advanced Search
[jira] [Created] (FLINK-9584) Unclosed streams in Bucketing-/RollingSink
Classic
List
Threaded
♦
♦
Locked
1 message
Shang Yuanchun (Jira)
Reply
|
Threaded
Open this post in threaded view
♦
♦
|
[jira] [Created] (FLINK-9584) Unclosed streams in Bucketing-/RollingSink
Chesnay Schepler created FLINK-9584:
---------------------------------------
Summary: Unclosed streams in Bucketing-/RollingSink
Key: FLINK-9584
URL:
https://issues.apache.org/jira/browse/FLINK-9584
Project: Flink
Issue Type: Bug
Components: filesystem-connector
Affects Versions: 1.5.0, 1.6.0
Reporter: Chesnay Schepler
There are 4 instances of {{FSDataOutputStream}} that are not properly closed in the {{BucketingSink}} (2) and {{RollingSink}} (2).
[
https://github.com/apache/flink/blob/master/flink-connectors/flink-connector-filesystem/src/main/java/org/apache/flink/streaming/connectors/fs/RollingSink.java#L536
]
[
https://github.com/apache/flink/blob/master/flink-connectors/flink-connector-filesystem/src/main/java/org/apache/flink/streaming/connectors/fs/RollingSink.java#L705
]
[
https://github.com/apache/flink/blob/master/flink-connectors/flink-connector-filesystem/src/main/java/org/apache/flink/streaming/connectors/fs/bucketing/BucketingSink.java#L638
]
[
https://github.com/apache/flink/blob/master/flink-connectors/flink-connector-filesystem/src/main/java/org/apache/flink/streaming/connectors/fs/bucketing/BucketingSink.java#882
]
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
Free forum by Nabble
Edit this page