Re: barnacle (running CLOBBER_CACHE_RECURSIVELY) seems stuck since November

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: Tomas Vondra <tomas(dot)vondra(at)2ndquadrant(dot)com>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: barnacle (running CLOBBER_CACHE_RECURSIVELY) seems stuck since November
Date: 2015-03-23 15:02:03
Message-ID: CA+TgmobbyCYN+gy54D2+1sZbcA68zDXdvoZ+sYxxbCdOK8mmQA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Sun, Mar 22, 2015 at 6:26 PM, Tomas Vondra
<tomas(dot)vondra(at)2ndquadrant(dot)com> wrote:
> This time I've however checked the log, and what caught my eye is that
> the last log message is from November. There were regular messages until
> then (a few messages per day), but since Nov 19 there's nothing.

I'd try strace on the backends, to see if they are issuing any system calls.

I'd also try attaching gdb and pulling a back trace, then continue,
then hit ^C, and pull another backtrace, repeat about 10 times, and
see if you can figure out where it's stuck.

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Fabrízio de Royes Mello 2015-03-23 15:20:14 Re: Order of enforcement of CHECK constraints?
Previous Message Kevin Grittner 2015-03-23 15:02:02 Re: Superuser connect during smart shutdown