-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
Runtime panic with rabbitmq input #16430
Comments
@thexeos you should have seen a warning about the required amount of lockable memory when starting Telegraf. This memory is required to handle credentials/secrets in a protect fashion. So you either need to increase the limit for the amount of lockable memory or you use unprotected secrets by using the |
@srebhan thank you for the suggestion, unfortunately there was no warning like that. This is all that was printed at the time:
However, after rebooting the issue seems to have fixed itself. But since the cause of the panic crash is still somewhere in the code waiting for some condition to trigger it, I will keep the issue open for now. |
Relevant telegraf.conf
Logs from Telegraf
System info
Telegraf 1.33.1, Ubuntu 14.04.6
Docker
No response
Steps to reproduce
This started happening after upgrading to v1.33. I do not have the previous version number, but I believe it was at least v1.29 if not more recent.
Expected behavior
No crash
Actual behavior
Crash after 38 cycles of collection/writing have been completed. The crash occurs during 39th cycle after startup.
Additional info
No response
The text was updated successfully, but these errors were encountered: