Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a parameter allowing avoidance of automatic service restarts after configuration changes #32

Closed
wants to merge 2 commits into from

Conversation

eabbott
Copy link

@eabbott eabbott commented Jan 8, 2014

We're cloud based and often find it better to switch to a new cluster of memcached servers rather than allowing memcached to restart after a configuration change. This new parameter defaults to true maintaining current behavior.

@saz
Copy link
Owner

saz commented Feb 1, 2014

Could you please rebase your pull request so I'm able to merge it directly?

Additional points for extending the spec tests!

@sergej-brazdeikis
Copy link

Actually it make sense to restart memcache every time configuration changes.

But the way it is done in this pull request is not clean. All you need to do is notify the service. Probably will create new pull request with the reference to this one.

@sergej-brazdeikis
Copy link

pull request is done. Feel free to ping me if you need anything else

@saz
Copy link
Owner

saz commented Mar 14, 2014

Thinking about this, if I'm installing memcached the first time, e.g. on Debian, it gets started. Changing the config now, will not trigger a service restart if it's set to false and the new config won't be used.

Am I wrong?

@saz
Copy link
Owner

saz commented Apr 23, 2014

Any comments?

@saz
Copy link
Owner

saz commented Apr 25, 2014

Please re-open, if still required. Thanks!

@saz saz closed this Apr 25, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants