Re: Postgres TR for missing chunk

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: M Tarkeshwar Rao <m(dot)tarkeshwar(dot)rao(at)ericsson(dot)com>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Jaime Casanova <jaime(at)2ndquadrant(dot)com>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>, Mithilesh Kumar Gupta <mithilesh(dot)kumar(dot)gupta(at)ericsson(dot)com>
Subject: Re: Postgres TR for missing chunk
Date: 2014-12-22 13:12:52
Message-ID: CA+TgmoZZR9-HS9hxuFt+YAB0C5Re30LW5aSEZynib1_E75A+MQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, Dec 19, 2014 at 4:18 AM, M Tarkeshwar Rao
<m(dot)tarkeshwar(dot)rao(at)ericsson(dot)com> wrote:
> We are facing this issue and want to analyse this through logging.
> can you please share a sample Postgres config file to enable max logging with syslog support?
>
> What should be the debug level so that I can capture the failure information?

I don't think that cranking up the debug level is going to help you
here. Instead, you should tell us what you did that ended up causing
this error, especially if it is a reproducible series of steps,
because then we might be able to identify the cause, and/or fix it.

It is worth noting that one possible explanation for this is that your
database is corrupted. That can happen for a variety of reasons, as I
explained in one of my blog posts:

http://rhaas.blogspot.com/2012/03/why-is-my-database-corrupted.html

You should check and make sure that none of those causes sound like
things that could have happened in your case.

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2014-12-22 13:26:52 Re: Logical Replication Helpers WIP for discussion
Previous Message Robert Haas 2014-12-22 13:05:57 Re: pgaudit - an auditing extension for PostgreSQL