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

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

Pavel Konstantinov created IGNITE-3452:
------------------------------------------

             Summary: 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: Bug
            Reporter: Pavel Konstantinov
            Priority: Trivial


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)