You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The input table TEST.t_1 " has 1 million records, and the error mentioned above occurs when running a few thousand records at a time. How should I handle this?
The text was updated successfully, but these errors were encountered:
Hey @ctbsea, sounds like the connection is getting lost before all rows could be consumed, you'll need to either break the queries down with some sort of pagination or find another approach.
[mysql] 2023/08/16 09:47:33 packets.go:73: unexpected EOF
[mysql] 2023/08/16 09:47:33 packets.go:428: busy buffer
{"@service":"benthos","label":"f0a6ffcfac2d8670225c7e92e8e4f553de3f505b3526d087db4bcda6c43fd293_20230816174650","level":"error","msg":"Failed to read message: invalid connection","path":"root.input","stream":"cfc020a2-082e-4e5b-a713-049a9678ead8"}
The input table
TEST
.t_1
" has 1 million records, and the error mentioned above occurs when running a few thousand records at a time. How should I handle this?The text was updated successfully, but these errors were encountered: