[jboss-user] [JBoss Cache: Core Edition] - Re: FileCacheLoader failing with EOFException with fix
genman
do-not-reply at jboss.com
Fri Mar 21 12:56:07 EDT 2008
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
More information about the jboss-user
mailing list