Re: Query running for 12 hours

From: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
To: Yavuz Selim Sertoğlu <yavuzselim(dot)sertoglu(at)bisoft(dot)com(dot)tr>
Cc: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: Query running for 12 hours
Date: 2018-05-30 14:29:57
Message-ID: d02a5fb7-5c63-ea60-42ce-5301bc037b22@aklaver.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 05/30/2018 07:19 AM, Yavuz Selim Sertoğlu wrote:
>
>
> 2018-05-30 17:02 GMT+03:00 Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com
> <mailto:adrian(dot)klaver(at)aklaver(dot)com>>:
>
> On 05/30/2018 06:54 AM, Yavuz Selim Sertoğlu wrote:
>
> I am just a regular dba so I dont know what's sent from
> application exactly but I assume now()-1 week.
> In the log file, there are two more same queries. And their
> value is *2018-05-23 02:00:00*
>
> And these queries are not showing up in pg_stat_activity as still
> active?
>
> *>> I think these were completed so they are not in pg_stat_activity.*

Remaining suggestions/questions:

1) If it still exists look in Postgres log around 2018-05-30 02:00:00,
the time the problematic queries started, to see if there are any
entries of note.

2) You are on Postgres 9.5.3 and the most recent release 9.5.13. There
have been a lot of bug fixes in the interim and it would be a good idea
to upgrade. It is minor release upgrade but I would go through the
release notes first:

https://www.postgresql.org/docs/9.5/static/release.html

as there some thing that might require your action.

3) I suggest 2) because a quick scan of the release notes found this:

https://www.postgresql.org/docs/9.5/static/release-9-5-11.html

"

Cope with failure to start a parallel worker process (Amit Kapila,
Robert Haas)

Parallel query previously tended to hang indefinitely if a worker could
not be started, as the result of fork() failure or other low-probability
problems.
"

Is it possible that parallel query:

https://www.postgresql.org/docs/10/static/when-can-parallel-query-be-used.html

is in use?

>
>
>
>
>
> --
> Adrian Klaver
> adrian(dot)klaver(at)aklaver(dot)com <mailto:adrian(dot)klaver(at)aklaver(dot)com>
>
>
>

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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Yavuz Selim Sertoğlu 2018-05-30 14:41:33 Re: Query running for 12 hours
Previous Message Yavuz Selim Sertoğlu 2018-05-30 14:19:12 Re: Query running for 12 hours