Re: Parallel Full Hash Join
Justin Pryzby <pryzby@telsasoft.com>
From: Justin Pryzby <pryzby@telsasoft.com>
To: Melanie Plageman <melanieplageman@gmail.com>
Cc: vignesh C <vignesh21@gmail.com>, Greg Nancarrow <gregn4422@gmail.com>, Thomas Munro <thomas.munro@gmail.com>, Masahiko Sawada <sawada.mshk@gmail.com>, pgsql-hackers@postgresql.org
Date: 2021-11-21T03:48:48Z
Lists: pgsql-hackers
On Wed, Nov 17, 2021 at 01:45:06PM -0500, Melanie Plageman wrote: > On Sat, Nov 6, 2021 at 11:04 PM Justin Pryzby <pryzby@telsasoft.com> wrote: > > > > > Rebased patches attached. I will change status back to "Ready for Committer" > > > > The CI showed a crash on freebsd, which I reproduced. > > https://cirrus-ci.com/task/5203060415791104 > > > > The crash is evidenced in 0001 - but only ~15% of the time. > > > > I think it's the same thing which was committed and then reverted here, so > > maybe I'm not saying anything new. > > > > https://commitfest.postgresql.org/33/3031/ > > https://www.postgresql.org/message-id/flat/20200929061142.GA29096@paquier.xyz > > Yes, this looks like that issue. > > I've attached a v8 set with the fix I suggested in [1] included. > (I added it to 0001). This is still crashing :( https://cirrus-ci.com/task/6738329224871936 https://cirrus-ci.com/task/4895130286030848 -- Justin
Commits
-
Remove overzealous assertion from PHJ.
- b37d051b0e59 16.0 landed
-
Remove comment obsoleted by 11c2d6fd.
- f303ec6210c4 16.0 landed
-
Parallel Hash Full Join.
- 11c2d6fdf5af 16.0 landed
-
Improve the naming of Parallel Hash Join phases.
- 8fba928fd788 16.0 landed
-
Update the names of Parallel Hash Join phases.
- 378802e3713c 14.0 landed
-
Add BarrierArriveAndDetachExceptLast().
- 7888b0999488 14.0 landed
-
Mop-up for wait event naming issues.
- 3048898e73c7 13.0 cited
-
Push tuple limits through Gather and Gather Merge.
- 3452dc5240da 11.0 cited