[
https://issues.apache.org/jira/browse/AIRFLOW-5038?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16896033#comment-16896033
]
ASF subversion and git services commented on AIRFLOW-5038:
----------------------------------------------------------
Commit ad94df833f4148555f10a1905f19a5006d32e873 in airflow's branch
refs/heads/master from Qingping Hou
[ https://gitbox.apache.org/repos/asf?p=airflow.git;h=ad94df8 ]
[AIRFLOW-5038] skip pod deleted log message when pod deletion is disabled
(#5656)
When delete_worker_pods is set to False, scheduler should not log
Pod deleted message.
> Pod deleted message is shown incorrectly when pod deletion is disabled
> ----------------------------------------------------------------------
>
> Key: AIRFLOW-5038
> URL: https://issues.apache.org/jira/browse/AIRFLOW-5038
> Project: Apache Airflow
> Issue Type: Bug
> Components: scheduler
> Affects Versions: 2.0.0
> Reporter: QP Hou
> Assignee: QP Hou
> Priority: Minor
>
> When `delete_worker_pods` is set to False, scheduler still logs this line:
> `self.log.info('Deleted pod: %s', str(key))`, which is incorrect and
> confusing.
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)