You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Valentin Kulichenko (JIRA)" <ji...@apache.org> on 2016/08/26 02:03:20 UTC

[jira] [Created] (IGNITE-3772) Large values are corrupted when saved via Memcached client

Valentin Kulichenko created IGNITE-3772:
-------------------------------------------

             Summary: Large values are corrupted when saved via Memcached client
                 Key: IGNITE-3772
                 URL: https://issues.apache.org/jira/browse/IGNITE-3772
             Project: Ignite
          Issue Type: Bug
          Components: rest
    Affects Versions: 1.7
            Reporter: Valentin Kulichenko
             Fix For: 1.8


When a value which is larger than 32768 bytes is saved via Memcached client, it ends up corrupted in cache. Most likely something wrong with the parsing and the length of binary value is calculated incorrectly.

Modified {{MemcacheRestExample}} which reproduces the issue is attached.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)