This is an automated email from the ASF dual-hosted git repository. trohrmann pushed a change to branch release-1.12 in repository https://gitbox.apache.org/repos/asf/flink.git.
from 46b4644 [FLINK-16947][Azure] Attempt to fix the "Entry has not been leased from this pool" add 709c411 [FLINK-22014][ha] Make sure that AbstractHaServices delete first the HA data before deleting blobs on closeAndCleanupAllData No new revisions were added by this update. Summary of changes: .../highavailability/AbstractHaServices.java | 17 +- .../highavailability/AbstractHaServicesTest.java | 226 +++++++++++++++++++++ 2 files changed, 239 insertions(+), 4 deletions(-) create mode 100644 flink-runtime/src/test/java/org/apache/flink/runtime/highavailability/AbstractHaServicesTest.java