[
https://issues.apache.org/jira/browse/TOMEE-2240?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16624812#comment-16624812
]
ASF GitHub Bot commented on TOMEE-2240:
---------------------------------------
GitHub user exabrial opened a pull request:
https://github.com/apache/tomee/pull/170
TOMEE-2240 ManagedScheduledExecutorService doesn't allow setting max value
Fix https://issues.apache.org/jira/projects/TOMEE/issues/TOMEE-2240
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/exabrial/tomee
issues/TOMEE-2240_managed-scheduled-exec-service-max-size
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/tomee/pull/170.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #170
----
commit 877f2a4458323f83c59f3a74cc2e3dc9eaeda3db
Author: Jonathan S. Fisher <exabrial@...>
Date: 2018-09-22T20:00:25Z
Fix https://issues.apache.org/jira/projects/TOMEE/issues/TOMEE-2240
----
> ManagedScheduledExecutorService threads will not rise above core value
> ----------------------------------------------------------------------
>
> Key: TOMEE-2240
> URL: https://issues.apache.org/jira/browse/TOMEE-2240
> Project: TomEE
> Issue Type: Bug
> Components: TomEE Core Server
> Affects Versions: 7.0.5
> Reporter: Jonathan S Fisher
> Priority: Major
> Labels: pull-request-available
>
> If you take a look at the doc pages:
> http://tomee.apache.org/admin/configuration/resources.html
> You'll see on ManagedExecutorService there is a "Max" and a "Core". It looks
> like the option Max does not exist on the managed scheduled executor factory:
> https://github.com/apache/tomee/blob/tomee-7.0.x/container/openejb-core/src/main/java/org/apache/openejb/resource/thread/ManagedScheduledExecutorServiceImplFactory.java
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)