Skip Menu |

This queue is for tickets about the Cache-Memcached CPAN distribution.

Report information
The Basics
Id: 75449
Status: open
Priority: 0/
Queue: Cache-Memcached

People
Owner: Nobody in particular
Requestors: nik [...] mt1.down-to-details.com
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: (no value)
Fixed in: (no value)



Subject: cb_connect_fail not called when successful connected socket fails
cb_connect_fail not called when successful connected socket fails, it's is instead called on the next connection attempt which prevents any retry or proper error reporting logic Steps to reproduce: 1. run memcached server 2. create a script which will periodically check for certain value set cb_connect_fail handler 3. After at least one successful request to the server, kill memcache server 4. Next request which will detect dead socket will not call the cb_connect_fail handler, the request after it will call it
Miss broken in versions, i've tested 1.29 and 1.24
On Thu Mar 01 06:23:48 2012, https://me.yahoo.com/a/YaELP3MThpKxAYRE8fIlcUs0N8wlyg--#77f1d wrote: Show quoted text
> Miss broken in versions, i've tested 1.29 and 1.24
Still broken in 1.30