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 ch...@apache.org on 2013/11/20 08:23:48 UTC

svn commit: r1543722 - /jackrabbit/oak/trunk/oak-core/src/main/java/org/apache/jackrabbit/oak/plugins/mongomk/CacheInvalidator.java

Author: chetanm
Date: Wed Nov 20 07:23:48 2013
New Revision: 1543722

URL: http://svn.apache.org/r1543722
Log:
OAK-1156 - Improve the document cache invalidation logic to selectivly invalidate doc

Changing the log level to debug

Modified:
    jackrabbit/oak/trunk/oak-core/src/main/java/org/apache/jackrabbit/oak/plugins/mongomk/CacheInvalidator.java

Modified: jackrabbit/oak/trunk/oak-core/src/main/java/org/apache/jackrabbit/oak/plugins/mongomk/CacheInvalidator.java
URL: http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-core/src/main/java/org/apache/jackrabbit/oak/plugins/mongomk/CacheInvalidator.java?rev=1543722&r1=1543721&r2=1543722&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-core/src/main/java/org/apache/jackrabbit/oak/plugins/mongomk/CacheInvalidator.java (original)
+++ jackrabbit/oak/trunk/oak-core/src/main/java/org/apache/jackrabbit/oak/plugins/mongomk/CacheInvalidator.java Wed Nov 20 07:23:48 2013
@@ -234,7 +234,7 @@ abstract class CacheInvalidator {
             }
 
             result.timeTaken = System.currentTimeMillis() - startTime;
-            LOG.info("Cache invalidation details - {}", result);
+            LOG.debug("Cache invalidation details - {}", result);
 
             //TODO collect the list of ids which are invalidated such that entries for only those
             //ids are removed from the Document Children Cache