ibessonov commented on code in PR #5328:
URL: https://github.com/apache/ignite-3/pull/5328#discussion_r1977043626


##########
modules/page-memory/src/integrationTest/java/org/apache/ignite/internal/pagememory/tree/ItBplusTreeReplaceRemoveRaceTest.java:
##########
@@ -103,7 +103,8 @@ protected PageMemory createPageMemory() throws Exception {
         return new VolatilePageMemory(
                 (VolatilePageMemoryProfileConfiguration) 
fixConfiguration(dataRegionCfg),
                 ioRegistry,
-                512
+                512,
+                new OffheapReadWriteLock(128)

Review Comment:
   I did nothing to the value above, and I'd prefer not to introduce even more 
unnecessary changes in this PR. We can do it separately



-- 
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: notifications-unsubscr...@ignite.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to