[
https://issues.apache.org/jira/browse/IGNITE-18114?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17632137#comment-17632137
]
Ignite TC Bot commented on IGNITE-18114:
----------------------------------------
{panel:title=Branch: [pull/10374/head] Base: [master] : Possible Blockers
(1)|borderStyle=dashed|borderColor=#ccc|titleBGColor=#F7D6C1}
{color:#d04437}Platform .NET (Core Linux){color} [[tests 0 Exit Code
|https://ci.ignite.apache.org/viewLog.html?buildId=6905077]]
{panel}
{panel:title=Branch: [pull/10374/head] Base: [master] : New Tests
(8)|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}
{color:#00008b}Queries 2{color} [[tests
2|https://ci.ignite.apache.org/viewLog.html?buildId=6903791]]
* {color:#013220}IgniteBinaryCacheQueryTestSuite2:
IgniteCacheGroupsSqlSegmentedIndexMultiNodeSelfTest.testMissedSegmentWithSortedReducer
- PASSED{color}
* {color:#013220}IgniteBinaryCacheQueryTestSuite2:
IgniteCacheGroupsSqlSegmentedIndexSelfTest.testMissedSegmentWithSortedReducer -
PASSED{color}
{color:#00008b}Queries 2 (lazy=true){color} [[tests
2|https://ci.ignite.apache.org/viewLog.html?buildId=6903792]]
* {color:#013220}IgniteBinaryCacheQueryLazyTestSuite2:
IgniteCacheGroupsSqlSegmentedIndexMultiNodeSelfTest.testMissedSegmentWithSortedReducer
- PASSED{color}
* {color:#013220}IgniteBinaryCacheQueryLazyTestSuite2:
IgniteCacheGroupsSqlSegmentedIndexSelfTest.testMissedSegmentWithSortedReducer -
PASSED{color}
{color:#00008b}Queries 1{color} [[tests
2|https://ci.ignite.apache.org/viewLog.html?buildId=6903789]]
* {color:#013220}IgniteBinaryCacheQueryTestSuite:
IgniteSqlSegmentedIndexMultiNodeSelfTest.testMissedSegmentWithSortedReducer -
PASSED{color}
* {color:#013220}IgniteBinaryCacheQueryTestSuite:
IgniteSqlSegmentedIndexSelfTest.testMissedSegmentWithSortedReducer -
PASSED{color}
{color:#00008b}Queries 1 (lazy=true){color} [[tests
2|https://ci.ignite.apache.org/viewLog.html?buildId=6903790]]
* {color:#013220}IgniteBinaryCacheQueryLazyTestSuite:
IgniteSqlSegmentedIndexMultiNodeSelfTest.testMissedSegmentWithSortedReducer -
PASSED{color}
* {color:#013220}IgniteBinaryCacheQueryLazyTestSuite:
IgniteSqlSegmentedIndexSelfTest.testMissedSegmentWithSortedReducer -
PASSED{color}
{panel}
[TeamCity *--> Run :: All*
Results|https://ci.ignite.apache.org/viewLog.html?buildId=6903820&buildTypeId=IgniteTests24Java8_RunAll]
> Ordered requests can be crushed if CacheConfiguration#queryParallelism is
> different from default.
> -------------------------------------------------------------------------------------------------
>
> Key: IGNITE-18114
> URL: https://issues.apache.org/jira/browse/IGNITE-18114
> Project: Ignite
> Issue Type: Bug
> Components: sql
> Affects Versions: 2.14
> Reporter: Evgeny Stanilovsky
> Assignee: Evgeny Stanilovsky
> Priority: Major
> Time Spent: 10m
> Remaining Estimate: 0h
>
> Query with different from default i.e.
> CacheConfiguration#setQueryParallelism(N)
> {noformat}
> "SELECT p.name, p.id FROM \"pers\".Person p INNER JOIN \"org\".Organization o
> ON " +
> "p.orgId = o.id WHERE p.orgId in (3, 4) ORDER BY p.id"
> {noformat}
> fail with :
> {noformat}
> java.lang.ArrayIndexOutOfBoundsException: 4
> at
> org.apache.ignite.internal.processors.query.h2.twostep.SortedReducer.addPage0(SortedReducer.java:217)
> ~[classes/:?]
> at
> org.apache.ignite.internal.processors.query.h2.twostep.AbstractReducer.addPage(AbstractReducer.java:217)
> ~[classes/:?]
> at
> org.apache.ignite.internal.processors.query.h2.twostep.GridReduceQueryExecutor.onNextPage(GridReduceQueryExecutor.java:302)
> ~[classes/:?]
> at
> org.apache.ignite.internal.processors.query.h2.twostep.GridMapQueryExecutor.sendNextPage(GridMapQueryExecutor.java:979)
> ~[classes/:?]
> at
> org.apache.ignite.internal.processors.query.h2.twostep.GridMapQueryExecutor.onQueryRequest0(GridMapQueryExecutor.java:517)
> ~[classes/:?]
> at
> org.apache.ignite.internal.processors.query.h2.twostep.GridMapQueryExecutor.lambda$onQueryRequest$0(GridMapQueryExecutor.java:255)
> ~[classes/:?]
> {noformat}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)