[infinispan-issues] [JBoss JIRA] Created: (ISPN-785) In Memcached, numbers surpassing limits should produce friendlier error messages

Galder Zamarreño (JIRA) jira-events at lists.jboss.org
Thu Nov 18 05:32:07 EST 2010


In Memcached, numbers surpassing limits should produce friendlier error messages
--------------------------------------------------------------------------------

                 Key: ISPN-785
                 URL: https://jira.jboss.org/browse/ISPN-785
             Project: Infinispan
          Issue Type: Bug
          Components: Cache Server
    Affects Versions: 4.2.0.BETA1, 4.1.0.Final
            Reporter: Galder Zamarreño
            Assignee: Galder Zamarreño
            Priority: Minor
             Fix For: 4.2.0.CR1, 4.2.0.Final


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... 

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       



More information about the infinispan-issues mailing list