Both node are working from a application view, both are accepting connects from my application server (when I configure only one). When I take one node down for simulating some memcached crash, it seems the other node does not exists from Yii’s perspective (just when configured as single node). What am I doing wrong?
EDIT:
Did another test this time against pecl php memcache Version 2.2.7 instead of php memcached and it could handle two nodes as well one of the down.
Would say memcached version 2.0.1 has bug or Yii when it should handle more than one node and one of them failing.
EDIT 2:
Assume a Yii bug as I get the exception that one node is down with memcache but not when using memcached php extension.