ArrayIndexOutOfBoundsException in ehcache
-----------------------------------------

                 Key: CDV-448
                 URL: https://jira.terracotta.org/jira//browse/CDV-448
             Project: Community Development
          Issue Type: Bug
    Affects Versions: 2.4.3
            Reporter: Tim Eck
            Assignee: Issue Review Board


using a clustered ehcache cahce with concurrency > 1, and a key with hashcode = 
 966330312 you'll get this exception.

For example:
      cache.put(new Element(new Integer(966330312), "value"));

java.lang.ArrayIndexOutOfBoundsException: Array index out of range: -8
       at 
com.tc.object.TCObjectPhysical.checkArrayIndex(TCObjectPhysical.java:65)
       at net.sf.ehcache.Cache.getLockObject(CacheTC.java:1451)
       at net.sf.ehcache.Cache.put(CacheTC.java:444)
       at net.sf.ehcache.Cache.put(CacheTC.java:416)


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://jira.terracotta.org/jira//secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        
_______________________________________________
tc-dev mailing list
[email protected]
http://lists.terracotta.org/mailman/listinfo/tc-dev

Reply via email to