You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 17, 2024. It is now read-only.
The text was updated successfully, but these errors were encountered:
palmalcheg
changed the title
PGPool dbtype failed to read pgpool stats
PGPool dbtype failed to read pgpool version and stopped pgpool monitoring
Jun 23, 2022
palmalcheg
changed the title
PGPool dbtype failed to read pgpool version and stopped pgpool monitoring
Mixed SQL construction causes PgPool dbtype monitoring failure
Jun 23, 2022
Testing :
postgres@postgres-db-pg-cluster-0:~$ psql -h postgres-db-pg-cluster-pgpool.pf -c "SET lock_timeout TO '100ms';SHOW POOL_VERSION"
Password for user postgres:
ERROR: unrecognized configuration parameter "pool_version"
postgres@postgres-db-pg-cluster-0:~$ psql -h postgres-db-pg-cluster-pgpool.pf -c "SHOW POOL_VERSION"
Password for user postgres:
pool_version
4.2.2 (chichiriboshi)
(1 row)
Potential bug:
https://github.com/cybertec-postgresql/pgwatch2/blob/master/pgwatch2/pgwatch2.go#L736
The text was updated successfully, but these errors were encountered: