Re: Parallel Append subplan order instability on aye-aye
Thomas Munro <thomas.munro@gmail.com>
From: Thomas Munro <thomas.munro@gmail.com>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: David Rowley <david.rowley@2ndquadrant.com>, pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2019-07-23T23:59:58Z
Lists: pgsql-hackers
On Tue, Jul 16, 2019 at 12:21 PM Tom Lane <tgl@sss.pgh.pa.us> wrote: > In the meantime, we've had *lots* of buildfarm failures in the > added pg_stat_all_tables query, which indicate that indeed the > stats collector mechanism isn't terribly reliable. But that > doesn't directly prove anything about the original problem, > since the planner doesn't look at stats collector data. I noticed that if you look at the list of failures of this type, there are often pairs of animals belonging to Andres that failed at the same time. I wonder if he might be running a bunch of animals on one kernel, and need to increase net.core.rmem_max and net.core.rmem_default (or maybe the write side variants, or both, or something like that). -- Thomas Munro https://enterprisedb.com
Commits
-
ANALYZE a_star and its children to avoid plan instability in tests.
- e40f3c747203 12.0 landed
- b9bffa004a99 13.0 landed
-
Finish reverting "Insert temporary debugging output in regression tests."
- d9cacca2d139 13.0 landed
-
Partially revert "Insert temporary debugging output in regression tests."
- b43f7c117e66 13.0 landed
-
Insert temporary debugging output in regression tests.
- f03a9ca4366d 12.0 landed
-
Improve the heuristic for ordering child paths of a parallel append.
- 624e440a4744 11.0 cited