Problem with permanent connections from Tomcat

From: Daniel Rubio <drubior(at)tinet(dot)org>
To: pgsql-admin(at)postgresql(dot)org
Subject: Problem with permanent connections from Tomcat
Date: 2005-02-07 10:34:08
Message-ID: 42074420.80502@tinet.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Hi all

Our developers are making some kind of DoS on my postgres installation.
They use Tomcat to develop in java and they have an instance on every
computer (only 3).

It seems that tomcat makes permanent connections to the configured
database, but they have this number limited to 5, and max_connections in
postgresql.conf is 40, and no more connections are made to the database
because is a development environment.

The number of connections starts increasing and when arrives to 40 ( ps
-ef | grep postm | wc -l ) the server doesn't accept more connections
but it seems that neither finish these that are open, and no one can
acces to the database (here is the DoS I say).

Here is what the log says

2005-02-07 10:13:26 LOG: connection received: host=127.0.0.1 port=55834
2005-02-07 10:13:26 LOG: connection authorized: user=test database=test
2005-02-07 10:13:26 FATAL: connection limit exceeded for non-superusers

I try to stop the postmaster with pg_ctl but it says that postmaster
doesn't stops and I have to make kill -9 for the processes to stop :(

What could I make to solve this?

I've tried with:

statement_timeout = 100000

but nothing happens ... :(

--
********************************************************
Daniel Rubio Rodríguez
OASI (Organisme Autònom Per la Societat de la Informació)
c/ Assalt, 12
43003 - Tarragona
Tef.: 977.244.007 - Fax: 977.224.517
e-mail: drubio a oasi.org
********************************************************

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Tom Arthurs 2005-02-07 11:04:16 Re: Problem with permanent connections from Tomcat
Previous Message Tom Lane 2005-02-06 17:32:37 Re: log_duration