.removeMonitor(clusterId);
}
// runTerminateAllRule(monitor);
if (monitor != null) {
monitor.destroy();
log.info(String.format("Cluster monitor has been removed successfully: [cluster] %s ",
clusterId));
}
} catch (Exception e) {
log.error("Error processing event", e);