ibessonov commented on code in PR #7917:
URL: https://github.com/apache/ignite-3/pull/7917#discussion_r3044590602
##########
modules/page-memory/src/testFixtures/java/org/apache/ignite/internal/pagememory/benchmark/PersistentPageMemoryBenchmarkBase.java:
##########
@@ -71,6 +75,10 @@ protected PersistentPageMemory persistentPageMemory() {
return persistentPageMemory;
}
+ protected PartitionPageMemory partitionPageMemory(int partitionId) {
+ return partitionPageMemoryMap.get(new GroupPartitionId(GROUP_ID,
partitionId));
Review Comment:
True, my appologies
--
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]