Re: MultiXact\SLRU buffers configuration - Mailing list pgsql-hackers

From Andrey M. Borodin
Subject Re: MultiXact\SLRU buffers configuration
Date
Msg-id 68128C19-19C4-4F10-9393-AE570877BE18@yandex-team.ru
Whole thread Raw
In response to Re: MultiXact\SLRU buffers configuration  (Thom Brown <thom@linux.com>)
Responses Re: MultiXact\SLRU buffers configuration
List pgsql-hackers

> On 31 Oct 2024, at 17:29, Thom Brown <thom@linux.com> wrote:
>
> On Thu, 31 Oct 2024 at 10:47, Andrey M. Borodin <x4mmm@yandex-team.ru> wrote:
>>
>>
>>
>>> On 29 Oct 2024, at 21:45, Thom Brown <thom@linux.com> wrote:
>>>
>>> It clearly checks for interrupts, but when I saw this issue happen, it
>>> wasn't interruptible.
>>
>> Perhaps, that was different multixacts?
>> When I was observing this pathology on Standby, it was a stream of different reads encountering different multis.
>>
>> Either way startup can cancel locking process on it's own. Or is it the case that cancel was not enough, did you
actuallyneed termination, not cancel? 
>
> Termination didn't work on either of the processes.

How did you force the process to actually terminate?
Did you observe repeated read of the same multixact?
Was offending process holding any locks while waiting?


Best regards, Andrey Borodin.


pgsql-hackers by date:

Previous
From: Jelte Fennema-Nio
Date:
Subject: Re: Use "protocol options" name instead of "protocol extensions" everywhere
Next
From: "David G. Johnston"
Date:
Subject: Re: "command cannot affect row a second time" in INSERT ... ON CONFLICT