You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by "Jonathan S Fisher (JIRA)" <ji...@apache.org> on 2018/09/20 15:40:00 UTC

[jira] [Commented] (TOMEE-2240) ManagedScheduledExecutorService threads will not rise above core value

    [ https://issues.apache.org/jira/browse/TOMEE-2240?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16622228#comment-16622228 ] 

Jonathan S Fisher commented on TOMEE-2240:
------------------------------------------

Surprisingly, the underlying ScheduledThreadPoolExecutor does not allow a "Max" Setting, so this is more of a documentation issue than anything else. https://docs.oracle.com/javase/7/docs/api/java/util/concurrent/ScheduledThreadPoolExecutor.html



> 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
>
> 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)