"Unexpected EOF" #95

Closed
opened 2019-09-01 11:40:46 +00:00 by konrad · 1 comment
Owner

While doing some performance testing, this happened while creating the users:

api_1       | 2019-09-01T11:40:02.330589598Z: ERROR	▶ log/Error 003 [strconv.ParseInt: parsing "\r\xff\x85\x02\x01\x02\xff\x86\x00\x01\xff\x82\x00\x00%\xff\x81\x03\x01\x02\xff\x82\x00\x01\x02\x01\x06UserID\x01\x04\x00\x01\bLastSeen\x01\xff\x84\x00\x00\x00\x10\xff\x83\x05\x01\x01\x04Time\x01\xff\x84\x00\x00\x00\x04\xff\x86\x00\x00": invalid syntax]
api_1       | [strconv.ParseInt: parsing "\r\xff\x85\x02\x01\x02\xff\x86\x00\x01\xff\x82\x00\x00%\xff\x81\x03\x01\x02\xff\x82\x00\x01\x02\x01\x06UserID\x01\x04\x00\x01\bLastSeen\x01\xff\x84\x00\x00\x00\x10\xff\x83\x05\x01\x01\x04Time\x01\xff\x84\x00\x00\x00\x04\xff\x86\x00\x00": invalid syntax]
api_1       | [unexpected EOF]
api_1       | 2019-09-01T11:40:06.489317143Z: ERROR	▶ log/Error 004 [unexpected EOF]
api_1       | [unexpected EOF]
api_1       | 2019-09-01T11:40:11.48705097Z: ERROR	▶ log/Error 005 [unexpected EOF]
api_1       | [unexpected EOF]
api_1       | 2019-09-01T11:40:16.488826236Z: ERROR	▶ log/Error 006 [unexpected EOF]
api_1       | 2019-09-01T11:40:21.490630593Z: ERROR	▶ log/Error 007 [unexpected EOF]
api_1       | [unexpected EOF]

The errrors still bubble up once erverything is running, but it seems everything is working normally.

And:

api_1       | [unexpected EOF]
api_1       | 2019-09-01T13:46:11.499404248Z: ERROR	▶ log/Error 26d [unexpected EOF]
api_1       | 2019-09-01T13:46:12.847873167Z: ERROR	▶ handler/HandleHTTPError 26e driver: bad connection
api_1       | driver: bad connection
api_1       | 2019-09-01T13:46:16.183174502Z: ERROR	▶ handler/HandleHTTPError 26f driver: bad connection
api_1       | driver: bad connection
While doing some performance testing, this happened while creating the users: ``` api_1 | 2019-09-01T11:40:02.330589598Z: ERROR ▶ log/Error 003 [strconv.ParseInt: parsing "\r\xff\x85\x02\x01\x02\xff\x86\x00\x01\xff\x82\x00\x00%\xff\x81\x03\x01\x02\xff\x82\x00\x01\x02\x01\x06UserID\x01\x04\x00\x01\bLastSeen\x01\xff\x84\x00\x00\x00\x10\xff\x83\x05\x01\x01\x04Time\x01\xff\x84\x00\x00\x00\x04\xff\x86\x00\x00": invalid syntax] api_1 | [strconv.ParseInt: parsing "\r\xff\x85\x02\x01\x02\xff\x86\x00\x01\xff\x82\x00\x00%\xff\x81\x03\x01\x02\xff\x82\x00\x01\x02\x01\x06UserID\x01\x04\x00\x01\bLastSeen\x01\xff\x84\x00\x00\x00\x10\xff\x83\x05\x01\x01\x04Time\x01\xff\x84\x00\x00\x00\x04\xff\x86\x00\x00": invalid syntax] api_1 | [unexpected EOF] api_1 | 2019-09-01T11:40:06.489317143Z: ERROR ▶ log/Error 004 [unexpected EOF] api_1 | [unexpected EOF] api_1 | 2019-09-01T11:40:11.48705097Z: ERROR ▶ log/Error 005 [unexpected EOF] api_1 | [unexpected EOF] api_1 | 2019-09-01T11:40:16.488826236Z: ERROR ▶ log/Error 006 [unexpected EOF] api_1 | 2019-09-01T11:40:21.490630593Z: ERROR ▶ log/Error 007 [unexpected EOF] api_1 | [unexpected EOF] ``` The errrors still bubble up once erverything is running, but it seems everything is working normally. And: ``` api_1 | [unexpected EOF] api_1 | 2019-09-01T13:46:11.499404248Z: ERROR ▶ log/Error 26d [unexpected EOF] api_1 | 2019-09-01T13:46:12.847873167Z: ERROR ▶ handler/HandleHTTPError 26e driver: bad connection api_1 | driver: bad connection api_1 | 2019-09-01T13:46:16.183174502Z: ERROR ▶ handler/HandleHTTPError 26f driver: bad connection api_1 | driver: bad connection ```
konrad self-assigned this 2019-09-01 11:40:50 +00:00
Author
Owner

Not reproducable anymore, closing. May reopen in the future if the issue surfaces again.

Not reproducable anymore, closing. May reopen in the future if the issue surfaces again.
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: vikunja/vikunja#95
No description provided.