Uploaded image for project: 'Bamboo Data Center'
  1. Bamboo Data Center
  2. BAM-13892

Bamboo build summary page is slow to load because of the slowness of checking for artifact existence on disk

    XMLWordPrintable

Details

    • 0
    • 1
    • Our product teams collect and evaluate feedback from a number of different sources. To learn more about how we use customer feedback in the planning process, check out our new feature policy.

    Description

      Data about artifacts is counted once (including their size) and stored in the database (for multiple usage), but there is extra check to see if those files/directories still exist on disk. Condition for that right now is size()>0 and it seems like we have a bug here. We manually count the whole artifact size only to compare if it's bigger than zero. What we should do is return true after finding first not empty file to have the same behavior.

      The attached jar file is a patch for Bamboo 5.0.1. Please replace the existing file from BambooInstall/atlassian-bamboo/WEB-INF/lib with the provided jar and see if that makes any difference (after restarting Bamboo). The proper fix would be in Bamboo version 5.2 and higher.

      Attachments

        Activity

          People

            Unassigned Unassigned
            akhachatryan ArmenA
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: