Re: Something is broken in logical decoding with CLOBBER_CACHE_ALWAYS

From: Andres Freund <andres(at)2ndquadrant(dot)com>
To: Andrew Dunstan <andrew(at)dunslane(dot)net>,Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Something is broken in logical decoding with CLOBBER_CACHE_ALWAYS
Date: 2015-01-04 20:54:40
Message-ID: E8EAF9F8-13C0-42B6-99B9-84F6A7E1BC15@2ndquadrant.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On January 4, 2015 9:51:43 PM CET, Andrew Dunstan <andrew(at)dunslane(dot)net> wrote:
>
>On 12/15/2014 12:04 PM, Andres Freund wrote:
>
>>> I think the safest fix would be to defer catchup interrupt
>processing
>>> while you're in this mode. You don't really want to be processing
>any
>>> remote sinval messages at all, I'd think.
>> Well, we need to do relmap, smgr and similar things. So I think
>that'd
>> be more complicated than we want.
>>
>
>
>
>Where are we on this? Traffic seems to have gone quite but we still
>have
>a bunch of buildfarm animals red.

I've a simple fix (similar too what I iriginally outkined) which I plan to post soonish. I've tried a bunch of things roughly in the vein of Tom's suggestions, but they all are more invasive and still incomplete.

Andres

--
Please excuse brevity and formatting - I am writing this on my mobile phone.

Andres Freund http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Josh Berkus 2015-01-04 21:44:06 Re: Redesigning checkpoint_segments
Previous Message Andrew Dunstan 2015-01-04 20:51:43 Re: Something is broken in logical decoding with CLOBBER_CACHE_ALWAYS