You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Vyacheslav Koptilin (Jira)" <ji...@apache.org> on 2022/10/11 12:07:00 UTC

[jira] [Updated] (IGNITE-17824) Use named executor instead of default one in order to process replica Response

     [ https://issues.apache.org/jira/browse/IGNITE-17824?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vyacheslav Koptilin updated IGNITE-17824:
-----------------------------------------
    Labels: ignite-3  (was: )

> 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
>            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)