If you trace through, you'll notice the writing to disk doesn't happen during when write lock is obtained, but actually when the transaction commits.
What probably should happen is the writes happen during the prepare phase to "dot files", perhaps named with the JGroups address, and during the commit phase the files are renamed. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4138341#4138341 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4138341 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
