Hi The simplest solutions are always the best ;) Yes, REPETEABLE_READ +lockParentForChildInsertRemove really resolves this issues. But now, it's impossible to parallel put data into 2 separates nodes :( i.e. cache has /a/b/c node
Thread-0: put into /a/b/c/X Thread-1: put into /a/b/c/Y Both threads are trying create children into c node, but Thread-1 must waits for Thread-0.... I have tried to use READ_COMMITED (for performance reasons) but looks that for now this is impossible without code modification. Jacek Halat View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4082796#4082796 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4082796 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
