You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Pavel Konstantinov (JIRA)" <ji...@apache.org> on 2016/07/15 09:09:20 UTC

[jira] [Closed] (IGNITE-3452) Web console: We need to add a validation that pool size has value greater the zero

     [ https://issues.apache.org/jira/browse/IGNITE-3452?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pavel Konstantinov closed IGNITE-3452.
--------------------------------------
    Assignee:     (was: Pavel Konstantinov)

Successfully tested on staging

> Web console: We need to add a validation that pool size has value greater the zero
> ----------------------------------------------------------------------------------
>
>                 Key: IGNITE-3452
>                 URL: https://issues.apache.org/jira/browse/IGNITE-3452
>             Project: Ignite
>          Issue Type: Sub-task
>            Reporter: Pavel Konstantinov
>            Priority: Trivial
>             Fix For: 1.7
>
>
> Currently I was able to enter MarshallerPoolSize=0 and got the exception on node start
> {code}
> java.lang.IllegalArgumentException
>         at java.util.concurrent.ThreadPoolExecutor.<init>(ThreadPoolExecutor.java:1310)
>         at java.util.concurrent.ThreadPoolExecutor.<init>(ThreadPoolExecutor.java:1233)
>         at org.apache.ignite.thread.IgniteThreadPoolExecutor.<init>(IgniteThreadPoolExecutor.java:185)
>         at org.apache.ignite.internal.IgnitionEx$IgniteNamedInstance.start0(IgnitionEx.java:1720)
>         at org.apache.ignite.internal.IgnitionEx$IgniteNamedInstance.start(IgnitionEx.java:1589)
>         at org.apache.ignite.internal.IgnitionEx.start0(IgnitionEx.java:1042)
>         at org.apache.ignite.internal.IgnitionEx.startConfigurations(IgnitionEx.java:964)
>         at org.apache.ignite.internal.IgnitionEx.start(IgnitionEx.java:850)
>         at org.apache.ignite.internal.IgnitionEx.start(IgnitionEx.java:749)
>         at org.apache.ignite.internal.IgnitionEx.start(IgnitionEx.java:619)
>         at org.apache.ignite.internal.IgnitionEx.start(IgnitionEx.java:589)
>         at org.apache.ignite.Ignition.start(Ignition.java:347)
>         at org.apache.ignite.startup.cmdline.CommandLineStartup.main(CommandLineStartup.java:302)
> Failed to start grid: null
> {code}



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