Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 6B322200B85 for ; Thu, 15 Sep 2016 20:32:26 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 69942160AC6; Thu, 15 Sep 2016 18:32:26 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id B0436160ABA for ; Thu, 15 Sep 2016 20:32:25 +0200 (CEST) Received: (qmail 15502 invoked by uid 500); 15 Sep 2016 18:32:24 -0000 Mailing-List: contact commits-help@airflow.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@airflow.incubator.apache.org Delivered-To: mailing list commits@airflow.incubator.apache.org Received: (qmail 15493 invoked by uid 99); 15 Sep 2016 18:32:24 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Sep 2016 18:32:24 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 64D3CC05C3 for ; Thu, 15 Sep 2016 18:32:24 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -4.646 X-Spam-Level: X-Spam-Status: No, score=-4.646 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-1.426] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id z1uUWIQIJAbo for ; Thu, 15 Sep 2016 18:32:22 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with SMTP id 8278D5F238 for ; Thu, 15 Sep 2016 18:32:21 +0000 (UTC) Received: (qmail 14515 invoked by uid 99); 15 Sep 2016 18:32:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Sep 2016 18:32:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 72EE22C014D for ; Thu, 15 Sep 2016 18:32:20 +0000 (UTC) Date: Thu, 15 Sep 2016 18:32:20 +0000 (UTC) From: =?utf-8?Q?Maciej_Bry=C5=84ski_=28JIRA=29?= To: commits@airflow.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Comment Edited] (AIRFLOW-401) scheduler gets stuck without a trace MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 15 Sep 2016 18:32:26 -0000 [ https://issues.apache.org/jira/browse/AIRFLOW-401?page=3Dcom.atlassia= n.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D154= 73369#comment-15473369 ]=20 Maciej Bry=C5=84ski edited comment on AIRFLOW-401 at 9/15/16 6:31 PM: ----------------------------------------------------------------- After upgrading to master everything works so slowly. I have 3 scheduler, 3 workers and most of the logs I see=20 {code} [2016-09-08 09:26:36,444] {jobs.py:1346} INFO - Heartbeating the process ma= nager [2016-09-08 09:26:36,444] {jobs.py:1383} INFO - Heartbeating the executor {code} And there is new run every few minutes was (Author: maver1ck): After upgrading to master everything works so fucking slowly. I have 3 scheduler, 3 workers and most of the logs I see=20 {code} [2016-09-08 09:26:36,444] {jobs.py:1346} INFO - Heartbeating the process ma= nager [2016-09-08 09:26:36,444] {jobs.py:1383} INFO - Heartbeating the executor {code} And there is new run every few minutes > 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 > Attachments: Dag_code.txt, schduler_cpu100%.png, scheduler_stuck.= png, scheduler_stuck_7hours.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 every= thing comes to a halt. Looks it goes into some kind of infinite loop.=20 > The only way I could make it run again is by manually restarting the sche= duler service. But again, after running some tasks it gets stuck. I've trie= d with both Celery and Local executors but same issue occurs. I am using th= e -n 3 parameter while starting scheduler.=20 > Scheduler configs, > job_heartbeat_sec =3D 5 > scheduler_heartbeat_sec =3D 5 > executor =3D LocalExecutor > parallelism =3D 32 > Please help. I would be happy to provide any other information needed -- This message was sent by Atlassian JIRA (v6.3.4#6332)