nizhikov commented on a change in pull request #8928:
URL: https://github.com/apache/ignite/pull/8928#discussion_r611597301
##########
File path:
modules/core/src/test/java/org/apache/ignite/internal/processors/cache/persistence/pagemem/PageMemoryImplNoLoadTest.java
##########
@@ -130,7 +130,8 @@
return true;
}
},
- new DataRegionMetricsImpl(new DataRegionConfiguration(),
cctx.metric(), NO_OP_METRICS),
+ new DataRegionMetricsImpl(
Review comment:
Should we add `PerformanceStatistics` instance to ctx on line 68?
--
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]