You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tika.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2016/03/13 03:03:33 UTC

[jira] [Commented] (TIKA-1900) Java 9 ThreadPoolExecutor Requires Max to be set first

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

Hudson commented on TIKA-1900:
------------------------------

SUCCESS: Integrated in tika-trunk-jdk1.7 #927 (See [https://builds.apache.org/job/tika-trunk-jdk1.7/927/])
TIKA-1900 - Max Pool size must be set before core pool size in java 9. (bob: rev a1243c7abcb7068c944d3f8699d8eb08c75228a9)
* tika-core/src/main/java/org/apache/tika/config/TikaConfig.java


> Java 9 ThreadPoolExecutor Requires Max to be set first 
> -------------------------------------------------------
>
>                 Key: TIKA-1900
>                 URL: https://issues.apache.org/jira/browse/TIKA-1900
>             Project: Tika
>          Issue Type: Bug
>            Reporter: Bob Paulin
>            Assignee: Bob Paulin
>
> In Java 9 the setCorePoolSize checks the max to ensure the core < max.  Otherwise it throws an IllegalArgumentException.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)