[
https://issues.apache.org/jira/browse/IGNITE-26682?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18029969#comment-18029969
]
Evgeny Stanilovsky commented on IGNITE-26682:
---------------------------------------------
cherry picked into ignite-3.1.0
sha: 1b003f923d9f973440b7b37039fe1dc30
> 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
> Assignee: Maksim Zhuravkov
> Priority: Major
> Labels: ignite-3, release-3.1.0-blocker
> Fix For: 3.1
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> 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)