Re: Max connections reached without max connections reached

From: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
To: James Sewell <james(dot)sewell(at)jirotech(dot)com>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: Max connections reached without max connections reached
Date: 2021-11-24 00:10:40
Message-ID: 866ce56c-1f11-c045-f74e-66ccb341bc31@aklaver.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 11/23/21 15:53, James Sewell wrote:

>
> It's v odd as it happens *sometimes* - having said that it's happening
> right this moment:
>
> [enterprisedb(at)oprpgs001 edb-as-11]$ ps -ef|grep postgres:  | wc -l
> 517
>
> [enterprisedb(at)oprpgs001 ~]$ ps -ef|grep postgres: | grep -i start | wc -l
> 480

The enterprisedb is one of their customized versions?

rundeck_cluster below refers to https://digital.ai/technology/rundeck?

>
> postgres=# select count(*) from pg_stat_activity;
>  count
> -------
>    97
> (1 row)
>
> postgres=# select * from pg_locks where not granted;
>  locktype | database | relation | page | tuple | virtualxid |
> transactionid | classid | objid | objsubid | virtualtransaction | pid |
> mode | granted | fastpath
> ----------+----------+----------+------+-------+------------+---------------+---------+-------+----------+--------------------+-----+------+---------+----------
> (0 rows)
> Logs are showing a stream of:
>
> 2021-11-24 10:50:58 AEDT [869]: [1-1]
> user=u_rundeck_rw,db=rundeck_cluster,client=10.154.19.23
> 10.154.19.23(57122) (0:53300)FATAL:  remaining connection slots are
> reserved for non-replication superuser connections
> 2021-11-24 10:50:58 AEDT [870]: [1-1]
> user=u_rundeck_rw,db=rundeck_cluster,client=10.154.19.23
> 10.154.19.23(57124) (0:53300)FATAL:  remaining connection slots are
> reserved for non-replication superuser connections
> 2021-11-24 10:50:58 AEDT [871]: [1-1]
> user=u_rundeck_rw,db=rundeck_cluster,client=10.154.19.23
> 10.154.19.23(57126) (0:53300)FATAL:  remaining connection slots are
> reserved for non-replication superuser connections
>
> James
>

--
Adrian Klaver
adrian(dot)klaver(at)aklaver(dot)com

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message James Sewell 2021-11-24 00:23:38 Re: Max connections reached without max connections reached
Previous Message James Sewell 2021-11-23 23:53:29 Re: Max connections reached without max connections reached