incorrect FirstSeen version for a problem

Bug #1175243 reported by Brian Murray
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Daisy
Confirmed
Medium
Unassigned

Bug Description

The following problem - https://errors.ubuntu.com/problem/b79dc7b7fd2aa0b86f84127dd4abe57b1f455b08 - exists for multiple versions of mal-notification including 5.4.dfsg.1-6ubuntu4, however the first seen version found in BucketMetadata is 5.4.dfsg.1-6ubuntu4.1.

In [7]: cassandra.get_metadata_for_bucket('/usr/bin/mail-notification:11:_gtk_widget_invalidate_style_context:reset_style_recurse:gtk_box_forall:gtk_widget_reset_style:gtk_style_context_reset_widgets')
Out[7]: OrderedDict([(u'FirstSeen', '5.4.dfsg.1-6ubuntu4.1'), (u'LastSeen', '5.4.dfsg.1-6ubuntu6'), (u'LaunchpadBug', '1156185'), (u'Source', 'mail-notification')])

Revision history for this message
Brian Murray (brian-murray) wrote :

Looking at update_bucket_metadata in oops-repository and how it is called in daisy/utils.py I don't see anything immediately wrong. There is a check in daisy/utils.py to make sure that:

    if (package and version) and release.startswith('Ubuntu '):

However, all many of the ubuntu4 incidents are from Ubuntu 12.10 so that should pass.

One idea Evan had was that perhaps the submission process crashed before update_bucket_metadata was reached.

affects: errors → daisy
Changed in daisy:
importance: Undecided → Medium
Revision history for this message
Brian Murray (brian-murray) wrote :

I wonder if resubmitting one of the crashes from a previous version of the package would correctly update the FirstSeen field.

Revision history for this message
Brian Murray (brian-murray) wrote :
Changed in daisy:
status: New → Confirmed
Revision history for this message
Brian Murray (brian-murray) wrote :

It'd be possible to update the non-release specific FirstSeen column by using data from BucketVersions CF.

As we can see this has the correct information for the mail-notification problem referenced in the description:

In [3]: cassandra.get_versions_for_bucket('/usr/bin/mail-notification:11:_gtk_widget_invalidate_style_context:reset_style_recurse:gtk_box_forall:gtk_widget_reset_style:gtk_style_context_reset_widgets')
Out[3]: OrderedDict([(u'5.4.dfsg.1-6ubuntu1', 4), (u'5.4.dfsg.1-6ubuntu3', 5), (u'5.4.dfsg.1-6ubuntu4', 21), (u'5.4.dfsg.1-6ubuntu4.1', 39), (u'5.4.dfsg.1-6ubuntu5', 6), (u'5.4.dfsg.1-6ubuntu6', 1)])

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.