[
https://issues.apache.org/jira/browse/IGNITE-24054?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Roman Puchkovskiy updated IGNITE-24054:
---------------------------------------
Description:
Some handlers of 'LWM changed' event do their work under busy lock; they
usually throw NodeStoppingException if they cannot enter the lock. Throwing
this exception in this case is useless, it just creates troubles (log
pollution, maybe even failure handler invocation).
We should just do nothing when such things happend.
> Do not throw when handling LWM updates during node stop
> -------------------------------------------------------
>
> Key: IGNITE-24054
> URL: https://issues.apache.org/jira/browse/IGNITE-24054
> Project: Ignite
> Issue Type: Improvement
> Reporter: Roman Puchkovskiy
> Assignee: Roman Puchkovskiy
> Priority: Major
> Labels: ignite-3
> Time Spent: 10m
> Remaining Estimate: 0h
>
> Some handlers of 'LWM changed' event do their work under busy lock; they
> usually throw NodeStoppingException if they cannot enter the lock. Throwing
> this exception in this case is useless, it just creates troubles (log
> pollution, maybe even failure handler invocation).
> We should just do nothing when such things happend.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)