Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Data Bases > Pgsql General > Deadlock situat...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 1 of 11 Topic 15422 of 16301
Post > Topic >>

Deadlock situation?

by daniel.armbrust.list@[EMAIL PROTECTED] ("Dan Armbrust") Apr 29, 2008 at 04:54 PM

I have an app that we were load testing - it maintains a pool of
connections to PostgreSQL - 8.3.1


Suddenly, after running fine for weeks, the app hung - unable to get a
free connection from the pool.


select * from pg_stat_activity;" shows me that most of my connections
in a COMMIT phase:

03:05:37.73064-05  | 2008-04-24 03:05:38.419796-05 | 2008-04-24
02:11:53.908518-05 | 127.0.0.1   |       53807
 16385 | ispaaa  |     953 |    16384 | pslogin  | COMMIT       | f
   | 2008-04-24


While some are in a SELECT:

 16385 | ispaaa  |    1181 |    16384 | pslogin  | select
dynamichos0_.ethernetmacaddr as ethernet1_0_, dynamichos0_.ipaddr as
ipaddr0_, dynamichos0_.cpemac as cpemac0_, dynamichos0_.regtime as
regtime0_, dynamichos0_.leasetime as leasetime0_,
dynamichos0_.last_updated as last5_0_ from iphost dynamichos0_, cpe
cpe1_ where  dynamichos0_.cpemac=cpe1_.cpemac and 1=1 and
dynamichos0_.ethernetmacaddr=$1 and dynamichos0_.cpemac=$2 and
cpe1_.regBaseId=$3 and dynamichos0_.ipaddr<>$4    | f       |
2008-04-24 03:05:37.734041-05 | 2008-04-24 03:05:38.405854-05 |
2008-04-24 02:41:54.413337-05 | 127.0.0.1   |       55363


Perhaps VACUUM had something to do with it?:

 16385 | ispaaa  |    8956 |    16384 | pslogin  | delete from iphost
where leasetime<$1      | f       | 2008-04-24 18:43:29.920069-05 |
2008-04-24 18:43:30.116435-05 | 2008-04-24 18:41:59.071032-05 |
127.0.0.1   |

  49069  16385 | ispaaa  |    1618 |       10 | postgres | autovacuum:
VACUUM public.iphost      | f       | 2008-04-24 03:05:13.212436-05 |
2008-04-24 03:05:13.212436-05 | 2008-04-24 03:05:12.526611-05 |
     |


Where should I begin to look for the source of this problem?

Thanks for any info,

Dan

-- 
Sent via pgsql-general mailing list (pgsql-general@[EMAIL PROTECTED]
)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general
 




 11 Posts in Topic:
Deadlock situation?
daniel.armbrust.list@[EMA  2008-04-29 16:54:48 
Re: Deadlock situation?
erik@[EMAIL PROTECTED] (  2008-04-29 17:10:31 
Re: Deadlock situation?
daniel.armbrust.list@[EMA  2008-04-29 17:30:55 
Re: Deadlock situation?
tgl@[EMAIL PROTECTED] (T  2008-04-29 22:20:06 
Re: Deadlock situation?
alvherre@[EMAIL PROTECTED  2008-04-29 18:33:59 
Re: Deadlock situation?
daniel.armbrust.list@[EMA  2008-04-30 09:55:25 
Re: Deadlock situation?
tgl@[EMAIL PROTECTED] (T  2008-04-30 11:33:35 
Re: Deadlock situation?
daniel.armbrust.list@[EMA  2008-04-30 11:17:23 
Re: Deadlock situation?
dan@[EMAIL PROTECTED]   2008-04-30 13:36:15 
Re: Deadlock situation?
daniel.armbrust.list@[EMA  2008-05-01 10:38:46 
Re: Deadlock situation?
scott.marlowe@[EMAIL PROT  2008-05-01 10:44:02 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Wed Aug 20 7:59:02 CDT 2008.