BUG #12598: pgpool 9.4 broken online recovery node

From: aromashkin(at)i-cb(dot)ru
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #12598: pgpool 9.4 broken online recovery node
Date: 2015-01-19 10:30:38
Message-ID: 20150119103038.1983.21759@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 12598
Logged by: Andrey Romashkin
Email address: aromashkin(at)i-cb(dot)ru
PostgreSQL version: 9.4.0
Operating system: Centos 7
Description:

After upgrage pgpool to 9.4 with postgresql and on clean installation.

if start recoveru failed node /usr/pgpool-9.4/bin/pcp_recovery_node -d 60
localhost 9898 user pass 1

DEBUG: send: tos="R", len=46
DEBUG: recv: tos="r", len=21, data=AuthenticationOK
DEBUG: send: tos="D", len=6
DEBUG: recv: tos="e", len=20, data=recovery failed
DEBUG: command failed. reason=recovery failed
BackendError
DEBUG: send: tos="X", len=4

in posgresql log
< 2015-01-19 13:27:25.786 MSK >ERROR: function pgpool_recovery(unknown,
unknown, unknown, unknown) does not exist at character 8
< 2015-01-19 13:27:25.786 MSK >HINT: No function matches the given name and
argument types. You might need to add explicit type casts.
< 2015-01-19 13:27:25.786 MSK >STATEMENT: SELECT
pgpool_recovery('recoveryst1', 'db-node2', '/var/lib/pgsql/9.4/data',
'5432')

pgpool installed from yum.postgresql.org

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Devrim Gündüz 2015-01-19 15:02:39 Re: BUG #12597: pgpool 9.4 utilites error libpcp.so.0:
Previous Message aromashkin 2015-01-19 10:22:19 BUG #12597: pgpool 9.4 utilites error libpcp.so.0: