Sergey Chugunov created IGNITE-16197:
----------------------------------------
Summary: 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
Fix For: 3.0
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)