Roman Puchkovskiy created IGNITE-16636:
------------------------------------------
Summary: Use busy-lock approach to stop RestComponent
Key: IGNITE-16636
URL: https://issues.apache.org/jira/browse/IGNITE-16636
Project: Ignite
Issue Type: Improvement
Components: rest
Reporter: Roman Puchkovskiy
Assignee: Roman Puchkovskiy
Fix For: 3.0.0-alpha5
We usually use a lock to make sure that
# A stop request does not interfere with the component service requests
started before the stop request
# When a stop request starts being executed, no service request can be
executed anymore
It probably makes sense to implement the same logic in RestComponent as well.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)