Hi,

I am doing some testing of using TreeCache in a cluster environment.  To test 
simultanious txns I have Thread 1 put an object into the cache and wait 10 
seconds before commiting.   Then I have a second thread attempt to put an 
object into the cache on the same node during the interval taken by thread 1.  
As I expect, I get a lockTimeout exception from the 2nd thread that began it's 
txn after the first thread began it's txn.  My problem is that the exception is 
propagated to all members in the cluster and causes the original put call to 
fail.  How can I avoid this problem?  

Thanks,
Bill

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877219#3877219

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3877219


-------------------------------------------------------
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7393&alloc_id=16281&op=click
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to