-
Bug
-
Resolution: Done
-
Minor
-
4.1.0.Final, 4.2.0.BETA1
-
None
The upper limit on item size is now given by max Integer size: 2147483647, because we parse the number as Integer.
when I try to allocate space for an item 2147483648 bytes big, it says
SERVER_ERROR org.infinispan.server.core.ServerException: java.lang.NumberFormatException: For input string: "2147483648"
which is kinda user unfriendly...