From: | Jeff Janes <jeff(dot)janes(at)gmail(dot)com> |
---|---|
To: | Robert Haas <robertmhaas(at)gmail(dot)com> |
Cc: | Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: 10RC1 crash testing MultiXact oddity |
Date: | 2017-09-30 17:42:09 |
Message-ID: | CAMkU=1wRYs8oecg+Fz0LD0TH_vWBehP6dmDWxUGpwDVdjiKXvQ@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On Fri, Sep 22, 2017 at 1:19 PM, Robert Haas <robertmhaas(at)gmail(dot)com> wrote:
> On Fri, Sep 22, 2017 at 3:39 PM, Jeff Janes <jeff(dot)janes(at)gmail(dot)com> wrote:
> > It turns out it is not new in pg10. I spotted in the log file only by
> > accident while looking for something else. Now that I am looking for
> it, I
> > do see it in 9.6 as well.
>
> So I guess the next question is whether it also shows up if you initdb
> with 9.4.latest and then run the same test.
>
git bisect shows that it shows up in 9.5, at this commit:
commit bd7c348d83a4576163b635010e49dbcac7126f01
Author: Andres Freund <andres(at)anarazel(dot)de>
Date: Sat Sep 26 19:04:25 2015 +0200
Rework the way multixact truncations work.
The patches which enable the crashes and the rapid consumption of xid and
multixact both need a little adjustment from the 10rc1 versions, so I'm
attaching a combined patch that applies to bd7c348d83.
Not really sure what the next step is here. I could promote the
ereport(LOG...) to a PANIC to get a core dump, but I don't think that would
help because presumably the problem occurred early, when the truncation was
done, not when it was detected.
Cheers,
Jeff
Attachment | Content-Type | Size |
---|---|---|
crash_instrument.patch | application/octet-stream | 19.7 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Noah Misch | 2017-09-30 18:29:06 | Re: Re: CREATE COLLATION does not sanitize ICU's BCP 47 language tags. Should it? |
Previous Message | chenhj | 2017-09-30 17:18:40 | Re: [PATCH]make pg_rewind to not copy useless WAL files |