[pgpool-committers: 10330] pgpool: Fix too many log lines produced by streaming replication check.

Tatsuo Ishii ishii at postgresql.org
Mon Feb 10 20:12:28 JST 2025


Fix too many log lines produced by streaming replication check.

The process started to call
get_pg_backend_status_from_leader_wd_node() which unconditionally emits
log message:

LOG:  received the get data request from local pgpool-II on IPC interface

LOG:  get data request from local pgpool-II node received on IPC interface is forwarded to leader watchdog node

every sr_check_period seconds, which is annoying. To fix this, an elog
line in process_IPC_data_request_from_leader() is downgraded from LOG
to DEBUG1.

Reported-by: Bo Peng.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=7f6d9a9259c03c0acb55a655e0b4974233cd1737

Modified Files
--------------
src/watchdog/watchdog.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)



More information about the pgpool-committers mailing list