You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-issues@jackrabbit.apache.org by "Andrei Dulceanu (JIRA)" <ji...@apache.org> on 2018/10/12 07:42:00 UTC

[jira] [Created] (OAK-7828) Log off heap access for segments when creating FileStore

Andrei Dulceanu created OAK-7828:
------------------------------------

             Summary: 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
             Fix For: 1.9.10


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)