From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-4.2 required=3.0 tests=ALL_TRUSTED,AWL,BAYES_00, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF shortcircuit=no autolearn=ham autolearn_force=no version=3.4.6 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 6C9F21F4C1; Tue, 12 Nov 2024 19:20:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=80x24.org; s=selector1; t=1731439202; bh=ZSf3/yQeDmHOi+tL5Qwe/GZ5rHvkyv1i+g/FZ+OlHaQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=WXZSqSrcsbXmUlgbxt4xsjr04Av2C3hENNvCM2J27CAxyh3IToz19hh2U1U9QoTPS B7rLrT7MLamxf2aOHu5nzulQpavWelg1qGprY54C2eewwcHQKUUxXVY1/J3/ATZMhE o5Nk1oEZ9bXfBNQWIB+mrjsYFo3HyitEBL5lmndY= Date: Tue, 12 Nov 2024 19:20:02 +0000 From: Eric Wong To: Jonathan Corbet Cc: meta@public-inbox.org Subject: Re: Occasional public-inbox-httpd flakiness Message-ID: <20241112192002.M245700@dcvr> References: <875xp15n3o.fsf@trenco.lwn.net> <20241105232445.M291444@dcvr> <87zfm4qn6t.fsf@trenco.lwn.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <87zfm4qn6t.fsf@trenco.lwn.net> List-Id: Jonathan Corbet wrote: > Just to add a data point...the problem just recurred, and there are > definitely cat-file processes running: > > $ ps ax | fgrep git > 2640024 ? S 0:40 /usr/bin/git --git-dir=repos/ALL.git -c core.abbrev=40 cat-file --batch > 2735080 ? S 0:18 /usr/bin/git --git-dir=repos/ALL.git -c core.abbrev=40 cat-file --batch > 3184082 ? S 0:03 /usr/bin/git --git-dir=repos/ALL.git -c core.abbrev=40 cat-file --batch > 3723223 ? Z 0:00 [git] > 3723227 ? Z 0:00 [git] Can you see if the worker process causing warnings is connected to defunct gits? Should've been fixed in master a while ago, but there's a lot of changes :x master should be fine as long as you're not using -cindex + coderepos yet.