CDV ❯ getAll returns "putInternal is supported only for existing keys"
-
Bug
-
Status: Resolved
-
2 Major
-
Resolution: Won't Fix
-
-
-
cdennis
-
Reporter: klalithr
-
October 18, 2012
-
0
-
Watchers: 5
-
January 22, 2013
-
January 22, 2013
Description
2 separate forum posts on this topic
http://forums.terracotta.org/forums/posts/list/7625.page#37132 http://forums.terracotta.org/forums/posts/list/7357.page
Comments
Karthik Lalithraj 2012-10-22
Chris Dennis 2013-01-22
This code has all been replaced in Vicente at pretty much every level. If you want to reopen this as a 2.6.x issue then thats fine - but it’s not applicable for Vicente.
Below was the solution offered by the forum user.
“I believe I have resolved this issue for my particular case. I am using a new CacheKey class as the key object in my cache. For some reason, it does not like when the key object has .equals overridden. I removed the .equals, and it works okay now. Not really a big deal because I can still implement Comparable in the CacheKey class, and it still works. No idea how I stumbled upon that fix. Just luck I guess!”