Petals CDK

Improve configuration of the JBI message worker pool

Details

  • Type: Improvement Request Improvement Request
  • Status: Resolved Resolved
  • Priority: Minor Minor
  • Resolution: Fixed
  • Affects Version/s: 5.1.1
  • Fix Version/s: 5.1.2, 5.3.0
  • Component/s: runtime
  • Security Level: Public
  • Description:
    Hide

    The thread pool of JBI message workers is sized with:

    • core pool size: the value of the parameter 'processorPoolSize',
    • max pool size: the value of the parameter 'processorMaxPoolSize',
    • keep alive time: 60s (hard coded value),
    • work queue size: N/A

    The keep alive time should be customizable through attribute 'processorKeepAliveTime' (in second, default value: 60)

    Show
    The thread pool of JBI message workers is sized with:
    • core pool size: the value of the parameter 'processorPoolSize',
    • max pool size: the value of the parameter 'processorMaxPoolSize',
    • keep alive time: 60s (hard coded value),
    • work queue size: N/A
    The keep alive time should be customizable through attribute 'processorKeepAliveTime' (in second, default value: 60)
  • Environment:
    -

Activity

Christophe DENEUX made changes - Mon, 1 Aug 2011 - 10:05:43 +0200
Field Original Value New Value
Link This issue depends on PETALSCDK-62 [ PETALSCDK-62 ]
Christophe DENEUX made changes - Mon, 1 Aug 2011 - 10:20:25 +0200
Priority Blocker [ 1 ]
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 keep alive time and the work queue size should be customizable through attributes:
   - processorKeepAliveTime (in second, default value: 60)
   - processorWorkQueueSize (default value: processorCorePoolSize)
The thread pool of JBI message workers is sized with:
   - core pool size: the value of the parameter 'processorPoolSoze',
   - max pool size: the value of the parameter 'processorMaxPoolSoze',
   - keep alive time: 60s (hard coded value),
   - work queue size: N/A

The keep alive time should be customizable through attribute 'processorKeepAliveTime' (in second, default value: 60)
Christophe DENEUX made changes - Mon, 1 Aug 2011 - 10:20:32 +0200
Priority Blocker [ 1 ] Minor [ 4 ]
Christophe DENEUX made changes - Mon, 1 Aug 2011 - 10:20:56 +0200
Link This issue depends on PETALSCDK-62 [ PETALSCDK-62 ]
Christophe DENEUX made changes - Wed, 28 Sep 2011 - 16:14:20 +0200
Description The thread pool of JBI message workers is sized with:
   - core pool size: the value of the parameter 'processorPoolSoze',
   - max pool size: the value of the parameter 'processorMaxPoolSoze',
   - keep alive time: 60s (hard coded value),
   - work queue size: N/A

The keep alive time should be customizable through attribute 'processorKeepAliveTime' (in second, default value: 60)
The thread pool of JBI message workers is sized with:
   - core pool size: the value of the parameter 'processorPoolSize',
   - max pool size: the value of the parameter 'processorMaxPoolSize',
   - keep alive time: 60s (hard coded value),
   - work queue size: N/A

The keep alive time should be customizable through attribute 'processorKeepAliveTime' (in second, default value: 60)
Christophe DENEUX made changes - Wed, 28 Sep 2011 - 16:52:47 +0200
Status New [ 10000 ] Open [ 10002 ]
Assignee Mathieu Carrolle [ mcarrolle ] Christophe DENEUX [ cdeneux ]
Christophe DENEUX made changes - Wed, 28 Sep 2011 - 16:52:49 +0200
Status Open [ 10002 ] In Progress [ 10003 ]
Hide
Christophe DENEUX added a comment - Wed, 28 Sep 2011 - 17:16:39 +0200

Fix in branch petals-entreprise-3.1.x

Show
Christophe DENEUX added a comment - Wed, 28 Sep 2011 - 17:16:39 +0200 Fix in branch petals-entreprise-3.1.x
Christophe DENEUX made changes - Wed, 28 Sep 2011 - 17:16:39 +0200
Status In Progress [ 10003 ] Resolved [ 10004 ]
Fix Version/s 5.1.2 [ 10180 ]
Resolution Fixed [ 1 ]
Hide
Christophe DENEUX added a comment - Wed, 28 Sep 2011 - 17:16:46 +0200

To merge in trunk

Show
Christophe DENEUX added a comment - Wed, 28 Sep 2011 - 17:16:46 +0200 To merge in trunk
Christophe DENEUX made changes - Wed, 28 Sep 2011 - 17:16:46 +0200
Status Resolved [ 10004 ] Open [ 10002 ]
Resolution Fixed [ 1 ]
Hide
Christophe DENEUX added a comment - Wed, 28 Sep 2011 - 17:40:32 +0200

Don't forget to add the parameter into the JBI descriptor of components to expose it

Show
Christophe DENEUX added a comment - Wed, 28 Sep 2011 - 17:40:32 +0200 Don't forget to add the parameter into the JBI descriptor of components to expose it
Hide
Christophe DENEUX added a comment - Mon, 10 Oct 2011 - 10:38:54 +0200 - edited

Don't forget to take into account the hot configuration of this parameter: svn#29000 of branch petals-enterprise-3.1.x

Show
Christophe DENEUX added a comment - Mon, 10 Oct 2011 - 10:38:54 +0200 - edited Don't forget to take into account the hot configuration of this parameter: svn#29000 of branch petals-enterprise-3.1.x
Christophe DENEUX made changes - Wed, 21 Mar 2012 - 12:14:30 +0100
Status Open [ 10002 ] In Progress [ 10003 ]
Christophe DENEUX made changes - Wed, 21 Mar 2012 - 12:14:40 +0100
Fix Version/s 5.3.0 [ 10338 ]
Hide
Christophe DENEUX added a comment - Wed, 21 Mar 2012 - 13:34:35 +0100

Merged in trunk, but with a default value of 5 minutes to avoid too thread creations

Show
Christophe DENEUX added a comment - Wed, 21 Mar 2012 - 13:34:35 +0100 Merged in trunk, but with a default value of 5 minutes to avoid too thread creations
Christophe DENEUX made changes - Wed, 21 Mar 2012 - 13:34:35 +0100
Status In Progress [ 10003 ] Resolved [ 10004 ]
Resolution Fixed [ 1 ]
Transition Status Change Time Execution Times Last Executer Last Execution Date
New New Open Open
58d 6h 47m
1
Christophe DENEUX
Wed, 28 Sep 2011 - 16:52:47 +0200
Open Open In Progress In Progress
2s
1
Christophe DENEUX
Wed, 28 Sep 2011 - 16:52:49 +0200
In Progress In Progress Resolved Resolved
23m 50s
1
Christophe DENEUX
Wed, 28 Sep 2011 - 17:16:39 +0200
Resolved Resolved Open Open
7s
1
Christophe DENEUX
Wed, 28 Sep 2011 - 17:16:46 +0200
Open Open In Progress In Progress
174d 19h 57m
1
Christophe DENEUX
Wed, 21 Mar 2012 - 12:14:30 +0100
In Progress In Progress Resolved Resolved
1h 20m
1
Christophe DENEUX
Wed, 21 Mar 2012 - 13:34:35 +0100



People

Dates

  • Created:
    Mon, 1 Aug 2011 - 10:05:08 +0200
    Updated:
    Wed, 21 Mar 2012 - 13:34:35 +0100
    Resolved:
    Wed, 21 Mar 2012 - 13:34:35 +0100