Re: Add missing error codes to PANIC/FATAL error reports in xlogrecovery

Поиск
Список
Период
Сортировка
От Andres Freund
Тема Re: Add missing error codes to PANIC/FATAL error reports in xlogrecovery
Дата
Msg-id 20231130211038.ilqllkyjvij4uklu@awork3.anarazel.de
обсуждение исходный текст
Ответ на Re: Add missing error codes to PANIC/FATAL error reports in xlogrecovery  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Add missing error codes to PANIC/FATAL error reports in xlogrecovery  (Krishnakumar R <kksrcv001@gmail.com>)
Список pgsql-hackers
Hi,

On 2023-11-30 16:02:55 -0500, Tom Lane wrote:
> Andres Freund <andres@anarazel.de> writes:
> > Wondering if we should add a ERRCODE_CLUSTER_CORRUPTED for cases like this. We
> > have ERRCODE_DATA_CORRUPTED and ERRCODE_INDEX_CORRUPTED, which make
> > ERRCODE_DATA_CORRUPTED feel a bit too specific in this kind of situation?
> 
> Maybe.  We didn't officially define DATA_CORRUPTED as referring to
> table data, but given the existence of INDEX_CORRUPTED maybe we
> should treat it as that.

I'm on the fence about it. Certainly DATA_CORRUPTED would be more appropriate
than INTERNAL_ERROR.


> > Hm, this one arguably is not corruption, but we still cannot
> > continue. ERRCODE_OBJECT_NOT_IN_PREREQUISITE_STATE or maybe a new error code?
> 
> ... I don't really like turning a whole bunch of error cases into
> the same error code without some closer analysis.

Other than this instance, they all indicate that the cluster is toast in some
way or another. So *_CORRUPTED seems appropriate. And even this instance would
be better off as _CORRUPTED than as INTERNAL_ERROR. There's so many of the
latter that you can't realistically alert on them occurring.

I don't like my idea of ERRCODE_OBJECT_NOT_IN_PREREQUISITE_STATE much, that's
not something you realistically can alert on, and this error certainly is an
instance of "you're screwed until you manually intervene".

Greetings,

Andres Freund



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Add missing error codes to PANIC/FATAL error reports in xlogrecovery
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: meson: Stop using deprecated way getting path of files