morhidi commented on code in PR #617:
URL:
https://github.com/apache/flink-kubernetes-operator/pull/617#discussion_r1224460888
##########
flink-kubernetes-operator-autoscaler/src/main/java/org/apache/flink/kubernetes/operator/autoscaler/ScalingMetricCollector.java:
##########
@@ -101,6 +100,7 @@ public CollectedMetricHistory updateMetrics(
metricHistory.clear();
metricCollectionStartTs = now;
}
+ var topology = getJobTopology(flinkService, cr, conf, autoscalerInfo);
Review Comment:
We query than wipe out the topology along with the metrics according to the
original logic.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]