New issue
Advanced search Search tips

Issue 641645 link

Starred by 1 user

Issue metadata

Status: WontFix
Owner:
Closed: Aug 2016
Components:
EstimatedDays: ----
NextAction: ----
OS: Chrome
Pri: 2
Type: Bug



Sign in to add a comment

CIDB has gone away errors.

Project Member Reported by dgarr...@chromium.org, Aug 27 2016

Issue description

CIDB was working normally, then we suddently got a lot of these errors.

https://uberchromegw.corp.google.com/i/chromeos/builders/master-paladin/builds/12188/steps/CommitQueueCompletion/logs/stdio

12:09:35: WARNING: <class 'sqlalchemy.exc.OperationalError'>((OperationalError) (2006, 'MySQL server has gone away') 'SELECT `buildTable`.id, `buildTable`.build_config, `buildTable`.start_time, `buildTable`.finish_time, `buildTable`.status, `buildTable`.waterfall, `buildTable`.build_number, `buildTable`.builder_name, `buildTable`.platform_version, `buildTable`.full_version, `buildTable`.milestone_version, `buildTable`.important, `buildTable`.buildbucket_id \nFROM `buildTable` \nWHERE master_build_id = 1027450' ())

 
Just transient.
Status: WontFix (was: Untriaged)
In fact, I think this is totally normal and benign. All those errors are just the client attempting to use a connection after its 60s server-side timeout. They are immediately retried on a new connection that succeeds.

Maybe the messaging changed?

Sign in to add a comment