zstan opened a new pull request, #12987:
URL: https://github.com/apache/ignite/pull/12987

   `GridCacheDatabaseSharedManager.start0` call: `super.start0();` i.e. ^ 
   IgniteCacheDatabaseSharedManager.start0 where `validateConfiguration` check 
will raise exception in case of erroneous configuration, thus near activated 
_checkpointManager_ can be not initizlized i.e. == null and further call :
   ```
   GridCacheDatabaseSharedManager#onKernalStop0 {
   ...
   checkpointManager.stop(cancel);
   
   ```
   will bring NPE error


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to