-
Notifications
You must be signed in to change notification settings - Fork 126
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
crash on one of our instances -- source sequence is illegal/malformed utf-8 #82
Comments
we traced through your code and found where it's trying to load stats json from the associated redis key which we identified as:
We then attempted to clear it out from the redis-cli
and restart redmon, but ui fails to load and we re-enter this crash cycle. We are running redmon standalone, no integrations. Other things to try? |
I have been able to determine that the cause of the break in run is slowlog contents. There are some HMGETs included in the slowlog get and these end with (the following for example) :
which I believe is what is breaking the json convert. For the moment we are running without slowlog data but would like to know a workaround? |
@SteveDevOps - I haven't really touched this code for a couple of years. I can take a look this weekend and get back with you. Thanks for reporting this. |
Greatly appreciated.. let me know. Thx! |
any ideas? It loops through rescue, never resolves, and I have to manually stop it.
The text was updated successfully, but these errors were encountered: