Hi all, recently discovered about the Warm restart feature... simply awesome! we use memcached as a look-aside cache and we run it in kubernetes, also have autoscaling based on cpu... so when the number of requests increase enough, a new memcached node is started... we can tolerate a temporary decrease in hit/miss ratio... but I think we can improve the situation by warming up new memcached nodes.
Wondering if the warm restart could be used for that regards. Is it possible to dump the files before stopping a running node? I was thinking about maintaining periodic dumps that are used by the new node(s) started. Not sure if this is an option. Anyone has solved a similar problem? I'd appreciate hearing others' experiences. Thank you Javier -- --- You received this message because you are subscribed to the Google Groups "memcached" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/memcached/d0f09c1c-760f-44bb-95e9-95afa7dd9c43n%40googlegroups.com.
