Hi,<br><br>I have set up a simple 3 node slony cluster, and every thing works pretty much as I would expect, however I am running into a few issue when using the drop node (in a failover scenario).<br><br>I have a simple slonik script to perform a failover as follows (node 1 is the old master node to removed):<span class="gI"><br>
<br><span style="font-family: courier new,monospace;">#!/usr/bin/slonik</span><br style="font-family: courier new,monospace;"><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">include &lt;<a href="http://preamble.sk">preamble.sk</a>&gt;;</span><br style="font-family: courier new,monospace;">
<br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;"># hard failover to the backup system</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">failover (id = 1, backup node = 2);</span><br style="font-family: courier new,monospace;">
<br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;"># purge out the opersystem node</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">drop node (id = 1, event node = 2);</span><br>
<br><br>The purges node 1 from the current cluster, the updated cluster is the correct at node 2 (sl_node has node 2 and 3), but node 3 does not get/apply the drop node command (sl_node still has nodes 1, 2, 3).<br><br>Looking at the slon log file on node 3 it is still trying to connect to node 1, and I do not understand why the cluster topology change has not been detected on node 3.<br>
<br>Does anyone have any suggestions as to what the problem might be ? I am using Slony 1.2.16<br><br>Many thanks,<br><br>Andy<br></span>