Re: [PR] [FLINK-34212][autoscaler] Autoscaler Standalone cleans up stopped jobs to prevent memory leaks [flink-kubernetes-operator]

2024-05-09 Thread via GitHub
1996fanrui merged PR #824: URL: https://github.com/apache/flink-kubernetes-operator/pull/824 -- 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: issues-unsu

Re: [PR] [FLINK-34212][autoscaler] Autoscaler Standalone cleans up stopped jobs to prevent memory leaks [flink-kubernetes-operator]

2024-05-08 Thread via GitHub
1996fanrui commented on code in PR #824: URL: https://github.com/apache/flink-kubernetes-operator/pull/824#discussion_r1594925851 ## flink-autoscaler-standalone/src/test/java/org/apache/flink/autoscaler/standalone/StandaloneAutoscalerExecutorTest.java: ## @@ -227,6 +229,160 @@

Re: [PR] [FLINK-34212][autoscaler] Autoscaler Standalone cleans up stopped jobs to prevent memory leaks [flink-kubernetes-operator]

2024-05-08 Thread via GitHub
RocMarshal commented on code in PR #824: URL: https://github.com/apache/flink-kubernetes-operator/pull/824#discussion_r1594866016 ## flink-autoscaler-standalone/src/test/java/org/apache/flink/autoscaler/standalone/StandaloneAutoscalerExecutorTest.java: ## @@ -227,6 +229,160 @@

Re: [PR] [FLINK-34212][autoscaler] Autoscaler Standalone cleans up stopped jobs to prevent memory leaks [flink-kubernetes-operator]

2024-05-08 Thread via GitHub
RocMarshal commented on code in PR #824: URL: https://github.com/apache/flink-kubernetes-operator/pull/824#discussion_r1594866016 ## flink-autoscaler-standalone/src/test/java/org/apache/flink/autoscaler/standalone/StandaloneAutoscalerExecutorTest.java: ## @@ -227,6 +229,160 @@

[PR] [FLINK-34212][autoscaler] Autoscaler Standalone cleans up stopped jobs to prevent memory leaks [flink-kubernetes-operator]

2024-05-06 Thread via GitHub
1996fanrui opened a new pull request, #824: URL: https://github.com/apache/flink-kubernetes-operator/pull/824 ## What is the purpose of the change Autoscaler Standalone will fetch job list, and scale them. In general, autoscaler has some cache in memory. Autoscaler Stan