You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2020/06/22 14:03:00 UTC

[jira] [Commented] (AIRFLOW-5902) local_task_job is sleeping more often than it needs and spamming task log

    [ https://issues.apache.org/jira/browse/AIRFLOW-5902?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17142063#comment-17142063 ] 

ASF subversion and git services commented on AIRFLOW-5902:
----------------------------------------------------------

Commit 87000c8a485d443178490a28243118c3c9609d61 in airflow's branch refs/heads/v1-10-test from Qingping Hou
[ https://gitbox.apache.org/repos/asf?p=airflow.git;h=87000c8 ]

[AIRFLOW-5902] avoid unnecessary sleep to maintain local task job heart rate (#6553)

sleep to maintain heart rate is already done by the hearbeat() call

(cherry picked from commit dbf81df24444205f36268745b76e575292c91be8)


> local_task_job is sleeping more often than it needs and spamming task log
> -------------------------------------------------------------------------
>
>                 Key: AIRFLOW-5902
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-5902
>             Project: Apache Airflow
>          Issue Type: Bug
>          Components: core
>    Affects Versions: 2.0.0
>            Reporter: QP Hou
>            Assignee: QP Hou
>            Priority: Minor
>             Fix For: 2.0.0
>
>
> local_task_log's _execute loop is calling extra unnecessary sleep after a heartbeat to keep up with the heart rate.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)