From: | "Ilja Golshtein" <ilejn(at)yandex(dot)ru> |
---|---|
To: | pgsql-general(at)postgresql(dot)org |
Subject: | Hang investigation |
Date: | 2005-12-30 09:02:59 |
Message-ID: | 43B4F7C3.000003.19047@soapbox.yandex.ru |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Hello!
I'm developing application uses PG as backend.
A recent stress test found out a serious trouble. Briefly,
libpq does not return control after COMMIT, while
commit actually happened Ok.
It is not quite reproducible: the test hangs during commiting
different transactions. If I terminate PG server,
control returns to application and it goes futher.
It happens against PostgreSQL 8.1.0 and 8.1.1
on Windows and on Linux on several boxes
with different configurations. PostgreSQL 8.0.x is fine.
This stuff operates with significant amount of data
(database size is about 20Gb).
My own attempts to investigate this issue failed
and I badly need community assistance. The question
is what should be provided to make it possible.
At first glance I should get application
and server core files and may be strace of application
networking with server.
What else?
Do we have a sort of manual could be used in my case?
I can produce log or all PG queries, but [as far as I understand]
it is not enough to replay at least because PG does not put in log
values of bound parameters.
Many thanks.
--
Best regards
Ilja Golshtein
From | Date | Subject | |
---|---|---|---|
Next Message | Harry Jackson | 2005-12-30 09:36:56 | Forum Software |
Previous Message | Tom Lane | 2005-12-30 04:39:46 | Re: In processing DDL, when does pg_catalog get updated? |