Details
-
- Environment:
- -
Activity
| Field | Original Value | New Value |
|---|---|---|
| Link |
This issue blocks |
| Affects Version/s | 4.0.10 [ 10257 ] | |
| Affects Version/s | 5.1.1 [ 10152 ] | |
| Priority | Blocker [ 1 ] |
| Priority | Blocker [ 1 ] | Minor [ 4 ] |
| Status | New [ 10000 ] | Open [ 10002 ] |
| Assignee | Mathieu Carrolle [ mcarrolle ] | Christophe DENEUX [ cdeneux ] |
| Status | Open [ 10002 ] | In Progress [ 10003 ] |
| Status | In Progress [ 10003 ] | Resolved [ 10004 ] |
| Resolution | Won't Fix [ 2 ] |
| Status | Resolved [ 10004 ] | Closed [ 10005 ] |
| Fix Version/s | 5.1.2 [ 10180 ] |
| Description |
The thread pool of JBI message workers is sized with:
- core pool size: the value of the parameter 'processorPoolSoze', - max pool size: 255 (hard coded value), - keep alive time: 60s (hard coded value), - work queue size: 1024 (hard coded value) The max pool size should be custoizable through the existing parameter 'processorMaxPoolSize' |
The thread pool of JBI message workers is sized with:
- core pool size: the value of the parameter 'processorPoolSoze', - max pool size: 255 (hard coded value), - keep alive time: 60s (hard coded value), - work queue size: 1024 (hard coded value) The max pool size should be customizable through the existing parameter 'processorMaxPoolSize' |
| Link |
This issue blocks |