petrov-mg commented on code in PR #12869:
URL: https://github.com/apache/ignite/pull/12869#discussion_r2912515931
##########
modules/core/src/main/java/org/apache/ignite/spi/IgniteSpiAdapter.java:
##########
@@ -1004,5 +995,20 @@ private class GridDummySpiContext implements
IgniteSpiContext {
@Override public void
addMetricRegistryCreationListener(Consumer<ReadOnlyMetricRegistry> lsnr) {
// No-op.
}
+
+ /** */
+ private GridKernalContext context() {
+ if (isStopping())
+ throw new IgniteSpiException("THe node is stopping");
Review Comment:
Done.
--
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]