[
https://issues.apache.org/jira/browse/IGNITE-12291?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17342522#comment-17342522
]
Ignite TC Bot commented on IGNITE-12291:
----------------------------------------
{panel:title=Branch: [pull/9086/head] Base: [master] : No blockers
found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}{panel}
{panel:title=Branch: [pull/9086/head] Base: [master] : New Tests
(3)|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}
{color:#00008b}Queries 1{color} [[tests
3|https://ci.ignite.apache.org/viewLog.html?buildId=5996872]]
* {color:#013220}IgniteBinaryCacheQueryTestSuite:
GridCacheTextQueryPagesTest.testTextQueryMultiplePagesNoLimit - PASSED{color}
* {color:#013220}IgniteBinaryCacheQueryTestSuite:
GridCacheTextQueryPagesTest.testTextQueryLimitedMultiplePages - PASSED{color}
* {color:#013220}IgniteBinaryCacheQueryTestSuite:
GridCacheTextQueryPagesTest.testTextQueryHighLimitedMultiplePages -
PASSED{color}
{panel}
[TeamCity *--> Run :: All*
Results|https://ci.ignite.apache.org/viewLog.html?buildId=5996893&buildTypeId=IgniteTests24Java8_RunAll]
> Create controllable paged query requests / responses for TextQuery similar to
> current SQL result processing
> -----------------------------------------------------------------------------------------------------------
>
> Key: IGNITE-12291
> URL: https://issues.apache.org/jira/browse/IGNITE-12291
> Project: Ignite
> Issue Type: Improvement
> Reporter: Yuriy Shuliha
> Assignee: Maksim Timonin
> Priority: Major
>
> For now query initiator node sends 1 _GridCacheQueryRequest_ and can get
> multiple _GridCacheQueryResponse_-s per remote.
> TextQuery processing finishes when all remotes send _GridCacheQueryResponse_
> with 'finished' flag.
> _TextQuery_ processingĀ should be reworked like it was done for SQL queries.
> Ignite has _GridQueryNextPageRequest \ Response_ classes for SQL result
> processing.
> Similar processing should be implemented for _TextQueries_:
> *GridTextQueryNextPageRequest*
> *GridTextQueryNextPageResponse*
> Proper _TextQuery_ response processing should be implemented inĀ
> _GridCacheQueryFutureAdapter._
> This will allow us to add correct sorting and apply limit correctly on reduce.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)