Actions
Bug #15095
closedHooks need to run on an dedicated thread pool
Status:
Released
Priority:
N/A
Assignee:
Category:
Performance and scalability
Target version:
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
Reviewed
Fix check:
Checked
Regression:
Description
If hooks run on scala "global" threadpool, they risk to be blocked by whatever is also on that threadpool, especially since its policy is not to run as always async.
Moreover, we need a seperate log for hooks, and a warning log on very long hooks (on a dedicated logger that can be shutdown by user if he wants).
Updated by François ARMAND over 5 years ago
- Status changed from New to In progress
Updated by François ARMAND over 5 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from François ARMAND to Nicolas CHARLES
- Pull Request set to https://github.com/Normation/rudder/pull/2269
Updated by François ARMAND over 5 years ago
- Subject changed from Missing log on hooks for generation to Hooks need to run on an other threadpool than scala global
- Description updated (diff)
Updated by Rudder Quality Assistant over 5 years ago
- Assignee changed from Nicolas CHARLES to François ARMAND
Updated by François ARMAND over 5 years ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder|034411247e23a0947babc83155cf3d5ede95aa7e.
Updated by François ARMAND over 5 years ago
- Related to Architecture #15102: Port NuProcess and RunHooks to ZIO added
Updated by François ARMAND over 5 years ago
- Fix check changed from To do to Checked
Updated by Alexis Mousset over 5 years ago
- Subject changed from Hooks need to run on an other threadpool than scala global to Hooks need to run on an dedicated thread pool
- Name check changed from To do to Reviewed
Updated by Vincent MEMBRÉ over 5 years ago
This bug has been fixed in Rudder 5.0.12 which was released today.
Updated by Vincent MEMBRÉ about 4 years ago
- Status changed from Pending release to Released
Actions