]
Radim Vansa updated ISPN-4535:
------------------------------
Assignee: (was: Radim Vansa)
size() operator on JPACacheStore should expect larger than int
--------------------------------------------------------------
Key: ISPN-4535
URL:
https://issues.jboss.org/browse/ISPN-4535
Project: Infinispan
Issue Type: Bug
Components: Loaders and Stores
Reporter: Sanne Grinovero
the return type of the CacheStore#size() is int but it's common in databases to store
way more.
The query performing the count operation is doing a cast to integer, this will fail.