Sync replication tests

From: "K, Niranjan (NSN - IN/Bangalore)" <niranjan(dot)k(at)nsn(dot)com>
To: <masao(dot)fujii(at)gmail(dot)com>
Cc: <pgsql-hackers(at)postgresql(dot)org>, "Czichy, Thoralf (NSN - FI/Helsinki)" <thoralf(dot)czichy(at)nsn(dot)com>
Subject: Sync replication tests
Date: 2009-02-24 08:24:47
Message-ID: 985D3C447786074E957A9001D62CDDD00C5C3E@SGSIEXC009.nsn-intra.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

Steps to re-produce the sync replication bug:

- Setup the Primary server and standby server
- Don't execute any transactions on the Primary server
- Initiate a switchover by creating a finish.trigger on the Standby server
- The standby server (the startup process) will terminate with SIGABRT signal and no connection to the Database will be possible after that.

regards,
Niranjan

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Heikki Linnakangas 2009-02-24 08:40:12 Hot standby, recovery procs
Previous Message K, Niranjan (NSN - IN/Bangalore) 2009-02-24 06:47:30 Synchronous replication & Hot standby patches