Replies: 1 comment
-
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. Converting to a discussion as per: #2026 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
[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?Beta Was this translation helpful? Give feedback.
All reactions