Besides that, I also got a bunch of ConcurrentModificationException's while 
doing a multi-threaded benchmark just now:

java.util.ConcurrentModificationException
        at java.util.HashMap$HashIterator.nextEntry(HashMap.java:841)
        at java.util.HashMap$EntryIterator.next(HashMap.java:883)
        at java.util.HashMap$EntryIterator.next(HashMap.java:881)
        at org.jboss.cache.util.MapCopy.(MapCopy.java:40)
        at 
org.jboss.cache.UnversionedNode.getDataDirect(UnversionedNode.java:205)
        at org.jboss.cache.CacheImpl._remove(CacheImpl.java:2545)
        at sun.reflect.GeneratedMethodAccessor21.invoke(Unknown Source)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at org.jgroups.blocks.MethodCall.invoke(MethodCall.java:330)
        at 
org.jboss.cache.interceptors.CallInterceptor.invoke(CallInterceptor.java:49)
        at org.jboss.cache.interceptors.Interceptor.invoke(Interceptor.java:76)
[...]

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4066083
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to