tail -f /dev/null

If you haven't had any obstacles lately, you're not challenging. be the worst.

pgpool

Pacemaker で ping_monitor が fail した場合の対応

Environment pacemaker.x86_64 2.1.0-8.el8 corosync.x86_64 3.1.5-1.el8 pgpool-II-pg13.x86_64 4.2.4-1pgdg.rhel8 PostgreSQL13 Issus 名前解決が一時的に不可となった 等の理由で ping-monitor が timeout する場合がある. crm_mon -rfA Migration Summar…

NW 障害から復帰後, Pacemaker が multiple-active で blocked 状態になった場合の対応

環境 Pacemaker 1.1.20-5.el7_7.2.x86_64 Corosync 1.1.20-5.el7_7.2-3c4c782f70 Pgpool-Ⅱ 4.0.7 PostgreSQL 9.6 Corosync, Pgpool config # corosync totem { join: 5000 token: 100000 } # pgpool health_check_period = 300 health_check_max_retries = 3…

Pgpool, PostgreSQL の connection tuning

Pgpool num_init_children num_init_children は client の同時接続上限数 (prefork する Pgpool-II process 数) default 32 本 num_init_children が上限に達した場合, client は既存 process への接続が閉じるまで待たされる. reserved_connections が1以…