[
https://issues.apache.org/jira/browse/IGNITE-16338?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17479402#comment-17479402
]
Roman Puchkovskiy commented on IGNITE-16338:
--------------------------------------------
The PR looks good to me, thanks for the contribution.
> 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
> Priority: Major
> Labels: ignite-3
> Time Spent: 40m
> Remaining Estimate: 0h
>
> {{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)