Re: [HACKERS] Parallel tuplesort (for parallel B-Tree index creation)

From: Peter Geoghegan <pg(at)bowt(dot)ie>
To: Robert Haas <robertmhaas(at)gmail(dot)com>
Cc: Amit Kapila <amit(dot)kapila16(at)gmail(dot)com>, Thomas Munro <thomas(dot)munro(at)enterprisedb(dot)com>, Rushabh Lathia <rushabh(dot)lathia(at)gmail(dot)com>, Heikki Linnakangas <hlinnaka(at)iki(dot)fi>, Pg Hackers <pgsql-hackers(at)postgresql(dot)org>, Corey Huinker <corey(dot)huinker(at)gmail(dot)com>
Subject: Re: [HACKERS] Parallel tuplesort (for parallel B-Tree index creation)
Date: 2018-02-02 21:35:59
Message-ID: CAH2-Wzmt5Rc2LCWS7ekkQbeAraVTQo=ERi4zDkEFDtYb_+kfZg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, Feb 2, 2018 at 10:38 AM, Peter Geoghegan <pg(at)bowt(dot)ie> wrote:
> On Fri, Feb 2, 2018 at 10:37 AM, Robert Haas <robertmhaas(at)gmail(dot)com> wrote:
>> If you could keep an eye on the buildfarm and investigate anything
>> that breaks, I would appreciate it.

> I can keep an eye on it throughout the day.

There is a benign Valgrind error that causes the lousyjack animal to
report failure. It looks like this:

==6850== Syscall param write(buf) points to uninitialised byte(s)
==6850== at 0x4E4D534: write (in /usr/lib64/libpthread-2.26.so)
==6850== by 0x82328F: FileWrite (fd.c:2017)
==6850== by 0x8261AD: BufFileDumpBuffer (buffile.c:513)
==6850== by 0x826569: BufFileFlush (buffile.c:657)
==6850== by 0x8262FB: BufFileRead (buffile.c:561)
==6850== by 0x9F6C79: ltsReadBlock (logtape.c:273)
==6850== by 0x9F7ACF: LogicalTapeFreeze (logtape.c:906)
==6850== by 0xA05B0D: worker_freeze_result_tape (tuplesort.c:4477)
==6850== by 0xA05BC6: worker_nomergeruns (tuplesort.c:4499)
==6850== by 0x9FCA1E: tuplesort_performsort (tuplesort.c:1823)

I'll need to go and write a Valgrind suppression for this. I'll get to
it later today.

--
Peter Geoghegan

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2018-02-02 21:40:59 Re: Boolean partitions syntax
Previous Message Robert Haas 2018-02-02 21:21:53 RelOptInfo -> Relation