From: | Jeff Janes <jeff(dot)janes(at)gmail(dot)com> |
---|---|
To: | Andrew Berman <rexxe98(at)gmail(dot)com> |
Cc: | "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: Streaming Replication Randomly Locking Up |
Date: | 2013-08-15 20:20:16 |
Message-ID: | CAMkU=1yUGsEF8rivSktfhXm-8byRQHK845gyP=LpH6fdVAdydw@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
On Thu, Aug 15, 2013 at 11:07 AM, Andrew Berman <rexxe98(at)gmail(dot)com> wrote:
> Hello,
>
> I'm having an issue where streaming replication just randomly stops working.
> I haven't been able to find anything in the logs which point to an issue,
> but the Postgres process shows a "waiting" status on the slave:
>
> postgres 5639 0.1 24.3 3428264 2970236 ? Ss Aug14 1:54 postgres:
> startup process recovering 000000010000053D0000003F waiting
There is a recovery conflict which it is waiting to go away. In other
words, you have a long-running (or long-idle) transaction on the slave
which is blocking recovery.
> max_standby_archive_delay = -1
> max_standby_streaming_delay = -1
...and you are willing to wait forever.
Cheers,
Jeff
From | Date | Subject | |
---|---|---|---|
Next Message | Andrew Berman | 2013-08-15 20:28:02 | Re: Streaming Replication Randomly Locking Up |
Previous Message | Darren Duncan | 2013-08-15 20:18:52 | Re: Immediate Constraints |