<HTML><body style="font-family: 'Arial', sans-serif; font-size: 14px; color: #303a3d; margin: 0; padding: 0;">
    <br />
    <br />

<table width="800" border="0" cellpadding="0" cellspacing="0">
<tbody>
  <tr>
    <td colspan="8" valign="top"><table width="800" border="0" cellpadding="0" cellspacing="0">
      <tbody>
        <tr>
          <td colspan="8" valign="top"><table width="800" border="0" cellpadding="0" cellspacing="0">
            <tbody>
              <tr>
                <td width="40" rowspan="2" valign="top"><table border="0" cellspacing="0" cellpadding="0"><tr><td><IMG border="0" src="cid:116061510393303699@uk-mta-28.uk.mimecast.lan" ></td></tr></table></td>
                <td width="9" rowspan="2">&nbsp;</td>
                <td width="480" valign="top" cellpadding="0" cellspacing="0">
<span style="font-size: 20px; font-weight: bold; font-family: Arial; margin: 0; padding: 0;">Piotr Gbyliczek</span>
                  <hr style="height: 0; border-top-style: solid; border-top-color: #E05206; color: #E05206; margin: 4px 0px; border-width: 1px 0 0;" />
                  <span style="font-weight: lighter; font-size: 14px; font-family: Arial; margin: 0; padding: 0;">Solutions Engineer</span>
                  <table width="100%" border="0" cellspacing="0" cellpadding="0">
                    <tbody>
<tr><td height="4" style="font-size: 4px;" cellpadding="0" cellspacing="0">&nbsp;</td></tr>                      
<tr>
                        <td width="56%" valign="top">
                          <span style="font-size: 11px; font-family: Arial; margin: 0; padding: 0;">
ddi. <strong>08454 210444</strong><br />

t. <strong>0845 421 0444</strong>
<br />e. <strong style="color:#303a3d; text-decoration:none;">P.Gbyliczek@node4.co.uk</strong></span>
</td>
<td width="44%" align="left" valign="top"><span style="font-size: 11px; font-family: Arial; margin: 0; padding: 0;"><strong>Newark Office</strong><br />Node4 Ltd, Innovation House,<br />Cafferata Way, Newark, NG24 2TN</span></td>
                      </tr>
                    </tbody>
                  </table>
                  <p>&nbsp;</p>
</td>
                
                <td colspan="8" align="right" valign="top">
<table border="0" cellspacing="0" cellpadding="0"><tr><td><a href="http://www.node4.co.uk"><IMG border="0" alt="Visit www.node4.co.uk" src="cid:116061510393303899@uk-mta-28.uk.mimecast.lan" ></A></td></tr></table>
                  <table width="100%" height="46" border="0" cellpadding="0" cellspacing="0">
                    <tbody>
                       <tr>
                      <td colspan="8" height="12" style="font-size: 4px;" cellpadding="0" cellspacing="0"></td>
                      </tr>
                      <tr>
<td>&nbsp;</td>
                        <td align="right"><table border="0" cellspacing="0" cellpadding="0"><tr><td><a href="http://www.node4.co.uk"><IMG border="0" alt="Visit www.node4.co.uk" src="cid:116061510393303999@uk-mta-28.uk.mimecast.lan" ></A></td></tr></table></td>
                        <td>&nbsp;</td>
                        <td align="right"><table border="0" cellspacing="0" cellpadding="0"><tr><td><a href="http://www.twitter.co.uk/Node4Ltd"><IMG border="0" alt="Visit Node4 on Twitter" src="cid:116061510393304199@uk-mta-28.uk.mimecast.lan" ></A></td></tr></table></td>
                        <td>&nbsp;</td>
                        <td align="right"><table border="0" cellspacing="0" cellpadding="0"><tr><td><a href="https://www.linkedin.com/company/node4-ltd"><IMG border="0" alt="Visit Node4 on Linkedin" src="cid:116061510393303799@uk-mta-28.uk.mimecast.lan" ></A></td></tr></table></td>
                        <td>&nbsp;</td>
                        <td align="right"><table border="0" cellspacing="0" cellpadding="0"><tr><td><a href="http://www.facebook.com/Node4"><IMG border="0" alt="Visit Node4 on Facebook" src="cid:116061510393304099@uk-mta-28.uk.mimecast.lan" ></A></td></tr></table></td>
                      </tr>
                    </tbody>
                  </table>
                  <p>&nbsp;</p>
</td>
                <td width="10" rowspan="2">&nbsp;</td>
                <td width="40" rowspan="2" valign="top"><table border="0" cellspacing="0" cellpadding="0"><tr><td><IMG border="0" src="cid:116061510393303699@uk-mta-28.uk.mimecast.lan" ></td></tr></table></td>
              </tr>
              
            </tbody>
          </table></td>
</tr>
        </tbody>
    </table>
<table width="800" border="0" cellpadding="0" cellspacing="0">
  <tbody><tr>
<td>
<table border="0" cellspacing="0" cellpadding="0"><tr><td><a href="http://www.node4.co.uk/the-evolving-threat-landscape/"><IMG border="0" alt="IT Security Report  - Download the report today" src="cid:116061510393304299@uk-mta-28.uk.mimecast.lan" ></A></td></tr></table>
</td>
</tr>
</tbody></table>
<p> </p>
</td>
</tr>
    <tr>
    <td colspan="8">
    On Tuesday 14 June 2016 21:49:21 Paolo Crosato wrote:<BR>
&gt; Hi,<BR>
&gt; <BR>
&gt; I'm testing a pgpool cluster configured by our hardware provider. The<BR>
&gt; cluster is based on pgpool-II 3.5 working with 2 postgres2 9.5 nodes.<BR>
&gt; I'm testing basic behaviour, like what happens when I shutdown a node, and<BR>
&gt; I've experienced this strange phenomenon: if I restart both the nodes, when<BR>
&gt; I try to connect to pgpool I get an error. To make it work again, I have to<BR>
&gt; restart the pgpool service. This happens also when I shutdown a node, bring<BR>
&gt; it up again, shutdown the other and bring it up. Is this working as<BR>
&gt; intended or is it a result of misconfiguration at some level?<BR>
<BR>
<BR>
It seems to be working as intended, PGPool does not automatically reattach the <BR>
node that had failed, you need to do it manually. <BR>
<BR>
You can use pcp_attach_node command to achieve that, to spare restart.<BR>
<BR>
Regards,<BR>
Piotr<BR>

<small style="font-family: Arial; color: #8E908F;">
<br />Node4 Limited is registered in England No: 04759927 and has its registered office at Millennium Way, Pride Park, Derby, DE24 8HZ<br />
The information contained in this email is confidential and is intended for the exclusive use of the email addressee shown.<br />
If you are not the addressee, any disclosure, reproduction, distribution or other dissemination or use of this communication is strictly prohibited.<br />
If you have received this mail in error, please notify our mail manager at <a href="mailto:abuse@node4.co.uk" style="color: #E05206; text-decoration: none;" target="_blank">abuse@node4.co.uk</a> and delete it from your system.<br />
Opinions expressed in this email are those of the individual not the company, unless specifically indicated to that effect.


<hr style="height: 0; border-top-style: solid; border-top-color: #D1D4D3; margin: 4px 0px; border-width: 1px 0 0;" />

This email has been scanned by Node4's Email Security System.
<hr style="height: 0; border-top-style: solid; border-top-color: #D1D4D3; margin: 4px 0px; border-width: 1px 0 0;" />
This email message has been delivered safely and archived online by Mimecast.</small>
    
</td>
    </tr>
</tbody>
</table>
  
 

</body></HTML>