[
https://issues.apache.org/jira/browse/IGNITE-15731?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Maksim Timonin updated IGNITE-15731:
------------------------------------
Description:
Refactoring should cover next things:
# `checkNodeLeft` should be removed. Discovery guarantees order of messages,
so we already have info about left nodes. Let's leverage on this.
# Send requests locally invokes `GridCacheQueryRequest#beforeLocalExecution`.
Why do we need this? io.send() should work without this hack.
# Duplicated code for cancel requests (it pretty the same for requesting
ordinary pages)
was:
Refactoring should cover next things:
# `checkNodeLeft` should be removed. Discovery guarantees order of messages,
so we already have info about left nodes. Let's leverage on this.
# Send requests locally invokes `GridCacheQueryRequest#beforeLocalExecution`.
Why do we need this.
# Duplicated code for cancel requests (it pretty the same for requesting
ordinary pages)
> Refactor how CacheQueryReducer handles remote nodes
> ---------------------------------------------------
>
> Key: IGNITE-15731
> URL: https://issues.apache.org/jira/browse/IGNITE-15731
> Project: Ignite
> Issue Type: Improvement
> Reporter: Maksim Timonin
> Assignee: Maksim Timonin
> Priority: Major
>
> Refactoring should cover next things:
> # `checkNodeLeft` should be removed. Discovery guarantees order of messages,
> so we already have info about left nodes. Let's leverage on this.
> # Send requests locally invokes
> `GridCacheQueryRequest#beforeLocalExecution`. Why do we need this? io.send()
> should work without this hack.
> # Duplicated code for cancel requests (it pretty the same for requesting
> ordinary pages)
--
This message was sent by Atlassian Jira
(v8.3.4#803005)