Tan Kim created FLINK-32016:
-------------------------------
Summary: Logs are printed as disabled even if the autoscaler
option is true
Key: FLINK-32016
URL: https://issues.apache.org/jira/browse/FLINK-32016
Project: Flink
Issue Type: Improvement
Components: Autoscaler
Reporter: Tan Kim
The part where the job.autoscaler.enabled option is logged as disabled due to
the code below, even if it is set to true, is misleading to users and needs to
be corrected in the log message.
{code:java}
if (resource.getSpec().getJob() == null ||
!conf.getBoolean(AUTOSCALER_ENABLED)) {
LOG.info("Job autoscaler is disabled");
return false;
} {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)