Need help to debug ERROR: MultiXactId 808530957 has not been createdyet -- apparent - Mailing list pgsql-admin

From Jenn
Subject Need help to debug ERROR: MultiXactId 808530957 has not been createdyet -- apparent
Date
Msg-id CADR+diih7uRdTtL-9r9a1ExZx32yMrVjYL7uhDaVCM-X_O6oyg@mail.gmail.com
Whole thread Raw
Responses Re: Need help to debug ERROR: MultiXactId 808530957 has not beencreated yet -- apparent  (Alvaro Herrera <alvherre@2ndquadrant.com>)
List pgsql-admin
Hello,

Getting "MultiXactId 808530957 has not been created yet -- apparent" error when trying to VACUUM FREEZE big table, about 263m rows. Normal VACUUM runs fine.
Also tried to recreate the table and there were no errors "create table my_table_copy as
  select * from my_table".

1.Is it data corruption problem?
2.how to diagnose the error and possibly fix?

System:
CentOS 7.6.1810
PostgreSQL v10.7

pg_controldata output:
Latest checkpoint's full_page_writes: on
Latest checkpoint's NextXID:          0:225518418
Latest checkpoint's NextOID:          13806623
Latest checkpoint's NextMultiXactId:  3568437
Latest checkpoint's NextMultiOffset:  3991593
Latest checkpoint's oldestXID:        79505602
Latest checkpoint's oldestXID's DB:   16400
Latest checkpoint's oldestActiveXID:  225518416
Latest checkpoint's oldestMultiXid:   1666087
Latest checkpoint's oldestMulti's DB: 13806
Latest checkpoint's oldestCommitTsXid:0
Latest checkpoint's newestCommitTsXid:0
Fake LSN counter for unlogged rels:   0/1
Minimum recovery ending location:     0/0
Min recovery ending loc's timeline:   0
Backup start location:                0/0
Backup end location:                  0/0
End-of-backup record required:        no
wal_level setting:                    replica
wal_log_hints setting:                on
max_connections setting:              100
max_worker_processes setting:         8
max_prepared_xacts setting:           0
max_locks_per_xact setting:           64
track_commit_timestamp setting:       off
Maximum data alignment:               8
Database block size:                  8192
Blocks per segment of large relation: 131072
WAL block size:                       8192
Bytes per WAL segment:                16777216
Maximum length of identifiers:        64
Maximum columns in an index:          32
Maximum size of a TOAST chunk:        1996
Size of a large-object chunk:         2048
Date/time type storage:               64-bit integers
Float4 argument passing:              by value
Float8 argument passing:              by value
Data page checksum version:           0

pgsql-admin by date:

Previous
From: richard coleman
Date:
Subject: Re: Run as on PGAdmin 4
Next
From: Alvaro Herrera
Date:
Subject: Re: Need help to debug ERROR: MultiXactId 808530957 has not beencreated yet -- apparent