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

Roman Guseinov commented on IGNITE-7993:
----------------------------------------

Hi [~vkulichenko] ,

Based on Yakov's requirements, I updated fix and created a new PR 
https://github.com/apache/ignite/pull/4235 . Could you please take a look?

TC results: 
https://ci.ignite.apache.org/viewLog.html?buildId=1410307&tab=queuedBuildOverviewTab

I've checked 16 new failed tests. Almost all of them were failing on the master 
branch or on other PRs with the same errors. Just one test was green before my 
PR test:

IgniteWalFormatFileFailoverTest.testFailureHandlerTriggeredFsync [1]

I checked the log and it looks like this fail is not related to my changes.

Thanks in advance.

[1] 
https://ci.ignite.apache.org/project.html?projectId=IgniteTests24Java8&testNameId=-635689296996716497&tab=testDetails

> Striped pool can't be disabled
> ------------------------------
>
>                 Key: IGNITE-7993
>                 URL: https://issues.apache.org/jira/browse/IGNITE-7993
>             Project: Ignite
>          Issue Type: Bug
>          Components: general
>    Affects Versions: 2.4
>            Reporter: Valentin Kulichenko
>            Assignee: Roman Guseinov
>            Priority: Major
>             Fix For: 2.6
>
>
> Javadoc for {{IgniteConfiguration#setStripedPoolSize}} states that striped 
> pool can be disabled by providing value less or equal than zero:
> {noformat}
> If set to non-positive value then requests get processed in system pool.
> {noformat}
> However, doing that prevents node from startup, it fails with the following 
> exception:
> {noformat}
> Caused by: class org.apache.ignite.IgniteCheckedException: Invalid 
> stripedPool thread pool size (must be greater than 0), actual value: 0
>       at 
> org.apache.ignite.internal.IgnitionEx$IgniteNamedInstance.validateThreadPoolSize(IgnitionEx.java:2061)
>       at 
> org.apache.ignite.internal.IgnitionEx$IgniteNamedInstance.start0(IgnitionEx.java:1799)
>       at 
> org.apache.ignite.internal.IgnitionEx$IgniteNamedInstance.start(IgnitionEx.java:1716)
>       at org.apache.ignite.internal.IgnitionEx.start0(IgnitionEx.java:1144)
>       at org.apache.ignite.internal.IgnitionEx.start(IgnitionEx.java:664)
>       at org.apache.ignite.internal.IgnitionEx.start(IgnitionEx.java:589)
>       at org.apache.ignite.Ignition.start(Ignition.java:322)
>       ... 7 more
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to