Sega76 commented on a change in pull request #9129:
URL: https://github.com/apache/ignite/pull/9129#discussion_r639669435



##########
File path: 
modules/core/src/test/java/org/apache/ignite/internal/metric/IoStatisticsSelfTest.java
##########
@@ -52,7 +52,7 @@
  */
 public class IoStatisticsSelfTest extends GridCommonAbstractTest {
     /** */
-    private static final int RECORD_COUNT = 5000;
+    private static final int RECORD_COUNT = 10000;

Review comment:
       in the PageMemoryImpl.acquirePage method (int grpId, long pageId, 
IoStatisticsHolder statHolder, boolean restore, @Nullable AtomicBoolean 
pageAllocated)
   
   The page is loaded to the memory.
   
   so we don't call IoStatisticsHolderCache.trackPhysicalAndLogicalRead
   
   one of the solutions, to increase the amount of loaded data




-- 
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]


Reply via email to