From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from elastic.org (unknown [IPv6:2600:3c03::f03c:91ff:fe50:73f]) by sourceware.org (Postfix) with ESMTPS id 90D7E388E817 for ; Mon, 29 Jun 2020 10:19:28 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 90D7E388E817 Received: from vpn-home.elastic.org ([10.0.0.2] helo=elastic.org) by elastic.org with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94) (envelope-from ) id 1jpqsp-0003TB-W8; Mon, 29 Jun 2020 10:19:28 +0000 Received: from very.elastic.org ([192.168.1.1]) by elastic.org with esmtp (Exim 4.92.3) (envelope-from ) id 1jpqsc-000Hxa-84; Mon, 29 Jun 2020 06:19:25 -0400 Received: from fche by very.elastic.org with local (Exim 4.94) (envelope-from ) id 1jpqsb-007bbT-GX; Mon, 29 Jun 2020 06:19:13 -0400 Date: Mon, 29 Jun 2020 06:19:13 -0400 From: "Frank Ch. Eigler" To: Overseers mailing list Subject: Re: Bugzilla DB error displaying PR25331 Message-ID: <20200629101913.GC909887@elastic.org> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Sender-Verification: "" X-Sender-Verification: "" X-Spam-Status: No, score=-102.7 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, KAM_NUMSUBJECT, RCVD_IN_SBL_CSS, SPF_HELO_PASS, SPF_PASS, TXREP, USER_IN_WHITELIST autolearn=no autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: overseers@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Overseers mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Jun 2020 10:19:29 -0000 Hi - It appears that mysqld was wedged sometime overnight, which causes every single mysql client (and there are plenty) to go into a busy loop of connecting to the unix-domain socket, EAGAIN, retry. ;( Hundreds of them, all at once, for minutes each. Force-restarted mysql, mysqlcheck'd the databases, things seem fine again. - FChE