[
https://issues.apache.org/jira/browse/OAK-7828?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16647885#comment-16647885
]
Andrei Dulceanu commented on OAK-7828:
--------------------------------------
[~frm], could you take a look at the attached patch? I wanted to be sure I
propagated correctly the flag through the code..
> Log off heap access for segments when creating FileStore
> --------------------------------------------------------
>
> Key: OAK-7828
> URL: https://issues.apache.org/jira/browse/OAK-7828
> Project: Jackrabbit Oak
> Issue Type: Task
> Components: segment-tar
> Reporter: Andrei Dulceanu
> Assignee: Andrei Dulceanu
> Priority: Minor
> Fix For: 1.9.10
>
> Attachments: OAK-7828.patch
>
>
> 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.:
> {noformat}
> 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}}
> {noformat}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)