pgagent job failing to halt on failed step

Поиск
Список
Период
Сортировка
От Sanket Mehta
Тема pgagent job failing to halt on failed step
Дата
Msg-id CA+yw=mP_qCXAoxwpPLWh81_9h=9FyX869=pF68mL9RA-6=oJfw@mail.gmail.com
обсуждение исходный текст
Ответы Re: pgagent job failing to halt on failed step  (Dave Page <dpage@pgadmin.org>)
Список pgadmin-hackers

Hi,

There is an issue in current pgagent code as explained below:

Issue:
In batch mode if user creates a job with multiple job steps then if first jobstep gets executed successfully then even if 2nd step is a failure, job will not halt at that point and will complete its execution. which is not the expected result.

Analysis:
The main reason for this issue is that in batch mode, when first step is executed successfully, flag succeeded will be set to true, but when the 2nd step gets failed, its not getting reset to false which is why job does not halt at the same instance and continues executing next steps.

I have resolved this issue and patch is attached with this mail for review.
Please do review the patch and let me know in case anything is missing.
Regards,
Sanket Mehta
Sr Software engineer
Enterprisedb
Вложения

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

Предыдущее
От: Ashesh Vashi
Дата:
Сообщение: pgAdmin 4 commit: Load collection.js along with the node.js from browse
Следующее
От: Ashesh Vashi
Дата:
Сообщение: pgAgent commit: Set 'succeeded' flag to true/false by checking for the