Details
-
Epic
-
Status: Reopened
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
-
Component's stop
Description
During the work on https://issues.apache.org/jira/browse/IGNITE-15278, the general flow of the components start and stop was introduced.
It is needed to implement a stop mechanism for every component.
The main points that should be considered during the implementation of component's stop:
- All threads should be stopped properly
- All Executors should be shutdown
- All public methods should be guarded by read lock, stop should be done using write lock.
Attachments
Issue Links
- is related to
-
IGNITE-15398 NioEventLoopGroup threads leakage
- Resolved
- relates to
-
IGNITE-23144 Add busy lock to VaultManager
- Open