On 29.1.14 8:48 , [email protected] wrote:
Author: jukka
Date: Wed Jan 29 19:48:47 2014
New Revision: 1562562
URL: http://svn.apache.org/r1562562
Log:
OAK-1332: Large number of changes to the same node can fill observation queue
+ //---------------------------------------------------------< Event >--
+
+ @Override
+ public String getPath() {
+ return PathUtils.concat(
+ mapper.getJcrPath(parent), mapper.getJcrName(name));
+ }
Being burnt by OAK-1370... but his might also lead to concurrent access
to the same session from multiple threads. We should probably also
synchronise the session related part of the NPM.
Michael