From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 34721 invoked by alias); 18 Nov 2019 15:49:46 -0000 Mailing-List: contact elfutils-devel-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Post: List-Help: List-Subscribe: Sender: elfutils-devel-owner@sourceware.org Received: (qmail 34711 invoked by uid 89); 18 Nov 2019 15:49:46 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Checked: by ClamAV 0.100.3 on sourceware.org X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.3 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.3.1 spammy= X-Spam-Status: No, score=-3.3 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on sourceware.org X-Spam-Level: X-HELO: us-smtp-delivery-1.mimecast.com Received: from us-smtp-2.mimecast.com (HELO us-smtp-delivery-1.mimecast.com) (205.139.110.61) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 18 Nov 2019 15:49:45 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1574092184; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=tTGOWth0rCy0mqhTpTW+oB+m4YkirGfmgFjJbKRAphY=; b=fz2h7b4MKVtR15adnB2fzevF2mXUiBtjJdbN95mRj1vyYqKfXYRpzolOUHNi475AWAqYpl +AG7OG7DCRj0pTR1poJcyaQvryadJPJLHIAvI7EnYtxymKG7tN0j44qd9IZFSWIiGubr/o 7VCNCV3O1E2OTVIiBmKv+y5WK8cDrhY= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-232-Oc90Cv5cMoGeX9qBDo-kIQ-1; Mon, 18 Nov 2019 10:49:41 -0500 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.phx2.redhat.com [10.5.11.16]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 1541118A996F; Mon, 18 Nov 2019 15:49:40 +0000 (UTC) Received: from redhat.com (ovpn-116-19.phx2.redhat.com [10.3.116.19]) by smtp.corp.redhat.com (Postfix) with ESMTPS id EA6BF1CD; Mon, 18 Nov 2019 15:49:39 +0000 (UTC) Received: from fche by redhat.com with local (Exim 4.92) (envelope-from ) id 1iWjHW-0000nc-Cq; Mon, 18 Nov 2019 10:49:38 -0500 Date: Mon, 18 Nov 2019 15:49:00 -0000 From: "Frank Ch. Eigler" To: Mark Wielaard Cc: elfutils-devel@sourceware.org, amerey@redhat.com Subject: Re: patch 2/2 debuginfod server etc. Message-ID: <20191118154938.GA2880@redhat.com> References: <20191028190438.GC14349@redhat.com> <20191028190602.GD14349@redhat.com> <20191028190726.GE14349@redhat.com> <5356c862142d3221d91dc3f8767d6659639c61d9.camel@klomp.org> <20191115195439.GC15272@redhat.com> MIME-Version: 1.0 In-Reply-To: User-Agent: Mutt/1.12.0 (2019-05-25) X-Scanned-By: MIMEDefang 2.79 on 10.5.11.16 X-MC-Unique: Oc90Cv5cMoGeX9qBDo-kIQ-1 X-Mimecast-Spam-Score: 0 Content-Type: text/plain; charset=WINDOWS-1252 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-IsSubscribed: yes X-SW-Source: 2019-q4/txt/msg00167.txt.bz2 Hi - > Now that we have the metrics maybe we can poll those to see if the new > files have been indexed? Sort of indirectly. But then we're back to polling, which itself needs a timeout, so the logic is made at least as complicated. > The reason I am complaining about this, is that make check -j8 on my > system takes (without valgrind): >=20 > real 3m6.749s > user 0m42.627s > sys 0m31.588s >=20 > Of which 2m seem to just be sleeps in run-debuginfod-find.sh. (I wonder how that could be consider the total sleep is 45 seconds.) > > I see the man page doesn't specifically disclose the interpretation of > > zero. A "no retention of prior results" purpose is useful, and is > > consistent with 0 as per the text. A "retain forever" setting would > > have to be a different value. >=20 > Could you add the current interpretation of zero to the manual page? Done. - FChE