-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
changefeedccl: Release compression codec as soon as error occurs
Proactively close compression codecs if an error occurs when writing to cloud storage file. While we always call Close on the sink object, this PR ensures that even if this doesn't happen, the resources used by compression code are released as soon as an error (during write) occurs. Informs #106774 Release note: None
- Loading branch information
Yevgeniy Miretskiy
committed
Jul 14, 2023
1 parent
2fb2855
commit 388bb8b
Showing
2 changed files
with
76 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters