Jdesk / memcached

Automatically exported from code.google.com/p/memcached
0 stars 0 forks source link

libmemcached-0.40 doesn't work on RHEL 6.0 Beta (Santiago) #136

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. build libmemcached-0.40 on RHEL 6.0 Beta
2. call memcached_add(), memcached_get() or memdump.

What is the expected output? What do you see instead?

memcache_add() always fails, returning 5 (MEMCACHED_WRITE_FAILURE)

memcache_get() on a nonexistent key returns 19 (MEMCACHED_SOME_ERRORS)
rather then the expected MEMCACHED_NOTFOUND.

memdump always fails:

$ ./memdump --servers localhost
memdump: memcache error WRITE FAILURE

What version of the product are you using? On what operating system?

libmemcached-0.40 on RHEL 6.0 Beta

Please provide any additional information below.

Original issue reported on code.google.com by johngorm...@gmail.com on 29 Apr 2010 at 9:26

GoogleCodeExporter commented 9 years ago
Sorry! This bug is about libmemcached, not memcached. Nevermind :)
I will submit it to libmemcached.org.

Original comment by johngorm...@gmail.com on 29 Apr 2010 at 9:32

GoogleCodeExporter commented 9 years ago
Wrong project :-)

Original comment by trond.no...@gmail.com on 29 Apr 2010 at 10:15