* Norman Yamada <[EMAIL PROTECTED]> [061219 22:22]:
>    ?? Sorry -- what's the right node in that case? The master node?
>    In my case I have a master node and two slaves and one is definitely
>    lagging. So can I drop the slave node and as long as the master node sees
>    the event, I'm okay?

Basically yes. All nodes that are still part of the cluster after the
event, should see it. It should probably probagate from the master
node without troubles.

The only case where there might be troubles would be:

MASTER <-> SLAVE1 <-> SLAVE2

If you drop SLAVE1, you've got a problem that SLAVE2 has no path to
master.

With 3 nodes that's usually not an issue, but I mention it because I
was bitten at least once by stuff like that ;)

Andreas
_______________________________________________
Slony1-general mailing list
[email protected]
http://gborg.postgresql.org/mailman/listinfo/slony1-general

Reply via email to