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: AS63949 45.79.64.0/19 X-Spam-Status: No, score=-3.3 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_BLOCKED, SPF_HELO_NONE,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.6 Received: from ms.lwn.net (ms.lwn.net [45.79.88.28]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 4E82D1F4C1 for ; Tue, 12 Nov 2024 21:25:02 +0000 (UTC) Authentication-Results: dcvr.yhbt.net; dkim=pass (2048-bit key; unprotected) header.d=lwn.net header.i=@lwn.net header.a=rsa-sha256 header.s=20201203 header.b=gVtNwPTI; dkim-atps=neutral DKIM-Filter: OpenDKIM Filter v2.11.0 ms.lwn.net 2B1A4403E9 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lwn.net; s=20201203; t=1731446701; bh=m5K3pPf7uR9AlwZBdsV7ttEMpayjcVOeg9QvrV5rpsk=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=gVtNwPTIIUoHKd67te2q/C4tI8fgtEmNozbnmbAER9s+390Hw7GPWz0cmwWBXaeHs xI2y8fvs6FSRnexTU/zJW2ptus92iM57VW2aKeGgbDERpU1bZTiMBeRNr5QW0crbYa wXVfapqRxOzmb4wFaiRZf9ahxUYTx8xkWSKNWnaWpyjoYvTW2/cPzI0eRLDGZcvuKu xKTTaMTJxcjL8MQd9ipON8xR0yy84xLuzNoVbj9SQfPO+Iw9b27kaLNMDLUL68vgMV 8hgcWN2JdZzwqswQJP3Wxd55TgvYgAgwCJeAVUGW6AcBacZp/LFPCW+zy7yucxVY3u PZWgF2YknFjbA== Received: from localhost (unknown [IPv6:2601:280:5e00:625::1fe]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by ms.lwn.net (Postfix) with ESMTPSA id 2B1A4403E9; Tue, 12 Nov 2024 21:25:01 +0000 (UTC) From: Jonathan Corbet To: Eric Wong Cc: meta@public-inbox.org Subject: Re: Occasional public-inbox-httpd flakiness In-Reply-To: <20241112192002.M245700@dcvr> References: <875xp15n3o.fsf@trenco.lwn.net> <20241105232445.M291444@dcvr> <87zfm4qn6t.fsf@trenco.lwn.net> <20241112192002.M245700@dcvr> Date: Tue, 12 Nov 2024 14:25:00 -0700 Message-ID: <87o72kp2kz.fsf@trenco.lwn.net> MIME-Version: 1.0 Content-Type: text/plain List-Id: Eric Wong writes: > 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. By "connected to" you mean "is the parent of"? I've long since restarted things - the LWN show must go on - but can certainly look for that the next time around. Thanks, jon