<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none"><!--P{margin-top:0;margin-bottom:0;} @font-face
        {font-family:"Cambria Math"}
@font-face
        {font-family:Calibri}
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        text-align:right;
        direction:rtl;
        unicode-bidi:embed;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif}
a:link, span.MsoHyperlink
        {color:#0563C1;
        text-decoration:underline}
a:visited, span.MsoHyperlinkFollowed
        {color:#954F72;
        text-decoration:underline}
span.EmailStyle17
        {font-family:"Calibri",sans-serif;
        color:windowtext}
.MsoChpDefault
        {font-family:"Calibri",sans-serif}
@page WordSection1
        {margin:72.0pt 90.0pt 72.0pt 90.0pt}
div.WordSection1
        {}--></style>
</head>
<body dir="ltr" style="font-size:10pt;color:#000000;background-color:#FFFFFF;font-family:Calibri,Arial,Helvetica,sans-serif;">
<p>I'm somewhat new to pgpool myself so this may be wrong but my understanding is that when a node (master or standby) fails pgpool marks that node as offline.  When the issue with the failed node is resolved you must re-attach the node to bring it back into
 the cluster using the pcp_attach_node command<br>
</p>
<p><br>
</p>
<p>pcp_attach_node 10 localhost 9898 user password node_id</p>
<p><br>
</p>
<p>There may be a method to handle this automatically but I don't know it.<br>
</p>
<p><br>
</p>
<p>Regards<br>
</p>
<p><br>
</p>
<p><br>
</p>
<div style="color: rgb(33, 33, 33);">
<hr tabindex="-1" style="display:inline-block; width:98%">
<div id="divRplyFwdMsg" dir="ltr"><font style="font-size:11pt" face="Calibri, sans-serif" color="#000000"><b>From:</b> pgpool-general-bounces@pgpool.net <pgpool-general-bounces@pgpool.net> on behalf of Avi Weinberg <AviW@gilat.com><br>
<b>Sent:</b> Thursday, February 25, 2016 10:20 AM<br>
<b>To:</b> pgpool-general@pgpool.net<br>
<b>Subject:</b> [pgpool-general: 4495] follow_master in case the old master does not have network connectivity.</font>
<div> </div>
</div>
<div>
<div class="WordSection1">
<p class="MsoNormal" style="text-align:left; direction:ltr; unicode-bidi:embed">Hi all,</p>
<p class="MsoNormal" style="text-align:left; direction:ltr; unicode-bidi:embed"> </p>
<p class="MsoNormal" style="text-align:left; direction:ltr; unicode-bidi:embed">If I understood correctly follow_master is called immediately after old master fails and new master is promoted.  However, what if there is no connection to old master and the connection
 resumes after few minutes.  Will follow_master will be executed then?.  Is there an automatic way to make the old master into a slave if the old master machine is reconnected only after an extended period of time?  Who should monitor the old master connectivity?</p>
<p class="MsoNormal" style="text-align:left; direction:ltr; unicode-bidi:embed"> </p>
<p class="MsoNormal" style="text-align:left; direction:ltr; unicode-bidi:embed">Thanks for all the assistance</p>
</div>
</div>
</div>
</body>
</html>