Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
None
Description
Check code that allocates resources, especially if it can be cancelled and should react by releasing the resources for a proper resource-acquisition-is-initialization style. Ideally with a straight forward try-with-resource if possible. If not possible, the resource cleanup should still follow a clear design principle and cleanup should be idempotent and ideally happens in reverse order of initialization.
Attachments
Issue Links
- Is contained by
-
FLINK-10043 Refactor object construction/inititlization/restore code
- Closed