Uploaded image for project: 'Crucible'
  1. Crucible
  2. CRUC-5246

activity stream shows duplicate commits in cvs when commits are aggregated.

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Low
    • 2.4.4, 2.5-M5, 2.5.0
    • None
    • None
    • None

    Description

      to reproduce,
      make a change to 1 file and commit
      wait 1 minute
      make a change to a different file and commit with the same commit message

      the activity stream aggregates correctly, but shows 2 identical commits.

      the reason is that the first file is indexed into infdb, given the csid "x", and the csid is inserted into lucene

      when the second file is indexed, its joined with the previous one in infdb, and also given the csid "x", but it is reinserted into lucene, which doesnt have any uniqueness constraints.

      the activity stream pulls out both "x"s, and looks up the exact same information out of infdb, showing the changeset twice

      Attachments

        Activity

          People

            gcrain Geoff Crain (Inactive)
            gcrain Geoff Crain (Inactive)
            Votes:
            1 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: