Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1ugRai-003BrX-6U for pgsql-hackers@arkaria.postgresql.org; Mon, 28 Jul 2025 17:24:49 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1ugRZh-009UZm-Lx for pgsql-hackers@arkaria.postgresql.org; Mon, 28 Jul 2025 17:23:45 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1ugRZh-009UZe-Bv for pgsql-hackers@lists.postgresql.org; Mon, 28 Jul 2025 17:23:45 +0000 Received: from forwardcorp1d.mail.yandex.net ([2a02:6b8:c41:1300:1:45:d181:df01]) by makus.postgresql.org with smtp (Exim 4.96) (envelope-from ) id 1ugRZe-001Euy-0s for pgsql-hackers@postgresql.org; Mon, 28 Jul 2025 17:23:44 +0000 Received: from mail-nwsmtp-smtp-corp-main-66.iva.yp-c.yandex.net (mail-nwsmtp-smtp-corp-main-66.iva.yp-c.yandex.net [IPv6:2a02:6b8:c0c:29a1:0:640:5fbc:0]) by forwardcorp1d.mail.yandex.net (Yandex) with ESMTPS id 44D4888EA4; Mon, 28 Jul 2025 20:23:37 +0300 (MSK) Received: from smtpclient.apple (unknown [2a02:6bf:8080:85e::1:20]) by mail-nwsmtp-smtp-corp-main-66.iva.yp-c.yandex.net (smtpcorp/Yandex) with ESMTPSA id YNcisO6GoCg0-OznRpYGA; Mon, 28 Jul 2025 20:23:36 +0300 X-Yandex-Fwd: 1 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex-team.ru; s=default; t=1753723416; bh=iAnwS7CttX5TnbRMe551J2XM6EHgYHgTdS3zuBbfcHM=; h=Message-Id:To:Date:References:Cc:In-Reply-To:From:Subject; b=EtE11v1NV9frS7efSbRZRa1gOUVLPuWyzI8828+fqNr3byeYTWzgiTSumlafxQE54 XQaC+XNtdFOxFNnyHipJCArYTK0N57Oz6RR6x+iFJQdi12yEdWRQFNWT8NM8hymGAT wuo1YoZ1T6MjBrCt8MRNHX/NmETS6lA3ie1NVhh4= Authentication-Results: mail-nwsmtp-smtp-corp-main-66.iva.yp-c.yandex.net; dkim=pass header.i=@yandex-team.ru Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3826.600.51.1.1\)) Subject: Re: MultiXact\SLRU buffers configuration From: Andrey Borodin In-Reply-To: Date: Mon, 28 Jul 2025 22:23:24 +0500 Cc: Michael Paquier , Alvaro Herrera , vignesh C , Andrew Borodin , Yura Sokolov , Andres Freund , Thomas Munro , Gilles Darold , Alexander Korotkov , Daniel Gustafsson , Kyotaro Horiguchi , pgsql-hackers mailing list Content-Transfer-Encoding: quoted-printable Message-Id: <42B44AD2-9DA5-4500-8757-2673B3733426@yandex-team.ru> References: <202408221436.o6girevg72sx@alvherre.pgsql> <68128C19-19C4-4F10-9393-AE570877BE18@yandex-team.ru> To: Thom Brown X-Mailer: Apple Mail (2.3826.600.51.1.1) List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Hi Thom! > On 1 Nov 2024, at 00:25, Thom Brown wrote: >=20 > Unfortunately I didn't gather much information when it was occuring, = and prioritised getting rid of the process blocking replay. I just = attached gdb to it, got a backtrace and then "print = ProcessInterrupts()". FWIW we diagnosed that problem in the recent thread = "IPC/MultixactCreation on the Standby server" [0]. Proposed fix is non-trivial. I'm trying to asses how many reports we had = about this problem. Did you ever observe this problem again? Thanks! Best regards, Andrey Borodin. [0] = https://www.postgresql.org/message-id/172e5723-d65f-4eec-b512-14beacb326ce= @yandex.ru=