Re: "stuck spinlock"

From: Christophe Pettus <xof(at)thebuild(dot)com>
To: PostgreSQL-development Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: "stuck spinlock"
Date: 2013-12-13 03:35:36
Message-ID: 475854FC-F167-4582-B684-9EAD0552A659@thebuild.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


On Dec 12, 2013, at 6:41 PM, Andres Freund <andres(at)2ndquadrant(dot)com> wrote:

> Christophe: are there any "unusual" ERROR messages preceding the crash,
> possibly some minutes before?

Interestingly, each spinlock PANIC is *followed*, about one minute later (+/- five seconds) by a "canceling statement due to statement timeout" on that exact query. The queries vary enough in text that it is unlikely to be a coincidence.

There are a *lot* of "canceling statement due to statement timeout" messages, which is interesting, because:

postgres=# show statement_timeout;
statement_timeout
-------------------
0
(1 row)

--
-- Christophe Pettus
xof(at)thebuild(dot)com

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Geoghegan 2013-12-13 03:40:46 Re: "stuck spinlock"
Previous Message Christophe Pettus 2013-12-13 03:23:19 Re: "stuck spinlock"