[
https://issues.apache.org/jira/browse/IGNITE-17824?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Roman Puchkovskiy reassigned IGNITE-17824:
------------------------------------------
Assignee: Roman Puchkovskiy
> Use named executor instead of default one in order to process replica Response
> ------------------------------------------------------------------------------
>
> Key: IGNITE-17824
> URL: https://issues.apache.org/jira/browse/IGNITE-17824
> Project: Ignite
> Issue Type: Improvement
> Reporter: Alexander Lapin
> Assignee: Roman Puchkovskiy
> Priority: Major
> Labels: ignite-3
>
> Within ReplicaService.sendToReplica
> {code:java}
> private <R> CompletableFuture<R> sendToReplica(ClusterNode node,
> ReplicaRequest req) {
> CompletableFuture<R> res = new CompletableFuture<>();
> messagingService.invoke(node.address(), req,
> RPC_TIMEOUT).whenCompleteAsync((response, throwable) -> { {code}
> named executor should be used instead of default one.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)