Opened 19 months ago

Closed 19 months ago

Last modified 16 months ago

#34082 closed Bug (invalid)

"mysql server has gone away" on 404, 403 or 401

Reported by: williamchevremont Owned by: nobody
Component: Database layer (models, ORM) Version: 3.2
Severity: Normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Hi,

I'm facing an issue I don't find any solution on the web, nor similar problem.

When my application raise some 404, 403 or 401 error, sometime, this lead to a "mysql server has gone away" error, randomly. There is no error on the mysql logs. The application run in a docker container, mysql server on one other. Even the "mysql_server_has_gone_away" connection engine didn't patch correctly the stuff. I can't upgrade to newer django version, because of some third party libraries that are not yet compatible.

Attachments (1)

mysql_gone_away.log (31.5 KB ) - added by williamchevremont 19 months ago.

Download all attachments as: .zip

Change History (4)

by williamchevremont, 19 months ago

Attachment: mysql_gone_away.log added

comment:1 by williamchevremont, 19 months ago

Version: 4.13.2

comment:2 by Tim Graham, 19 months ago

Resolution: invalid
Status: newclosed

This ticket tracker isn't the place to get help. See TicketClosingReasons/UseSupportChannels.

comment:3 by Peter Tillema, 16 months ago

Last edited 16 months ago by Peter Tillema (previous) (diff)
Note: See TracTickets for help on using tickets.
Back to Top