JCR2SPI: potential race condition in event listener registration
----------------------------------------------------------------
Key: JCR-1183
URL: https://issues.apache.org/jira/browse/JCR-1183
Project: Jackrabbit
Issue Type: Bug
Components: SPI
Reporter: Julian Reschke
Assignee: Julian Reschke
There's a potential race condition when the first event listener is registered
(ObservationManager.addEventListener). The observation manager should only
start listening for events after the new SPI event filter has been created.
(Note there's a related problem when an *additional* event listener is getting
registered, while a RepositoryService.getEvents call is already in progress).
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.