PostgreSQL La base de donnees la plus sophistiquee au monde.

Forums PostgreSQL.fr

Le forum officiel de la communauté francophone de PostgreSQL

Vous n'êtes pas identifié(e).

#1 20/06/2019 08:05:39

albourg
Membre

invalid resource manager ID 114 at 16C/59A6E268 - dois-je m'inquiéter?

Bonjour,

j'ai un postgres 10.6 sous linux, un "master" (port 5432) et un "slave" (port 5444, même machine) en mode "hot standby" (streaming replication).
le recovery.conf:

standby_mode = 'on'
primary_conninfo = 'user=postgres passfile=''/var/lib/pgsql/.pgpass'' host=127.0.0.1 port=5432 sslmode=prefer sslcompression=1 krbsrvname=postgres target_session_attrs=any'
trigger_file = '/mnt/pgdata/standbydir/remove_ext_to_switchover'
restore_command = 'cp /mnt/pgdata/wal/%f %p'

J'ai créé le fichier /mnt/pgdata/standbydir/remove_ext_to_switchover
=> log:

2019-06-20 06:44:52.748 CEST [32383] LOG:  trigger file found: /mnt/pgdata/standbydir/remove_ext_to_switchover
2019-06-20 06:44:52.749 CEST [32402] FATAL:  terminating walreceiver process due to administrator command
cp: cannot stat ‘/mnt/pgdata/wal/000000010000016C00000059’: No such file or directory
2019-06-20 06:44:52.770 CEST [32383] LOG:  invalid resource manager ID 114 at 16C/59A6E268
2019-06-20 06:44:52.771 CEST [32383] LOG:  redo done at 16C/59A6E230
2019-06-20 06:44:52.771 CEST [32383] LOG:  last completed transaction was at log time 2019-06-20 06:43:56.733303+02
cp: cannot stat ‘/mnt/pgdata/wal/000000010000016C00000059’: No such file or directory
cp: cannot stat ‘/mnt/pgdata/wal/00000002.history’: No such file or directory
2019-06-20 06:44:52.802 CEST [32383] LOG:  selected new timeline ID: 2
2019-06-20 06:44:52.886 CEST [32383] LOG:  archive recovery complete
cp: cannot stat ‘/mnt/pgdata/wal/00000001.history’: No such file or directory
2019-06-20 06:44:53.006 CEST [32381] LOG:  database system is ready to accept connections

Ca a l'air de fonctionner correctement, mais il y a quand même un message:
2019-06-20 06:44:52.770 CEST [32383] LOG:  invalid resource manager ID 114 at 16C/59A6E268

Dois-je m'en inquiéter?

Merci!

Hors ligne

#2 20/06/2019 09:57:51

gleu
Administrateur

Re : invalid resource manager ID 114 at 16C/59A6E268 - dois-je m'inquiéter?

A priori non, pas besoin de s'inquiéter. Déjà, il s'agit d'un niveau LOG. Ce serait un vrai problème, le message aurait un niveau plus important (comme ERROR ou FATAL). De plus, le message en lui-même indique que l'enregistrement dans le journal de transaction n'est pas reconnu. Il est donc ignoré. Il est possible que ce soit le dernier enregistrement à moitié écrit.


Guillaume.

Hors ligne

Pied de page des forums