Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
Description
Issue IGNITE-4802 introduces us separete thread pool for services execution.
IgniteEx class defines a factory for the main Ignite API. It controls Grid life cycle and allows listening for grid events.
As cotributor, you should ensure that execution pool shutdowns properly and provide fix if needed in case stop grid instance method call occurs.
IgniteEx.java
/** Executor service for services. */ private ThreadPoolExecutor svcExecSvc;
Attachments
Issue Links
- links to