ibessonov commented on a change in pull request #8435:
URL: https://github.com/apache/ignite/pull/8435#discussion_r521166094
##########
File path:
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/IgniteCacheOffheapManagerImpl.java
##########
@@ -1561,7 +1593,7 @@ void decrementSize(int cacheId) {
return grp.mvccEnabled() ? dataTree.isEmpty() :
storageSize.get() == 0;
}
catch (IgniteCheckedException e) {
- U.error(log, "Failed to perform operation.", e);
+
U.error(grp.shared().logger(IgniteCacheOffheapManagerImpl.class), "Failed to
perform operation.", e);
Review comment:
I don't know, I'll replace it with the filed access.
----------------------------------------------------------------
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]