etolabo / kumofs

kumofs is a scalable and highly available distributed key-value store.
http://kumofs.sourceforge.net/
Other
301 stars 16 forks source link

kumo-manager: auto-attach feature? #3

Closed astro closed 14 years ago

astro commented 14 years ago

Because our system is quite loaded until we scale horizontally, we prevent buffer overgrowth with ulimit -v. Whenever a killed kumo-server is being restarted, kumo-manager regards it as a "not attached node".

Would it be possible to have kumo-manager automatically attach newly connected servers?

frsyuki commented 14 years ago

"--auto-replace" option of kumo-manager enables that. e.g. kumo-manager --auto-replace -v -l 192.168.10.1

astro commented 14 years ago

Thanks!