Re: [sqlsmith] Unpinning error in parallel worker
Jonathan Rudenberg <jonathan@titanous.com>
From: Jonathan Rudenberg <jonathan@titanous.com>
To: Thomas Munro <thomas.munro@enterprisedb.com>
Cc: Robert Haas <robertmhaas@gmail.com>,
Andreas Seltenreich <seltenreich@gmx.de>,
Pg Hackers <pgsql-hackers@postgresql.org>
Date: 2018-04-17T23:01:05Z
Lists: pgsql-hackers
Attachments
- dsa_hang_plan.txt (text/plain)
On Tue, Apr 17, 2018, at 18:38, Thomas Munro wrote: > I don't have any theories about how that could be going wrong right > now, but I'm looking into it. Thank you! > > I don't have a backtrace yet, but I will provide them if/when the issue happens again. > > Thanks, that would be much appreciated, as would any clues about what > workload you're running. Do you know what the query plan looks like > for the queries that crashed? Yep, I think I know approximately what it looked like, I've attached a lightly redacted plan. All of the hung queries were running some variant of this plan as far as I can tell. Thanks again! Jonathan
Commits
-
Use English, instead of internal names, for translatable messages.
- 5c4488478b18 10.0 landed
-
Plug race in dsa_attach.
- fddf45b38097 10.0 landed