Till Rohrmann created FLINK-24437: ------------------------------------- Summary: Remove unhandled exception handler from CuratorFramework before closing it Key: FLINK-24437 URL: https://issues.apache.org/jira/browse/FLINK-24437 Project: Flink Issue Type: Improvement Components: Runtime / Coordination Affects Versions: 1.14.0, 1.15.0 Reporter: Till Rohrmann Fix For: 1.15.0, 1.14.1
With FLINK-24021 we add an unhandled exception handler to the started {{CuratorFramework}}. In order to avoid that shutting down the {{CuratorFramework}} causes triggering of this handler, we should unregister it before closing the {{CuratorFramework}} instance. -- This message was sent by Atlassian Jira (v8.3.4#803005)