Skip to content

Commit

Permalink
[FLINK-36407] Shut down coordinatorExecutor upon closing SchemaRegistry
Browse files Browse the repository at this point in the history
  • Loading branch information
morozov committed Sep 29, 2024
1 parent 4b13c49 commit 9ae27ab
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ public void start() throws Exception {
@Override
public void close() throws Exception {
LOG.info("SchemaRegistry for {} closed.", operatorName);
coordinatorExecutor.shutdown();
requestHandler.close();
}

Expand Down

0 comments on commit 9ae27ab

Please sign in to comment.