Matthias Pohl created FLINK-32445: ------------------------------------- Summary: BlobStore.closeAndCleanupAllData doesn't do any close action Key: FLINK-32445 URL: https://issues.apache.org/jira/browse/FLINK-32445 Project: Flink Issue Type: Technical Debt Components: Runtime / Coordination Affects Versions: 1.18.0 Reporter: Matthias Pohl
We might want to refactor {{BlobStore.closeAndCleanupAllData}}: It doesn't close any resources (and doesn't need to). Therefore, renaming the interfaces method to {{cleanAllData}} seems to be more appropriate. This enables us to remove redundant code in {{AbstractHaServices.closeAndCleanupAllData}} and {{AbstractHaServices.close}} -- This message was sent by Atlassian Jira (v8.20.10#820010)