Page 1 of 1

Latest memcached gives a lot of problem

Posted: Fri Apr 24, 2015 4:31 am
by templenode
The latest memcached 1.4.23-5.el6.art fails to work correctly.
After upgrade I notice some websites were down with error with failed to connect to memcached. Daemon was running but after a couple of test I saw that even the command memcached-tool 127.0.0.1:11211 stats was not able to be executed.

stace stops here

Code: Select all

read(3, "", 4096)                       = 0
close(3)                                = 0
socket(PF_INET, SOCK_STREAM, IPPROTO_TCP) = 3
ioctl(3, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fff6ffa3460) = -1 EINVAL (Invalid argument)
lseek(3, 0, SEEK_CUR)                   = -1 ESPIPE (Illegal seek)
ioctl(3, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fff6ffa3460) = -1 EINVAL (Invalid argument)
lseek(3, 0, SEEK_CUR)                   = -1 ESPIPE (Illegal seek)
fcntl(3, F_SETFD, FD_CLOEXEC)           = 0
connect(3, {sa_family=AF_INET, sin_port=htons(11211), sin_addr=inet_addr("127.0.0.1")}, 16) = 0
write(3, "stats\r\n", 7)                = 7
read(3, 
For the moment I downgrade to version 1.4.22-4.el6.art which works just fine.

Re: Latest memcached gives a lot of problem

Posted: Tue Apr 28, 2015 10:11 am
by scott
1.2.24 is up now, let us know if that covers it. Thanks!

Re: Latest memcached gives a lot of problem

Posted: Mon May 04, 2015 5:19 am
by Gazoo
Unfortunately the issue is still present in memcached-1.4.24-5. I had to downgrade back to memcached-1.4.22-4 to get things working again.