[ 
https://issues.apache.org/jira/browse/IGNITE-17824?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17737593#comment-17737593
 ] 

Alexey Scherbakov commented on IGNITE-17824:
--------------------------------------------

Note that org.apache.ignite.internal.tx.impl.HeapLockManager#delayedExecutor 
indirectly uses Common Pool.

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

Reply via email to