Re: BUG #15346: Replica fails to start after the crash
Alexander Kukushkin <cyberdemn@gmail.com>
From: Alexander Kukushkin <cyberdemn@gmail.com>
To: Alvaro Herrera <alvherre@2ndquadrant.com>
Cc: Michael Paquier <michael@paquier.xyz>, pgsql-bugs@lists.postgresql.org
Date: 2018-08-22T15:01:56Z
Lists: pgsql-bugs, pgsql-hackers
2018-08-22 16:44 GMT+02:00 Alvaro Herrera <alvherre@2ndquadrant.com>: > > Sounds likely. I suggest to have a look at what's going on inside the > postmaster process when it gets stuck. Well, it doesn't get stuck, it aborts start with the message: 2018-08-22 14:26:42.073 UTC,,,28485,,5b7d7282.6f45,23,,2018-08-22 14:26:10 UTC,1/0,0,WARNING,01000,"page 179503104 of relation base/18055/212875 does not exist",,,,,"xlog redo at AB3/50323E78 for Btree/DELETE: 182 items",,,,"" 2018-08-22 14:26:42.073 UTC,,,28485,,5b7d7282.6f45,24,,2018-08-22 14:26:10 UTC,1/0,0,PANIC,XX000,"WAL contains references to invalid pages",,,,,"xlog redo at AB3/50323E78 for Btree/DELETE: 182 items",,,,"" 2018-08-22 14:26:42.214 UTC,,,28483,,5b7d7282.6f43,3,,2018-08-22 14:26:10 UTC,,0,LOG,00000,"startup process (PID 28485) was terminated by signal 6: Aborted",,,,,,,,,"" 2018-08-22 14:26:42.214 UTC,,,28483,,5b7d7282.6f43,4,,2018-08-22 14:26:10 UTC,,0,LOG,00000,"terminating any other active server processes",,,,,,,,,"" 2018-08-22 14:26:42.290 UTC,,,28483,,5b7d7282.6f43,5,,2018-08-22 14:26:10 UTC,,0,LOG,00000,"database system is shut down",,,,,,,,,"" Regards, -- Alexander Kukushkin
Commits
-
Ensure correct minimum consistent point on standbys
- 65f39408ee71 9.3.25 landed
- d9638a326f72 9.4.20 landed
- f3520ff6fbf1 9.5.15 landed
- 4a9a5bb3fd2a 9.6.11 landed
- 2c8cff5dd60b 10.6 landed
- c34f8078aa35 11.0 landed
- c186ba135eca 12.0 landed
-
Prevent references to invalid relation pages after fresh promotion
- 8d68ee6f31ca 9.6.10 cited