memcached - Limit on size of Apache Ignite value stored using Memcache protocol -


when using memcached protocol connect apache ignite, value greater 16384 characters in length save incorrectly. when attempt retrieve data appear 'garbled'. string 16384 or less save , retrieve correctly.

we have tried number of ignite configurations, including 1 specified here: http://apacheignite.gridgain.org/v1.1/docs/php

this same issue happens when using both php , java memcached libraries. , both work fine values less 16385 characters in length.

ignite jira ticket issue created: https://issues.apache.org/jira/browse/ignite-3772


Comments

Popular posts from this blog

mysql - Dreamhost PyCharm Django Python 3 Launching a Site -

java - Sending SMS with SMSLib and Web Services -

java - How to resolve The method toString() in the type Object is not applicable for the arguments (InputStream) -