mauriciorodrigues / memcached-session-manager

Automatically exported from code.google.com/p/memcached-session-manager
0 stars 0 forks source link

Support reconfiguration of memcached nodes at runtime via jmx #46

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
When a new memcached node is added or an existing one is removed the 
configuration of the memcached-session-manager needs to be updated: both the 
memcachedNodes have to be updated and perhaps also the failoverNodes.

This should be possible via jmx.

Original issue reported on code.google.com by martin.grotzke on 14 Mar 2010 at 11:18

GoogleCodeExporter commented 8 years ago
Memcached nodes and failover nodes now can be reconfigured via jmx, just update 
the 
memcachedNodes / failoverNodes attribute in the Manager MBean.

Original comment by martin.grotzke on 19 Mar 2010 at 12:28