From: | Andres Freund <andres(at)anarazel(dot)de> |
---|---|
To: | Maxim Boguk <maxim(dot)boguk(at)gmail(dot)com> |
Cc: | Peter Geoghegan <pg(at)bowt(dot)ie>, Jeremy Finzel <finzelj(at)gmail(dot)com>, Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>, Postgres General <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: found xmin from before relfrozenxid on pg_catalog.pg_authid |
Date: | 2018-05-22 19:30:07 |
Message-ID: | 20180522193007.4bi5oluqb7c72oq2@alap3.anarazel.de |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general pgsql-hackers |
Hi,
On 2018-05-22 22:18:15 +0300, Maxim Boguk wrote:
> On Tue, May 22, 2018 at 9:47 PM, Andres Freund <andres(at)anarazel(dot)de> wrote:
> > > select relfrozenxid from pg_class where relname='pg_authid';
> > > relfrozenxid
> > > --------------
> > > 2863429136
> select txid_current();
> txid_current
> --------------
> 41995913769
So that's an xid of 3341208114, if you leave the epoch out. What's
autovacuum_freeze_max_age set to in that cluster?
Can you show pg_controldata output, and relminmxid from that cluster?
I might be daft here, but it's surely curious that the relfrozenxid from
the error and pg_catalog are really different (number of digits):
catalog: 2863429136
error: 248712603
> About gdb bt - it's tricky because it is mission critical master db of
> huge project.
> I'll will try promote backup replica and check is issue persist there and
> if yes - we will have our playground for a while, but it will require
> sometime to arrange.
You should be ok to just bt that in the running cluster, but I
definitely understand if you don't want to do that... I'd appreciate if
you set up the a playground, because this seems like something that'll
reappear.
Greetings,
Andres Freund
From | Date | Subject | |
---|---|---|---|
Next Message | Maxim Boguk | 2018-05-22 19:42:08 | Re: found xmin from before relfrozenxid on pg_catalog.pg_authid |
Previous Message | Tiffany Thang | 2018-05-22 19:22:58 | pg_multixact/members growing |
From | Date | Subject | |
---|---|---|---|
Next Message | Maxim Boguk | 2018-05-22 19:42:08 | Re: found xmin from before relfrozenxid on pg_catalog.pg_authid |
Previous Message | Maxim Boguk | 2018-05-22 19:18:15 | Re: found xmin from before relfrozenxid on pg_catalog.pg_authid |