Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.9.3
-
Fix Version/s: 1.10.0
-
Component/s: Zend_Cache
-
Labels:None
Description
When using Zend_Cache_Backend_TwoLevels and the memcached backend, calls to getFillingPercentage is done.
If using multiple memcached servers and one memcached server is down, the getFillingPercentage throws an exception.
This renders the whole caching mechanism dead...
It should still work as long as some memcached servers are up. The filling percentage stats isn't that important for the functionality.
I propose to just ignore any memcached servers that are down in this call.
Thanks for your report.
The added patch only logs if one server failed and throws exception only if all server failed.