Re: "PANIC: cannot make new WAL entries during recovery" in the wild - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: "PANIC: cannot make new WAL entries during recovery" in the wild
Date
Msg-id 20090806202237.GL7769@alvh.no-ip.org
Whole thread Raw
In response to "PANIC: cannot make new WAL entries during recovery" in the wild  (Alvaro Herrera <alvherre@commandprompt.com>)
Responses Re: "PANIC: cannot make new WAL entries during recovery" in the wild  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: "PANIC: cannot make new WAL entries during recovery" in the wild  (Greg Stark <gsstark@mit.edu>)
Re: "PANIC: cannot make new WAL entries during recovery" in the wild  (Greg Stark <gsstark@mit.edu>)
List pgsql-hackers
Alvaro Herrera wrote:

> 2009-08-05 11:58:19 COTLOG:  el sistema de bases de datos fue
> interrumpido durante la recuperación en 2009-08-05 11:12:14 COT
> 2009-08-05 11:58:19 COTHINT:  Esto probablemente significa que
> algunos datos están corruptos y tendrá que usar el respaldo más
> reciente para la recuperación.
> 2009-08-05 11:58:19 COTLOG:  el sistema de bases de datos no fue
> apagado apropiadamente; se está efectuando la recuperación
> automática
> 2009-08-05 11:58:19 COTLOG:  redo comienza en 0/75334970
> 2009-08-05 11:58:19 COTLOG:  la dirección de página 0/6D374000 en el
> archivo de registro 0, segmento 117, posición 3620864 es inesperada
> 2009-08-05 11:58:19 COTLOG:  redo listo en 0/75370F68
> 2009-08-05 11:58:19 COTLOG:  última transacción completada al tiempo
> de registro 2009-08-05 09:45:59.796-05
> 2009-08-05 11:58:19 COTPANIC:  cannot make new WAL entries during recovery

After adding %p to the log_line_prefix, it becomes clear that the
process calling XLogInsert here is the startup process.

This is new code in 8.4.  Is no one concerned about this?

-- 
Alvaro Herrera                                http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.


pgsql-hackers by date:

Previous
From: Dan Colish
Date:
Subject: Executor documentation
Next
From: Zdenek Kotala
Date:
Subject: compilation with libeditpreferred is broken