Re: confusing message about archive failures - Mailing list pgsql-hackers

From Jeff Janes
Subject Re: confusing message about archive failures
Date
Msg-id CAMkU=1yOgPW81QxK2g2Y=Sf+Uu68Ss82gwUruWwxKejkEw4_xg@mail.gmail.com
Whole thread Raw
In response to confusing message about archive failures  (Peter Eisentraut <peter_e@gmx.net>)
Responses Re: confusing message about archive failures
List pgsql-hackers
On Wednesday, April 17, 2013, Peter Eisentraut wrote:
When archive_command fails three times, it prints this message into the
logs:

"transaction log file \"%s\" could not be archived: too many failures"

This leaves it open what happens next.  What will actually happen is
that it will usually try again after 60 seconds or so, but the message
indicates something much more fatal than that.

Could we rephrase this a little bit to make it less dramatic, like

"... too many failures, will try again later"

?

+1  I've found the current message alarming/confusing as well.  But I don't really understand the logic behind bursting the attempts, 3 of them one second apart, then sleeping 57 seconds, in the first place.
 
Cheers,

Jeff

pgsql-hackers by date:

Previous
From: Greg Smith
Date:
Subject: Re: Enabling Checksums
Next
From: Alan Li
Date:
Subject: Word-level bigrams/trigrams in tsvector