Re: Is there any way that one of the Postgres Background/Utility process may go down?

From: soumitra bhandary <soumitra(dot)bhandary(at)hotmail(dot)com>
To: rajan <vgmonnet(at)gmail(dot)com>, "pgsql-admin(at)postgresql(dot)org" <pgsql-admin(at)postgresql(dot)org>
Subject: Re: Is there any way that one of the Postgres Background/Utility process may go down?
Date: 2019-01-02 10:00:04
Message-ID: MA1PR0101MB1687CD583F1DA7EB6E8C66F9E08C0@MA1PR0101MB1687.INDPRD01.PROD.OUTLOOK.COM
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Hi ,

If wal sender process exceeds the max_wal_sender_timeout parameter value , it might stop sending the wal to the slave nodes . But will not die out . In this case you may notice no change in the wal location associated with wal sender process .
Please refer to the Postgres log for exact issue .

Thanks,
Soumitra

________________________________
From: rajan <vgmonnet(at)gmail(dot)com>
Sent: Wednesday, January 2, 2019 3:26 PM
To: pgsql-admin(at)postgresql(dot)org
Subject: Is there any way that one of the Postgres Background/Utility process may go down?

Is there any way that one of the Postgres Background process may go down?
meaning the process getting stopped?

For example, can the wal sender process alone stop working? If it does so,
which part of the logs I must check to proceed further.

-----
--
Thanks,
Rajan.
--
Sent from: http://www.postgresql-archive.org/PostgreSQL-admin-f2076596.html

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message rajan 2019-01-02 10:28:03 Re: Is there any way that one of the Postgres Background/Utility process may go down?
Previous Message rajan 2019-01-02 09:56:21 Is there any way that one of the Postgres Background/Utility process may go down?