Project

General

Profile

Actions

action #20930

closed

Database upgrade fails on servers with many jobs (probably over 65,535)

Added by AdamWill over 6 years ago. Updated over 6 years ago.

Status:
Resolved
Priority:
Urgent
Assignee:
Category:
Regressions/Crashes
Target version:
Start date:
2017-07-29
Due date:
% Done:

0%

Estimated time:

Description

As I reported to Martchus and he confirmed today, it seems that the 56-57 schema migration (with current git master openQA code) fails on servers with a lot of jobs, with an error message that starts like this:

failed to run Perl in /usr/share/openqa/script/../dbicdh/_common/upgrade/56-57/001-migrate-jobs.pl: DBIx::Class::Storage::DBI::_dbh_execute(): DBI Exception: DBD::Pg::st execute failed: number of parameters must be between 0 and 65535 [for Statement "SELECT me.job_id, me.result, COUNT( id ) FROM job_modules me WHERE ( job_id IN (

I can't paste the entire error message because it's huge - the next part is a huge list of question marks for some reason, then tens of thousands of job IDs. Martchus had this to say about it:

adamw: I should have tested this migration with a production database. Obviously the select with all job IDs is a bit too much (and actually quite useless).
adamw: To work around this, replace line https://github.com/os-autoinst/openQA/blob/master/lib/OpenQA/Schema/Result/JobModules.pm#L365 with empty {}.
adamw: BTW: job_module_stats is not used anywhere else so modifying it should not cause any further trouble. It actually should be removed and its code moved into the migration.

Indeed his suggestion worked: I made that edit to JobModules.pm, re-ran the upgrade, and it worked fine, and openQA has subsequently seemed to be working fine.

This is a significant issue as most production deployments are probably going to be affected by this, I would think.

Actions #1

Updated by coolo over 6 years ago

  • Status changed from New to Resolved
  • Assignee set to coolo
  • Target version set to Milestone 9
Actions

Also available in: Atom PDF