Re: FATAL: terminating connection due to conflict with recovery

From: Fujii Masao <masao(dot)fujii(at)gmail(dot)com>
To: Jeff Ross <jross(at)wykids(dot)org>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: FATAL: terminating connection due to conflict with recovery
Date: 2011-08-31 00:03:50
Message-ID: CAHGQGwFvK9nQmuR_Keqxg93rYJyiYt3rXOw2TXdkZWviEn+rcA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Wed, Aug 31, 2011 at 5:51 AM, Jeff Ross <jross(at)wykids(dot)org> wrote:
> Is there a setting in this or something else that I should tweak so this
> query can complete against the replica?  Google turned up some threads on
> the error code associated with the error but I didn't find much else that
> seems applicable.

Increasing max_standby_archive_delay and max_standby_streaming_delay
would be helpful to make the query complete. Please see the following manual
for details.
http://www.postgresql.org/docs/9.0/interactive/hot-standby.html#HOT-STANDBY-CONFLICT

Regards,

--
Fujii Masao
NIPPON TELEGRAPH AND TELEPHONE CORPORATION
NTT Open Source Software Center

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Craig Ringer 2011-08-31 00:16:30 Re: Postgresql-9.0.1 Recovery
Previous Message Dan Scott 2011-08-30 23:07:28 Re: SELECT Query on DB table preventing inserts