[
https://issues.apache.org/jira/browse/IGNITE-16197?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sergey Chugunov resolved IGNITE-16197.
--------------------------------------
Fix Version/s: (was: 3.0)
Resolution: Won't Fix
This situation was used by a implementation details of ScaleCube method used in
network module.
This usage was removed in other ticket, no need to fix this one.
> Excessive GC pressure on sending messages in network module
> -----------------------------------------------------------
>
> Key: IGNITE-16197
> URL: https://issues.apache.org/jira/browse/IGNITE-16197
> Project: Ignite
> Issue Type: Bug
> Components: networking
> Affects Versions: 3.0.0-alpha3
> Reporter: Sergey Chugunov
> Priority: Major
> Labels: ignite-3
>
> Messaging service in networking module performs a check on whether the node
> is shutting down on sending each message.
> This check is performed via ScaleCube ClusterImpl#isShutdown method call
> which creates excessive garbage.
> We should eliminate usage of this method and listen to shutdown event instead.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)