Activity log for bug #584913

Date Who What changed Old value New value Message
2010-05-24 11:00:35 Deryck Hodge bug added bug
2010-05-24 13:13:20 Curtis Hovey affects launchpad-registry soyuz
2010-05-24 15:28:54 Julian Edwards tags oops timeout
2010-05-24 15:29:01 Julian Edwards soyuz: status New Triaged
2010-05-24 15:29:06 Julian Edwards soyuz: importance Undecided Low
2010-08-11 02:18:10 Robert Collins tags oops timeout timeout
2010-08-11 02:21:15 Robert Collins soyuz: importance Low High
2010-08-11 02:23:18 Robert Collins description A user on #launchpad reported a timeout problem when using the package search today. https://launchpad.net/ubuntu/+search?text=pulseaudio I tired a few other searches, and I had a timeout roughly 2 in 10 attempts. Not sure if this is a know issue (I suspect it is), but I couldn't find an existing bug. An example timeout OOPS with this search: OOPS-1605A1195 https://lp-oops.canonical.com/oops.py/?oopsid=OOPS-1684EA363 SQL time: 13947 ms Non-sql time: 86 ms Total time: 14033 ms Statement Count: 27 https://edge.launchpad.net/ubuntu/+search?text=pulseaudio Two big queries: 27. 7949 6054ms launchpad-main-slave SELECT DISTINCT DistributionSourcePackageCache.archive, DistributionSourcePackageCache.binpkgdescriptions, DistributionSourcePackageCache.binpkgnames, DistributionSourcePackageCache.binpkgsummaries, DistributionSourcePackageCache.changelog, DistributionSourcePackageCache.distribution, DistributionSourcePackageCache.id, DistributionSourcePackageCache.name, DistributionSourcePackageCache.sourcepackagename FROM BinaryPackageBuild, BinaryPackageName, BinaryPackageRelease, DistributionSourcePackageCache, DistroArchSeries, DistroSeries, SourcePackageName, SourcePackageRelease WHERE DistroSeries.distribution = %s AND DistroSeries.releasestatus != %s AND BinaryPackageRelease.binarypackagename = BinaryPackageName.id AND DistroArchSeries.distroseries = DistroSeries.id AND BinaryPackageBuild.distro_arch_series = DistroArchSeries.id AND BinaryPackageRelease.build = BinaryPackageBuild.id AND BinaryPackageBuild.source_package_release = SourcePackageRelease.id AND SourcePackageRelease.sourcepackagename = SourcePackageName.id AND DistributionSourcePackageCache.sourcepackagename = SourcePackageName.id AND DistributionSourcePackageCache.archive IN (%s, %s) AND BinaryPackageName.name = %s ORDER BY name and the one that hits the timeout: LaunchpadTimeoutError: Statement: 'SELECT DISTINCT DistributionSourcePackageCache.archive, DistributionSourcePackageCache.binpkgdescriptions, DistributionSourcePackageCache.binpkgnames, DistributionSourcePackageCache.binpkgsummaries, DistributionSourcePackageCache.changelog, DistributionSourcePackageCache.distribution, DistributionSourcePackageCache.id, DistributionSourcePackageCache.name, DistributionSourcePackageCache.sourcepackagename FROM BinaryPackageBuild, BinaryPackageName, BinaryPackageRelease, DistributionSourcePackageCache, DistroArchSeries, DistroSeries, SourcePackageName, SourcePackageRelease WHERE DistroSeries.distribution = %s AND DistroSeries.releasestatus != %s AND BinaryPackageRelease.binarypackagename = BinaryPackageName.id AND DistroArchSeries.distroseries = DistroSeries.id AND BinaryPackageBuild.distro_arch_series = DistroArchSeries.id AND BinaryPackageRelease.build = BinaryPackageBuild.id AND BinaryPackageBuild.source_package_release = SourcePackageRelease.id AND SourcePackageRelease.sourcepackagename = SourcePackageName.id AND DistributionSourcePackageCache.sourcepackagename = SourcePackageName.id AND DistributionSourcePackageCache.archive IN (%s, %s) AND BinaryPackageName.name = %s ORDER BY name' Parameters:[<storm.variables.IntVariable object at 0xb5ee410>, <canonical.database.enumcol.DBEnumVariable object at 0xb9d3350>, <storm.variables.IntVariable object at 0x2aaaac7240c8>, <storm.variables.IntVariable object at 0x2aaab1552de8>, <storm.sqlobject.AutoUnicodeVariable object at 0x2aaaac724938>]
2010-09-18 08:19:59 Robert Collins marked as duplicate 618372