BUG #14973: hung queries

From: skaurus(at)gmail(dot)com
To: pgsql-bugs(at)postgresql(dot)org
Cc: skaurus(at)gmail(dot)com
Subject: BUG #14973: hung queries
Date: 2017-12-14 12:31:08
Message-ID: 20171214123108.29862.96996@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 14973
Logged by: Dmitry Shalashov
Email address: skaurus(at)gmail(dot)com
PostgreSQL version: 10.1
Operating system: Debian 9
Description:

We stumbled upon queries running for a day or more. They are simple ones, so
that should not be happening. And most of the time it don't - very small
share of these queries ends up like this.

Moreover, these queries couldn't be stopped.

pg_stat_activity says that they all have wait_event_type = IPC, wait_event =
BtreePage, state = active

strace tells that they all inside epoll_wait syscall

grep over ps says that they all are "postgres: bgworker: parallel worker for
PID ..."

Looks like some bug in parallel seq scan maybe?

We are going to disable parallel seq scan and restart our server in like 4
hours from now. I can get more debug if asked before that.

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message jarek.stoklosa 2017-12-14 12:33:37 BUG #14974: count doesn't accept text columns
Previous Message Alvaro Herrera 2017-12-14 10:48:15 Re: BUG #14963: Number of wal files are keep on increasing