tkalkirill commented on code in PR #812:
URL: https://github.com/apache/ignite-3/pull/812#discussion_r882307529


##########
modules/page-memory/src/main/java/org/apache/ignite/internal/pagememory/configuration/schema/PageMemoryDataRegionConfigurationSchema.java:
##########
@@ -92,4 +87,8 @@ public class PageMemoryDataRegionConfigurationSchema {
 
     @Value(hasDefault = true)
     public boolean lazyMemoryAllocation = true;
+
+    /** Write to the page store without holding the segment lock (with a 
delay). */

Review Comment:
   I do not quite understand why this should be specified in the configuration, 
but I added descriptions.



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

Reply via email to