Streaming Replication in PostgreSQL9.0 b4: Standby dropping connections

Поиск
Список
Период
Сортировка
От Chip Steele
Тема Streaming Replication in PostgreSQL9.0 b4: Standby dropping connections
Дата
Msg-id AANLkTi=ttkhK+u91H0rqmkBH-2Yycupa+q7KP=mQDxuG@mail.gmail.com
обсуждение исходный текст
Список pgsql-novice
Hi,

   In PG9.0-b4 I have successfully set up a primary-secondary pair with streaming replication, with the secondary in hot_standby mode.
 
 I have an application on the standby (and primary) which has constant connections open to the database. Occasionally it refreshes its cache of data from the hot_standby secondary server.
I am intermittently getting and error when updating the application's cache. When I check the PostgreSQL logs with the same timestamp, I see the following messages:

FATAL: terminating connection due to conflict with recovery
DETAIL: User query michg have needed to see row versions that must be removed.
HINT: In a moment you should be able to reconnect to the database and repeat your command.

Now, this message seems to explain the problem, but I couldn't find anything in the streaming replication documentation indicating that this sort of thing might occur. Is there any way to avoid it?
Any further information about this specific problem?

Thanks in advance,

Chip

В списке pgsql-novice по дате отправления:

Предыдущее
От: Sean Anderson
Дата:
Сообщение: Re: List of User Defined Types?
Следующее
От: A B
Дата:
Сообщение: how to add "on delete cascade" to a foreign key constraint?