-
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
Update paho.mqtt.golang #6149
Update paho.mqtt.golang #6149
Conversation
@dogada can you please test this with a nightly in the morning or one of the following builds:
|
@glinton thanks for quick fix, do you have Docker image with night builds? |
I don't believe we do have nightly docker images, but this should be in the official nightly builds now. It should be trivial to drop the new telegraf binary into a new docker image based on the official telegraf docker image. |
We tested nightly builds in our environment and we don't see stack trace mentioned in #6142 but the problem still persists but with complete silence in logs now. Once per 3-4 days Telegraf just stops to receive data from MQTT broker (we use Mosqitto) and we don't see any diagnostic messages in the logs. |
It's possible you are now running into #6232, which was an issue with persistent sessions. We just released 1.12.0 which contains fixes for both issues, can you retry your testing with this? |
Resolves #6142