From issues-return-38664-archive-asf-public=cust-asf.ponee.io@karaf.apache.org Fri Feb 9 06:54:05 2018 Return-Path: X-Original-To: archive-asf-public@eu.ponee.io Delivered-To: archive-asf-public@eu.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by mx-eu-01.ponee.io (Postfix) with ESMTP id 02417180676 for ; Fri, 9 Feb 2018 06:54:05 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id E0848160C4A; Fri, 9 Feb 2018 05:54:04 +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 377FA160C5D for ; Fri, 9 Feb 2018 06:54:04 +0100 (CET) Received: (qmail 81876 invoked by uid 500); 9 Feb 2018 05:54:03 -0000 Mailing-List: contact issues-help@karaf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@karaf.apache.org Delivered-To: mailing list issues@karaf.apache.org Received: (qmail 81815 invoked by uid 99); 9 Feb 2018 05:54:03 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Feb 2018 05:54:03 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id AC5DDC0678 for ; Fri, 9 Feb 2018 05:54:02 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -109.511 X-Spam-Level: X-Spam-Status: No, score=-109.511 tagged_above=-999 required=6.31 tests=[ENV_AND_HDR_SPF_MATCH=-0.5, KAM_ASCII_DIVIDERS=0.8, RCVD_IN_DNSWL_MED=-2.3, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01, USER_IN_DEF_SPF_WL=-7.5, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id hEO5gpzwIYJZ for ; Fri, 9 Feb 2018 05:54:01 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 36B475F2A8 for ; Fri, 9 Feb 2018 05:54:01 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 700F5E00A3 for ; Fri, 9 Feb 2018 05:54:00 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 2EC5521E84 for ; Fri, 9 Feb 2018 05:54:00 +0000 (UTC) Date: Fri, 9 Feb 2018 05:54:00 +0000 (UTC) From: =?utf-8?Q?Jean-Baptiste_Onofr=C3=A9_=28JIRA=29?= To: issues@karaf.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Assigned] (KARAF-5604) karaf:features-generate-descriptor takes long when faced with complex feature dependencies MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/KARAF-5604?page=3Dcom.atlassia= n.jira.plugin.system.issuetabpanels:all-tabpanel ] Jean-Baptiste Onofr=C3=A9 reassigned KARAF-5604: ------------------------------------------- Assignee: Jean-Baptiste Onofr=C3=A9 > karaf:features-generate-descriptor takes long when faced with complex fea= ture dependencies > -------------------------------------------------------------------------= ----------------- > > Key: KARAF-5604 > URL: https://issues.apache.org/jira/browse/KARAF-5604 > Project: Karaf > Issue Type: Improvement > Components: karaf-tooling > Affects Versions: 4.1.3 > Reporter: Robert Varga > Assignee: Jean-Baptiste Onofr=C3=A9 > Priority: Major > Fix For: 4.2.0, 4.1.5 > > > Opendaylight's distribution-check jobs generate features which have compl= ex feature dependencies, which exposes scaling issues in karaf:features-gen= erate-descriptor. > [https://github.com/opendaylight/integration-distribution/tree/master/fea= tures/singles/odl-integration-all] takes ~270 seconds to generate: > real 4m28.834s > user 3m40.287s > sys 1m23.629s > [https://github.com/opendaylight/integration-distribution/tree/master/fea= tures/repos/index] takes ~638 seconds to generate: > real 10m38.859s > user 7m55.004s > sys 3m17.269s > Running profiling shows that this time is dominated by short-lived FileIn= putStreams being generated at a rate of 7K-8Kps =E2=80=93 which are coming = from both feature reading and from artifact resolution. -- This message was sent by Atlassian JIRA (v7.6.3#76005)