You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomee.apache.org by exabrial <gi...@git.apache.org> on 2018/09/22 20:01:26 UTC

[GitHub] tomee pull request #170: TOMEE-2240 ManagedScheduledExecutorService doesn't ...

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 <ex...@...>
Date:   2018-09-22T20:00:25Z

    Fix https://issues.apache.org/jira/projects/TOMEE/issues/TOMEE-2240

----


---

[GitHub] tomee pull request #170: [7.0.x Branch] TOMEE-2240 ManagedScheduledExecutorS...

Posted by exabrial <gi...@git.apache.org>.
Github user exabrial closed the pull request at:

    https://github.com/apache/tomee/pull/170


---

[GitHub] tomee issue #170: [7.0.x Branch] TOMEE-2240 ManagedScheduledExecutorService ...

Posted by exabrial <gi...@git.apache.org>.
Github user exabrial commented on the issue:

    https://github.com/apache/tomee/pull/170
  
    > While this class inherits from ThreadPoolExecutor, a few of the inherited tuning methods are not useful for it. In particular, because it acts as a fixed-sized pool using corePoolSize threads and an unbounded queue, adjustments to maximumPoolSize have no useful effect
    
    need to read the manual better


---