Re: Configuring synchronous replication - Mailing list pgsql-hackers

From Thom Brown
Subject Re: Configuring synchronous replication
Date
Msg-id AANLkTinF_hPmjH_1XHGCNLvM7vLQqZHO+A+zWR8kAy=P@mail.gmail.com
Whole thread Raw
In response to Re: Configuring synchronous replication  (Robert Haas <robertmhaas@gmail.com>)
Responses Re: Configuring synchronous replication  (Robert Haas <robertmhaas@gmail.com>)
Re: Configuring synchronous replication  (Simon Riggs <simon@2ndQuadrant.com>)
List pgsql-hackers
On 20 September 2010 22:14, Robert Haas <robertmhaas@gmail.com> wrote:
> Well, if you need to talk to "all the other standbys" and see who has
> the furtherst-advanced xlog pointer, it seems like you have to have a
> list somewhere of who they all are.

When they connect to the master to get the stream, don't they in
effect, already talk to the primary with the XLogRecPtr being relayed?Can the connection IP, port, XLogRecPtr and
requesttime of the
 
standby be stored from this communication to track the states of each
standby?  They would in effect be registering upon WAL stream
request... and no doubt this is a horrifically naive view of how it
works.

-- 
Thom Brown
Twitter: @darkixion
IRC (freenode): dark_ixion
Registered Linux user: #516935


pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: Configuring synchronous replication
Next
From: "Kevin Grittner"
Date:
Subject: Re: Serializable snapshot isolation error logging