Skip to content

Commit 5f8ca53

Browse files
author
Daan Hoogland
committed
shutdown exception
1 parent 3bd4902 commit 5f8ca53

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

plugins/integrations/prometheus/src/main/java/org/apache/cloudstack/metrics/PrometheusExporterServerImpl.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@ public void handle(HttpExchange httpExchange) throws IOException {
110110
@Override
111111
public boolean stop() {
112112
if (httpServer != null) {
113-
httpServer.setExecutor(null);
114113
httpServer.stop(0);
115114
logger.debug("Stopped Prometheus exporter http server");
116115
}

0 commit comments

Comments
 (0)