Closed lejmr closed 2 years ago
The "Broken Pipe" part is the real error: The TCP connection was dropped.
The second error (the marker cleanup) is an internal post-disconnect cleanup error that will be fixed in the next release (thanks for the find!), but is irrelevant to your actual issue.
Client/server disconnects may happen for a number of reasons, but often it is due to invalid data. The client library will validate a number of data issues in advance, but it will not catch all of them. If the server detects invalid input it will disconnect to avoid further invalid input. I suspect this is what happened.
The best thing to do is to dig through the server logs to debug the issue.
Thanks yes, the problem was on the table level where I had a mismatch of types.. i.e., table had string column where I was sending a timestamp data.
Hi,
I am sending medium (about 20 inserts per second) amount of rows into QuestDB instance, and I am getting following error. Any suggestion?