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 AA6112009F9 for ; Mon, 23 May 2016 11:23:17 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id A9065160A0F; Mon, 23 May 2016 09:23:17 +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 226F31609A8 for ; Mon, 23 May 2016 11:23:16 +0200 (CEST) Received: (qmail 96193 invoked by uid 500); 23 May 2016 09:23:16 -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 96184 invoked by uid 99); 23 May 2016 09:23:16 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 May 2016 09:23:16 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id F26171A08FA for ; Mon, 23 May 2016 09:23:15 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -4.021 X-Spam-Level: X-Spam-Status: No, score=-4.021 tagged_above=-999 required=6.31 tests=[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=-0.001] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id Ga-UQk1FL_DN for ; Mon, 23 May 2016 09:23:14 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with SMTP id D35495FB20 for ; Mon, 23 May 2016 09:23:13 +0000 (UTC) Received: (qmail 95210 invoked by uid 99); 23 May 2016 09:23:13 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 May 2016 09:23:13 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 00C112C14F8 for ; Mon, 23 May 2016 09:23:12 +0000 (UTC) Date: Mon, 23 May 2016 09:23:12 +0000 (UTC) From: "Bence Nagy (JIRA)" To: commits@airflow.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (AIRFLOW-163) Running multiple LocalExecutor schedulers makes system load skyrocket MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Mon, 23 May 2016 09:23:17 -0000 Bence Nagy created AIRFLOW-163: ---------------------------------- Summary: Running multiple LocalExecutor schedulers makes syste= m load skyrocket Key: AIRFLOW-163 URL: https://issues.apache.org/jira/browse/AIRFLOW-163 Project: Apache Airflow Issue Type: Bug Affects Versions: Airflow 1.7.1 Environment: EC2 t2.medium instance,=20 Docker `version 1.11.1, build 5604cbe`,=20 Host is `Linux ip-172-31-44-140 3.13.0-85-generic #129-Ubuntu SMP Thu Mar 1= 7 20:50:15 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux`,=20 Docker containers are built upon the `python:3.5` image,=20 LocalExecutor is used with two scheduler containers running Reporter: Bence Nagy Priority: Minor I've been told on Gitter that this is expected currently, but thought I'd c= reate an issue for it anyway. See this screenshot of a task duration chart =E2=80=94 I launched a second = scheduler for the 8:50 execution. The orange line represents a PostgresOper= ator task (i.e. processing happens independent of airflow), while the other= lines represent data copying tasks that go through a temp file on the airf= low host https://i.imgur.com/2tDKgKj.png I'm seeing a system load of around 4.0-5.0 when processing tasks when one s= cheduler is running, and 20.0-30.0 with two. Running {{airflow scheduler --num_runs 3}} under yappi got me these results= when ordered by total time: http://pastebin.com/8TiEG4P3. I still have the= raw profiling data, let me know if another data extract would be useful. -- This message was sent by Atlassian JIRA (v6.3.4#6332)