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 st...@apache.org on 2020/10/14 08:52:32 UTC

svn commit: r1882482 - /jackrabbit/oak/trunk/RELEASE-NOTES.txt

Author: stefanegli
Date: Wed Oct 14 08:52:31 2020
New Revision: 1882482

URL: http://svn.apache.org/viewvc?rev=1882482&view=rev
Log:
OAK-9176 : added as an improvement to the release notes

Modified:
    jackrabbit/oak/trunk/RELEASE-NOTES.txt

Modified: jackrabbit/oak/trunk/RELEASE-NOTES.txt
URL: http://svn.apache.org/viewvc/jackrabbit/oak/trunk/RELEASE-NOTES.txt?rev=1882482&r1=1882481&r2=1882482&view=diff
==============================================================================
--- jackrabbit/oak/trunk/RELEASE-NOTES.txt (original)
+++ jackrabbit/oak/trunk/RELEASE-NOTES.txt Wed Oct 14 08:52:31 2020
@@ -49,6 +49,8 @@ Improvement
     [OAK-9180] - Optimise synchronisation between threads when writing to 3rd level segment cache 
     [OAK-9184] - Very slow, potential endless loop in LucenePropertyIndex.loadDocs()
     [OAK-9194] - oak-search-elastic: propertyIndex with nodeScopeIndex should be stored in :fulltext only
+    [OAK-9176] - Fix for sweep missing _bc (branch commit) entries in some cases - plus sweep2 introduced to clean up repository accordingly.
+                 PS: use -Doak.documentMK.disableSweep2=true to disable sweep2 in case it should be skipped explicitly
 
 Task