Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
Using the event notification thread (this is the thread calling the
onEvent() method of an EventListener implementation) to perform changes
on the repository is dangerous because it is a rather expensive call
and may cause the event queue to fill up. I think it would be good if
the repository logs a warning with a stack trace in this case.