[GENERA]: Postgresql-9.1.1 synchronous replication issue

From: Venkat Balaji <venkat(dot)balaji(at)verse(dot)in>
To: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: [GENERA]: Postgresql-9.1.1 synchronous replication issue
Date: 2012-02-02 06:51:44
Message-ID: CAFrxt0g8FXuGqnzR2VoZph4J_g9vihX_WzU7LxykUvNoY8jR5A@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hello,

I was testing the Postgres-9.1.1 synchronous streaming replication on our
UAT system.

Without synchronous replication, everything was working fine.

But, when i enabled synchronous_replication_names='*', the "create table"
started hanging for long time.

When i pressed "Ctrl+C" i got the following message -

Cancel request sent
WARNING: canceling wait for synchronous replication due to user request
DETAIL: The transaction has already committed locally, but might not have
been replicated to the standby.
CREATE TABLE

Can someone please help us ?

Thanks
VB

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Raghavendra 2012-02-02 07:01:18 Re: [GENERA]: Postgresql-9.1.1 synchronous replication issue
Previous Message Dennis 2012-02-02 06:09:08 What is the best way to force character data to upper case