[jboss-user] [JBoss Cache Users] - Re: Concurrency problems - cache puts lost

2009-12-01 Thread a.kluge
I extended the test a bit by adding transactions. A minimal cache.xml: | | http://www.w3.org/2001/XMLSchema-instance"; | xmlns="urn:jboss:jbosscache-core:config:3.0"> | | | | | | |TransactionManagertxmanager = new DummyTransactionManagerLook

[jboss-user] [JBoss Cache Users] - Concurrency problems - cache puts lost

2009-11-24 Thread a.kluge
Hi, In running some concurrency tests, where multiple threads do simultaneous puts against a cache, some of the puts appear to be lost. I run a set of 5 threads to do puts, then run a set of five threads to do gets. Many times, all the keys that are put into the cache are not present in t