Hi, I am getting "*could not uncompress value*" error when I try to fetch keys stored in couchbase using memcached library. library and server versions: *couchbase 2.0.1 * *php5-memcached 1.0.2-2 * *libmemcached6 0.44-1.1build1 *
I tried looking for inconsistency in compression flags in application but I couldn't find any issue, compression is on throughout the application. >From error logs I took one such key and tried getting that key using compression=false and compression= true but I got same error in both case. debug logs: *************** compression false ******************** result: result code:4294966295message:PAYLOAD FAILUREPHP Warning: Memcached::getMulti(): could not uncompress value in *.php on line 25 *************** compression true ******************** result: result code:4294966295message:PAYLOAD FAILURE *************** GET ********************PHP Warning: Memcached::getMulti(): could not uncompress value in *.php on line 32 *************** compression false ******************** result: result code:4294966295message:PAYLOAD FAILUREPHP Warning: Memcached::get(): could not uncompress value in *.php on line 41 *************** compression true ******************** result: result code:4294966295message:PAYLOAD FAILURE ----------------------port:11217 end------------------------------------- PHP Warning: Memcached::get(): could not uncompress value in *.php on line 48 Any insights on this issue? -- --- You received this message because you are subscribed to the Google Groups "memcached" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
