[pgpool-general: 8569] Re: Issues taking a node out of a cluster

Tatsuo Ishii ishii at sraoss.co.jp
Thu Jan 26 19:09:09 JST 2023


>> Other developer suggested that health check process for backend 1 may
>> not run in this case. (in order to make auto_failback working, health
>> check process for the backend needs to run). Can you confirm?
>>
> 
>  My logs don't seem to contain anything related to health checks (other
> than some memory allocations). How do I identify the health check processes?
> 
> Best regards,
> Emond

You can use ps command.

$ ps x|grep health
 927155 pts/0    S      0:00 pgpool: health check process(0)
 927156 pts/0    S      0:00 pgpool: health check process(1)
 
The numbers in parentheses indicate backend id.

Best reagards,
--
Tatsuo Ishii
SRA OSS LLC
English: http://www.sraoss.co.jp/index_en/
Japanese:http://www.sraoss.co.jp


More information about the pgpool-general mailing list