zstan commented on a change in pull request #8837:
URL: https://github.com/apache/ignite/pull/8837#discussion_r594906710
##########
File path:
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/GridCacheContext.java
##########
@@ -2443,6 +2446,27 @@ protected Object readResolve() throws
ObjectStreamException {
}
}
+ /**
+ * Changing the stopping status.
+ *
+ * @param status Stopping status.
+ */
+ public void stopping(boolean status) {
+ if (log.isDebugEnabled())
Review comment:
i can set false after true here, seems it can lead to ub.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]