Comment 2 for bug 928696

Revision history for this message
sinny (sinnydono) wrote :

well, if there is any info that is missing but could help you in any way - please name it.

the basic scenario is:
1. start server (in our case it was membase/couchbase)
2. start client
3. perform some set requests (success)
4. restart server
5. continuously perform some set requests (in our case frequency was 1-2 requests per second)

expected : getting errors for time interval (while server is considered dead), return to normal operation mode after that

actual result : single CONNECTION FAILURE followed by unlimited WRITE FAILUREs (for the time long exceeding memcached_st::retry_timeout)