When using the Memcached protocol to connect to Apache Ignite, any string greater than 16384 characters in length will save incorrectly. When you attempt to retrieve this data it will appear 'garbled' (example below). But any string 16384 or less will save and retrieve correctly.
We have tried a number of Ignite configurations (and using the latest release versions of 1.6 and 1.7), including the one specified here: http://apacheignite.gridgain.org/v1.1/docs/php This same issue happens when using both the PHP and Java Memcached libraries. And both work perfectly fine with values less than 16385 characters in length. As an example, the values greater than 16385 look something like this: �@EAO[-P�.�#�0tt�"'&Y�c��ÒJ<����5�ĺ繍� ������Pe�M|�*����?�:���ɧ��G Some other people on my team have reported that this occurs at a lower character count for them, but I find it happening always right at 16385 characters. Any insight on this would be much appreciated. Thanks, Matt -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Limit-on-size-of-Apache-Ignite-value-stored-using-Memcache-protocol-tp7279.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.