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
Post a Comment