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 147E92009F9 for ; Mon, 23 May 2016 21:32:19 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 130DE160A0E; Mon, 23 May 2016 19:32:19 +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 5D6B9160A05 for ; Mon, 23 May 2016 21:32:18 +0200 (CEST) Received: (qmail 17233 invoked by uid 500); 23 May 2016 19:32:17 -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 17223 invoked by uid 99); 23 May 2016 19:32:17 -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 19:32:17 +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 1B1651A5BAA for ; Mon, 23 May 2016 19:32:17 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -3.221 X-Spam-Level: X-Spam-Status: No, score=-3.221 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=-0.001] autolearn=disabled Received: from mx2-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id sNKG9jAsdqDZ for ; Mon, 23 May 2016 19:32:15 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx2-lw-eu.apache.org (ASF Mail Server at mx2-lw-eu.apache.org) with SMTP id 481DA5FBCE for ; Mon, 23 May 2016 19:32:14 +0000 (UTC) Received: (qmail 16041 invoked by uid 99); 23 May 2016 19:32: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 19:32:13 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 2B2622C1F7A for ; Mon, 23 May 2016 19:32:13 +0000 (UTC) Date: Mon, 23 May 2016 19:32:13 +0000 (UTC) From: "Chris Riccomini (JIRA)" To: commits@airflow.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (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 19:32:19 -0000 [ https://issues.apache.org/jira/browse/AIRFLOW-163?page=3Dcom.atlassia= n.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D152= 96936#comment-15296936 ]=20 Chris Riccomini commented on AIRFLOW-163: ----------------------------------------- [~bolke], does this get addressed in AIRFLOW-128? > Running multiple LocalExecutor schedulers makes system 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= 17 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 > Labels: scheduler > > I've been told on Gitter that this is expected currently, but thought I'd= create an issue for it anyway. > See this screenshot of a task duration chart =E2=80=94 I launched a secon= d scheduler for the 8:50 execution. The orange line represents a PostgresOp= erator task (i.e. processing happens independent of airflow), while the oth= er lines represent data copying tasks that go through a temp file on the ai= rflow host https://i.imgur.com/2tDKgKj.png > I'm seeing a system load of around 4.0-5.0 when processing tasks when one= scheduler is running, and 20.0-30.0 with two. > Running {{airflow scheduler --num_runs 3}} under yappi got me these resul= ts when ordered by total time: http://pastebin.com/8TiEG4P3. I still have t= he raw profiling data, let me know if another data extract would be useful. -- This message was sent by Atlassian JIRA (v6.3.4#6332)