[
https://issues.apache.org/jira/browse/OAK-1935?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Dürig resolved OAK-1935.
--------------------------------
Resolution: Fixed
Fixed at http://svn.apache.org/r1607120
New {{Continuation}} instances go to the end of the queue now in the case the
{{MAX_QUEUED_CONTINUATIONS}} kicks in. This allows the queue to be cleared
first until taking it up again where the current {{Continuation}} left.
> 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
> Labels: Observation
> 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)