[
https://issues.apache.org/jira/browse/IGNITE-23652?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Roman Puchkovskiy updated IGNITE-23652:
---------------------------------------
Description: If a component's stopAsync() either throws an exception or
returns a failed future, the exception is discarded in
LifecycleManager#stopNode(). We should propagate the cause via the future
returned by LifecycleManager#stopNode() so that we know that node stop was not
complete.
> Don't swallow component stop exception
> --------------------------------------
>
> Key: IGNITE-23652
> URL: https://issues.apache.org/jira/browse/IGNITE-23652
> Project: Ignite
> Issue Type: Improvement
> Reporter: Roman Puchkovskiy
> Assignee: Roman Puchkovskiy
> Priority: Major
> Labels: ignite-3
> Time Spent: 10m
> Remaining Estimate: 0h
>
> If a component's stopAsync() either throws an exception or returns a failed
> future, the exception is discarded in LifecycleManager#stopNode(). We should
> propagate the cause via the future returned by LifecycleManager#stopNode() so
> that we know that node stop was not complete.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)