JPPF Issue Tracker
star_faded.png
Please log in to bookmark issues
bug_report_small.png
CLOSED  Bug report JPPF-476  -  J2EE connector does not use specified number of local executor threads
Posted Sep 13, 2016 - updated Sep 13, 2016
icon_info.png This issue has been closed with status "Closed" and resolution "RESOLVED".
Issue details
  • Type of issue
    Bug report
  • Status
     
    Closed
  • Assigned to
     lolo4j
  • Progress
       
  • Type of bug
    Not triaged
  • Likelihood
    Not triaged
  • Effect
    Not triaged
  • Posted by
     lolo4j
  • Owned by
    Not owned by anyone
  • Category
    J2EE
  • Resolution
    RESOLVED
  • Priority
    Normal
  • Reproducability
    Always
  • Severity
    Normal
  • Targetted for
    icon_milestones.png JPPF 5.2.2
Issue description
Reported in this forum post. When specifying "jppf.local.execution.threads = 4" in the JPPF configuration of the J2EE connector, the JPPF client alwayas uses the default value, that is, Runtime.getRuntime().availablePocessors().
Steps to reproduce this issue
on an N cores machine, change the config in "jppf_ra_<appserver>.rar/jppf-jca.jar/jppf.properties" to set the following:
jppf.local.execution.enabled = true
jppf.local.execution.threads = N/2
(replace N and N/2 with appropriate literal values)

==> when starting the app server, you will see the following message in its log/console output: "running N processing threads"

#3
Comment posted by
 lolo4j
Sep 13, 23:26
Fixed in: