We are trying to add nodes under the same parent node in different thread.
We got the below warning.

WARN  org.apache.jackrabbit.core.session.SessionState   : Attempt to perform
node.addNode(abc/XXX/XXXX, mgnl:content, null) while another thread is
concurrently writing to session-admin-187. Blocking until the other thread
is finished using this session. Please review your code to avoid concurrent
use of a session. 

is there anything i need to watch out for this warning?



--
View this message in context: 
http://jackrabbit.510166.n4.nabble.com/same-parent-node-update-in-different-thread-tp4658864.html
Sent from the Jackrabbit - Users mailing list archive at Nabble.com.

Reply via email to