Details
-
Task
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
Off heap access for segments should be logged at FileStore creation, just as we currently do with other important flags/settings: memory mapping, segment cache, etc.:
07:08:40.505 [main] INFO o.a.j.oak.segment.file.FileStore - Creating file store FileStoreBuilder{version=1.10-SNAPSHOT, directory=/repository/segmentstore, blobStore=null, maxFileSize=256, segmentCacheSize=4096, stringCacheSize=256, templateCacheSize=64, stringDeduplicationCacheSize=15000, templateDeduplicationCacheSize=3000, nodeDeduplicationCacheSize=1048576, memoryMapping=false, gcOptions=SegmentGCOptions{offline=true, retainedGenerations=1}}
Attachments
Attachments
Issue Links
- relates to
-
OAK-7762 Store segments off heap when memory mapping is disabled
- Closed