Skip to content

Add exception guards for scheduleWithFixedDelay#18085

Merged
losipiuk merged 1 commit intotrinodb:masterfrom
losipiuk:lo/catch-task-info-fetcher
Jul 4, 2023
Merged

Add exception guards for scheduleWithFixedDelay#18085
losipiuk merged 1 commit intotrinodb:masterfrom
losipiuk:lo/catch-task-info-fetcher

Conversation

@losipiuk
Copy link
Copy Markdown
Member

There were some remaining routines called via scheduleWithFixedDelay which were not guarded with try...catch all clause. It is important to have such clause so routine is not silently unscheduled in case of unexpected error.

Release notes

(x) This is not user-visible or docs only and no release notes are required.
( ) Release notes are required, please propose a release note for me.
( ) Release notes are required, with the following suggested text:

@cla-bot cla-bot bot added the cla-signed label Jun 29, 2023
@losipiuk losipiuk requested review from ebyhr, electrum and findepi June 29, 2023 08:36
There were some remaining routines called via scheduleWithFixedDelay
which were not guarded with try...catch all clause.
It is important to have such clause so routine is not silently
unscheduled in case of unexpected error.
@losipiuk losipiuk force-pushed the lo/catch-task-info-fetcher branch from f17b50c to 8927628 Compare July 4, 2023 06:28
@losipiuk losipiuk merged commit b183cd3 into trinodb:master Jul 4, 2023
@github-actions github-actions bot added this to the 421 milestone Jul 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

2 participants