Re: Master-slave failover question

From: Jayadevan <maymala(dot)jayadevan(at)gmail(dot)com>
To: pgsql-novice(at)postgresql(dot)org
Subject: Re: Master-slave failover question
Date: 2014-01-08 06:35:10
Message-ID: 1389162910141-5785808.post@n5.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Sameer Kumar wrote
> - SO far I have used pgpool in HA mode to cater to all these points. I
> have
> run into split brain scenario but once detected, you just need to rebuild
> slave and attach it back. Despite split brain my application continues to
> use original master (since Virtual IP has not shifted).

Just curious - once pgpool switches to the slave, it will mark it as primary
(I did not use virtual IPs.) So spli-brain scenarion will not happen,right?

--
View this message in context: http://postgresql.1045698.n5.nabble.com/Master-slave-failover-question-tp5785199p5785808.html
Sent from the PostgreSQL - novice mailing list archive at Nabble.com.

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Sameer Kumar 2014-01-08 06:46:14 Re: Master-slave failover question
Previous Message Sameer Kumar 2014-01-08 05:52:36 Re: Master-slave failover question