> Scenario 1:
>    Three server nodes running. key1 is stores on server #1. Server #1
> goes down.
>      1-) Client makes a request on key1 stored on failed server. My
> assumption is that cache will get a miss and value for key1 will be
> retrieved from DB and stored in server #2.

Clients (that I know of) will not "automatically" redistribute keys if a
server goes down. It's usually only if you explicitly edit their
configuration to remove the server. If a server goes down, you'll just get
cache misses from that server until it comes back up again.

This works on the assumption that servers that have gone down "unexpectedly"
are only going to be temporary.

Dean.


Reply via email to