[pgpool-general: 3542] Re: Add new node weirdness (master slave)

Mark Kirkwood mark.kirkwood at catalyst.net.nz
Wed Mar 18 11:02:44 JST 2015


On 18/03/15 14:55, Mark Kirkwood wrote:
>
> Ahh - I understand the problem now:
>
> $ sudo service pgpool2 reload
>
> does nothing, but
>
> $ sudo pgpool reload
>
> actually sends a sighup and things work as advertised. So we have a bit
> of confusion(!) resulting from the service setup not acting as it should
> (Ubuntu/Debian bug)?
>

Looking at /etc/init.d/pgpool2 reveals the obvious:

case "$1" in

     ...
     reload)
         exit 3
         ;;

Sigh. A message of "Not implemented" or similar might be less foot gun 
provoking.

Regards

Mark


More information about the pgpool-general mailing list