Actions
Bug #16629
closedUse only one ZIO threadpool to enhance performances
Status:
Rejected
Priority:
N/A
Assignee:
Category:
Performance and scalability
Target version:
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
To do
Fix check:
To do
Regression:
Description
Following advices from https://github.com/zio/zio/issues/1275, we can use only one threadpool to avoid the cost of switching between them.
See comments ont linked ZIO issue to see what tests were done.
Updated by François ARMAND almost 5 years ago
- Status changed from New to In progress
Updated by François ARMAND almost 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/2743
Updated by Vincent MEMBRÉ almost 5 years ago
- Target version changed from 6.0.3 to 6.0.4
Updated by Vincent MEMBRÉ over 4 years ago
- Related to Bug #16382: Improve performance of policy generation writer added
Updated by Vincent MEMBRÉ over 4 years ago
- Target version changed from 6.0.4 to 6.0.5
Updated by Nicolas CHARLES over 4 years ago
- Status changed from Pending technical review to Rejected
supercedeed by https://issues.rudder.io/issues/16892
Actions