Author: stefanegli
Date: Thu Dec 1 14:54:16 2016
New Revision: 1772220
URL: http://svn.apache.org/viewvc?rev=1772220&view=rev
Log:
OAK-5208 : double (pre-/post) filtering issue at filter change, added
Modified:
jackrabbit/oak/trunk/oak-doc/src/site/markdown/known_issues.md
Modified: jackrabbit/oak/trunk/oak-doc/src/site/markdown/known_issues.md
URL:
http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-doc/src/site/markdown/known_issues.md?rev=1772220&r1=1772219&r2=1772220&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-doc/src/site/markdown/known_issues.md (original)
+++ jackrabbit/oak/trunk/oak-doc/src/site/markdown/known_issues.md Thu Dec 1
14:54:16 2016
@@ -32,6 +32,14 @@ Changes with respect to Jackrabbit-core
and if not prevented and the queue hits a certain threshold and/or the
limit
then it would result in Local events reported as external event
[OAK-2683][OAK-2683]â
+
+* Changing an observation listener's filter:
+ * Prefiltering of observation queues means that if an observation
listener's
+ filter is changed, that new filter will only fully be applied to newly
+ added changes to the observation queues. Those changes that potentially
+ were still in the queue will have gone through both the old prefilter
+ and the new (post-)filter. [OAK-5208]
[OAK-300]: https://issues.apache.org/jira/browse/OAK-300
-[OAK-2683]: https://issues.apache.org/jira/browse/OAK-2683
\ No newline at end of file
+[OAK-2683]: https://issues.apache.org/jira/browse/OAK-2683
+[OAK-5208]: https://issues.apache.org/jira/browse/OAK-5208
\ No newline at end of file