Michael Dürig created OAK-1935:
----------------------------------
Summary: MAX_QUEUED_CONTINUATIONS feature not working in
EventGenerator class
Key: OAK-1935
URL: https://issues.apache.org/jira/browse/OAK-1935
Project: Jackrabbit Oak
Issue Type: Bug
Components: core
Affects Versions: 1.0
Reporter: Michael Dürig
Assignee: Michael Dürig
Fix For: 1.1
Since OAK-1422 the {{Continuation}} created in {{fullQueue()}} is put to the
front of the List. This causes it to be taken right off the list again on the
next call to {{generate()}} instead of first continuing with the rest of the
list allowing it to shrink. As a result the list may grow up to 2 x
{{MAX_QUEUED_CONTINUATIONS}} instead of 1 + {{MAX_QUEUED_CONTINUATIONS}} as
anticipated.
--
This message was sent by Atlassian JIRA
(v6.2#6252)