1996fanrui commented on PR #677:
URL: 
https://github.com/apache/flink-kubernetes-operator/pull/677#issuecomment-1765865647

   Hi @mxm @gyfora , thanks for your hard review! 
   
   I addressed all comments of this PR so now. Some interfaces, code design and 
code style are improved, and no big changes during reviewing, I have updated 
the latest interfaces to the FLIP doc.
   
   About manual testing, I rebuilt the image to check whether it's fine just 
now, and run the `AutoscalingExample` with `autoscaling.yaml`. In general, it 
works well. There are some warn log due to these demo job still use the 
deprecated configuration key, and I have updated them in the last fix commit. 
   
   Please help review again in your free time, big thanks~ ❤️ 
   
   I can squash the last commit after your check. Also, please let me know if 
you think more manual testing is needed, thanks.
   
   ```
   2023-10-17 15:33:56,930 o.a.f.c.Configuration          [WARN ] 
[default.autoscaling-example] Config uses deprecated configuration key 
'kubernetes.operator.job.autoscaler.enabled' instead of proper key 
'job.autoscaler.enabled'
   2023-10-17 15:33:56,931 o.a.f.c.Configuration          [WARN ] 
[default.autoscaling-example] Config uses deprecated configuration key 
'kubernetes.operator.job.autoscaler.enabled' instead of proper key 
'job.autoscaler.enabled'
   2023-10-17 15:33:57,205 o.a.f.a.ScalingMetricCollector [INFO ] 
[default.autoscaling-example] Job updated at 2023-10-17T07:32:56.133Z. Clearing 
metrics.
   2023-10-17 15:33:57,331 o.a.f.c.Configuration          [WARN ] 
[default.autoscaling-example] Config uses deprecated configuration key 
'kubernetes.operator.job.autoscaler.metrics.window' instead of proper key 
'job.autoscaler.metrics.window'
   2023-10-17 15:33:57,332 o.a.f.c.Configuration          [WARN ] 
[default.autoscaling-example] Config uses deprecated configuration key 
'kubernetes.operator.job.autoscaler.stabilization.interval' instead of proper 
key 'job.autoscaler.stabilization.interval'
   2023-10-17 15:33:57,397 o.a.f.a.ScalingMetricCollector [WARN ] 
[default.autoscaling-example] pendingRecords metric for 
cbc357ccb763df2852fee8c4fc7d55f2 could not be found. Either a legacy source or 
an idle source. Assuming no pending records.
   2023-10-17 15:33:57,620 o.a.f.a.ScalingMetricCollector [INFO ] 
[default.autoscaling-example] Metric window not full until 
2023-10-17T07:36:56.931915Z
   2023-10-17 15:33:57,623 o.a.f.c.Configuration          [WARN ] 
[default.autoscaling-example] Config uses deprecated configuration key 
'kubernetes.operator.job.autoscaler.target.utilization.boundary' instead of 
proper key 'job.autoscaler.target.utilization.boundary'
   2023-10-17 15:33:57,624 o.a.f.c.Configuration          [WARN ] 
[default.autoscaling-example] Config uses deprecated configuration key 
'kubernetes.operator.job.autoscaler.target.utilization.boundary' instead of 
proper key 'job.autoscaler.target.utilization.boundary'
   ```


-- 
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]

Reply via email to