Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.15.1, 1.16.0
Description
While enabling compression, Changelog part will wrap output stream using
StreamCompressionDecorator#decorateWithCompression.
As the comment said, "IMPORTANT: For streams returned by this method, {@link OutputStream#close()} is not propagated to the inner stream. The inner stream must be closed separately.".
But StateChangeFsUploader will not close inner stream if wrapped stream has been closed.
So the upload may not complete when enabling compression even if it returns success.
Attachments
Issue Links
- is related to
-
FLINK-28581 Test Changelog StateBackend V2 Manually
- Closed
- links to