Details
Description
when you call flush() on a closed S3A output stream, you get a stack trace.
This can cause problems in code with race conditions across threads, e.g. FLINK-8543.
we could make it log@warn "stream closed" rather than raise an IOE. It's just a hint, after all.
Attachments
Attachments
Issue Links
- relates to
-
FLINK-8543 Output Stream closed at org.apache.hadoop.fs.s3a.S3AOutputStream.checkOpen
- Closed