Maksim Zhuravkov created IGNITE-26682:
-----------------------------------------

             Summary: Sql. Incorrect configuration for planner thread count and 
planner cache expiry
                 Key: IGNITE-26682
                 URL: https://issues.apache.org/jira/browse/IGNITE-26682
             Project: Ignite
          Issue Type: Bug
          Components: sql ai3
            Reporter: Maksim Zhuravkov
             Fix For: 3.1


There is a bug in PrepareServiceImpl create. The parameter declaration order is:

{noformat}
    int plannerThreadCount,
    int planExpirySeconds,
{noformat}

But values are supplied in another order:

{noformat}
 clusterCfg.planner().planCacheExpiresAfterSeconds().value(),
nodeCfg.planner().threadCount().value(),
{noformat}





--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to