Failed to dump keys: (0x562f7054c330) Illegal slab id, host: localhost:11211
Bug #1847778 reported by
psl
This bug affects 3 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
memcached (Ubuntu) |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
Ubuntu 18.04.3, amd64
I have fresh installed memcached, it is empty.
$ memcdump --debug localhost
Failed to dump keys: (0x562f7054c330) Illegal slab id, host: localhost:11211
$ memcached --version
memcached 1.5.6
How to replicate:
$ apt install memcached libmemcached-tools
$ memcdump --debug localhost
I have two servers giving the same error.
Ubuntu 16.04 server returns all the keys then throws this error at the end.
Ubuntu 18.04 server returns all keys some times and skips some other times.
I ran the test many times on each server. 16.04 is stable in what it returns but 18.04 changes each time I run memdump. This is also an issue when running getAllKeys() from php.
All testing demonstrates that the data stored in the cache is working perfectly. It only seems to be the command to get the keys that is causing trouble.