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

Bolke de Bruin edited comment on AIRFLOW-401 at 7/17/17 7:48 AM:
-----------------------------------------------------------------

[~darkk] You are probably hitting a celery/kombu bug that only got fixed very 
recently. A workaround is to use Redis or use CELERY_WORKER_PREFETCH_MULTIPLIER 
= 0 & -P solo . See https://github.com/celery/celery/issues/3712


was (Author: bolke):
[~darkk] You are probably hitting a celery/kombu bug that only got fixed very 
recently. A workaround is to use Redis or use CELERY_WORKER_PREFETCH_MULTIPLIER 
= 0 & -P solo .

> scheduler gets stuck without a trace
> ------------------------------------
>
>                 Key: AIRFLOW-401
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-401
>             Project: Apache Airflow
>          Issue Type: Bug
>          Components: executor, scheduler
>    Affects Versions: Airflow 1.7.1.3
>            Reporter: Nadeem Ahmed Nazeer
>            Assignee: Bolke de Bruin
>            Priority: Minor
>              Labels: celery, kombu
>         Attachments: Dag_code.txt, schduler_cpu100%.png, 
> scheduler_stuck_7hours.png, scheduler_stuck.png
>
>
> The scheduler gets stuck without a trace or error. When this happens, the CPU 
> usage of scheduler service is at 100%. No jobs get submitted and everything 
> comes to a halt. Looks it goes into some kind of infinite loop. 
> The only way I could make it run again is by manually restarting the 
> scheduler service. But again, after running some tasks it gets stuck. I've 
> tried with both Celery and Local executors but same issue occurs. I am using 
> the -n 3 parameter while starting scheduler. 
> Scheduler configs,
> job_heartbeat_sec = 5
> scheduler_heartbeat_sec = 5
> executor = LocalExecutor
> parallelism = 32
> Please help. I would be happy to provide any other information needed



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to