[Pgpool-general] [HELP] Sometime it's running sometime not

Hervé Piedvache bill.footcow at gmail.com
Tue Sep 25 22:06:16 UTC 2007


Hi,

Le mardi 25 septembre 2007, Hervé Piedvache a écrit :
> 2007-09-25 22:53:57 ERROR: pid 13321: pool_read_kind: kind does not match
> between master(49) slot[1] (69)

Reading archives of this list I think that's this message seems that a client 
authentication failed on secondary server.

I have tried this on pgpool host :
% psql -h master -U postgres template1
% psql -h secondary -U postgres template1

Without any trouble.

pg_hba.conf are identicals :
# TYPE  DATABASE    USER        CIDR-ADDRESS          METHOD

# "local" is for Unix domain socket connections only
local   all         all                               trust
# IPv4 local connections:
host    all         all         127.0.0.1/32          trust
host    all         all         192.168.0.149/32         trust
host    all         all         192.168.0.150/32         trust
host    all         all         192.168.0.151/32         trust
host    all         all         192.168.0.152/32         trust
host    all         all         192.168.0.153/32         trust
host    all         all         192.168.0.158/32         trust
# IPv6 local connections:
host    all         all         ::1/128               trust

I have set :
enable_pool_hba = false

pg_ident.conf is empty

May be this could help you for supporting me ;o)
Thanks,
-- 
Hervé Piedvache


More information about the Pgpool-general mailing list