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

fix SIGHUP does not reload config #537

Merged
merged 1 commit into from
Jan 12, 2015

Conversation

sonots
Copy link
Member

@sonots sonots commented Jan 10, 2015

Reported by https://groups.google.com/forum/#!topic/fluentd/jFQTeNONmCA
Fix a bug by #496

This patch makes system config be also reloadable (it was not before).

@repeatedly
Copy link
Member

Does it cause double memory problem again?

@sonots
Copy link
Member Author

sonots commented Jan 11, 2015

HUP is caught by supervisor process and reloading config happens on the supervisor process, not on the master process. So, CoW should not occur.

repeatedly added a commit that referenced this pull request Jan 12, 2015
@repeatedly repeatedly merged commit 659f5dd into master Jan 12, 2015
@sonots sonots deleted the fix_sighup_does_not_reload_conf branch January 12, 2015 18:19
repeatedly added a commit that referenced this pull request Jan 15, 2015
@sonots sonots added the v0.10 label Jan 15, 2015
@sonots
Copy link
Member Author

sonots commented Jan 15, 2015

cherry-picked to v0.10

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.

2 participants