Aleksandr Polovtcev created IGNITE-16338: --------------------------------------------
Summary: Remove usages of Cluster#isShutdown method Key: IGNITE-16338 URL: https://issues.apache.org/jira/browse/IGNITE-16338 Project: Ignite Issue Type: Task Components: networking Reporter: Aleksandr Polovtcev Assignee: Aleksandr Polovtcev {{Cluster#isShutdown}} method creates a subscription on a Mono every time it is called. In fact, we call this method quite often (e.g. on each {{MessagingService#send}}). Moreover, this method has been removed in the upstream (see https://github.com/scalecube/scalecube-cluster/pull/373). We should remove the usages of this method and replace them with a more lightweight mechanism. -- This message was sent by Atlassian Jira (v8.20.1#820001)