-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Startup failure after upgrading #1757
Comments
I should mention that we start fluentd with upstart using the below command, which we have not changed for a very long time:
|
Hmm... you said "After upgrading from 0.14.15 to 0.14.23" but log said fluentd is still v0.14.15. |
That's an excellent point. I hadn't noticed that before. I upgraded by installing the new gem version, but I did not explicitly remove the old gem. I'll give that a try. |
Same issue after cleanup:
|
Hmm... the weird point is you hit this error with v0.14.15 and v0.14.23. Did you change other settings in the OS? |
A fresh installation does have the same problem. Also, if I go back to 0.14.15, it starts working again. |
Going version by version, the issue seems to appear in 0.14.17 |
I see. One possible patch is #1580 fluentd/lib/fluent/supervisor.rb Line 571 in 4ccb485
|
Starts up just fine with that line removed. |
Thanks! |
Patch for this issue: #1758 |
If you have a time, could you test #1758 on your environment? |
@repeatedly Works fine with #1758 Any idea when the patch will be released? |
Don't call change_privilege twice. fix #1757
Released v0.14.24. |
After upgrading from 0.14.15 to 0.14.23, fluentd will no longer start up. In the logs, I see the following error continuously:
The text was updated successfully, but these errors were encountered: