You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-commits@jackrabbit.apache.org by mr...@apache.org on 2016/07/20 13:07:52 UTC

svn commit: r1753501 - in /jackrabbit/oak/trunk/oak-doc/src/site/markdown: nodestore/documentmk.md osgi_config.md

Author: mreutegg
Date: Wed Jul 20 13:07:52 2016
New Revision: 1753501

URL: http://svn.apache.org/viewvc?rev=1753501&view=rev
Log:
OAK-4518: ConcurrentAddReferenceTest fails occasionally

Update documentation

Modified:
    jackrabbit/oak/trunk/oak-doc/src/site/markdown/nodestore/documentmk.md
    jackrabbit/oak/trunk/oak-doc/src/site/markdown/osgi_config.md

Modified: jackrabbit/oak/trunk/oak-doc/src/site/markdown/nodestore/documentmk.md
URL: http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-doc/src/site/markdown/nodestore/documentmk.md?rev=1753501&r1=1753500&r2=1753501&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-doc/src/site/markdown/nodestore/documentmk.md (original)
+++ jackrabbit/oak/trunk/oak-doc/src/site/markdown/nodestore/documentmk.md Wed Jul 20 13:07:52 2016
@@ -486,7 +486,7 @@ can be backed by [persistent cache](pers
     
 3. `docChildrenCache` - Document Children cache is used to cache the children 
     state for a given parent node. This is invalidated completely upon every 
-    background read
+    background read. This cache was removed in 1.5.6.
     
 4. `nodeCache` - Node cache is used to cache the `DocumentNodeState` instances.
     These are **immutable** view of `NodeDocument` as seen at a given revision
@@ -542,7 +542,7 @@ various caches above in following way
 1. `nodeCache` - 25%
 2. `prevDocCache` - 4% 
 3. `childrenCache` - 10% 
-4. `docChildrenCache` - 3% 
+4. `docChildrenCache` - 3% (removed in 1.5.6)
 5. `diffCache` - 5% 
 6. `documentCache` - Is given the rest i.e. 57%
 

Modified: jackrabbit/oak/trunk/oak-doc/src/site/markdown/osgi_config.md
URL: http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-doc/src/site/markdown/osgi_config.md?rev=1753501&r1=1753500&r2=1753501&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-doc/src/site/markdown/osgi_config.md (original)
+++ jackrabbit/oak/trunk/oak-doc/src/site/markdown/osgi_config.md Wed Jul 20 13:07:52 2016
@@ -135,6 +135,7 @@ diffCachePercentage
 docChildrenCachePercentage
 : Default 3
 : Percentage of `cache` allocated for `docChildrenCache`. See [Caching][doc-cache]
+: Removed since 1.5.6
 
 cacheSegmentCount
 : Default 16