Another reason why it is not threadsafe:
| store = newStore(storeName);
|
With a race you could get two stores being created, and one throw away. When the store is
created it creates files on disk. So you'd get two lots of dirs created on disk with
the same name which would fail.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4190994#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...