Closed henare closed 8 years ago
@mlandauer can you please look at this now? It should be an easy fix and it's currently affecting 3 runs which are taking up precious slots in the queue:
https://morph.io/admin/runs/595046 https://morph.io/admin/runs/593874 https://morph.io/admin/runs/593862
@henare I'm going to take a look at this now
This was a strange one because I thought it was already fixed. It was truncating the text for the log lines to 65535 characters which should be the maximum that fits in a mysql TEXT
column. Weirdly this doesn't seem to be working in practise. Don't know why. Have just done the really stupid thing and am truncating the text to 32768 characters (half the width).
So far so good and the troublesome runs have completed. Even though this solution is far from ideal (because really I don't know whether it's actually fixing it) I'm going to call this done.
Thanks for fixing this Matthew.
Could it be to do with multibyte characters taking up more than "1" character in the database?
@henare I was wondering that. Actually could do a little test to check this out. I'll reopen.
The problematic data might also still be in Honeybadger?
Backtrace
View full backtrace and more info at honeybadger.io