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

Bamboo logs an ERROR in DefaultChangeDetectionManager for a repository enabled with a quiet period

    XMLWordPrintable

Details

    • 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

      Bamboo logs an ERROR in DefaultChangeDetectionManager for a repository enabled with the quiet period because the change detection time exceeds the default threshold of 30 seconds.

      A repository configured with an enabled quiet period is expected to take more than 30 seconds to complete. It would be better if the quiet period was considered while counting the time it took to perform the operation and whether it was an ERROR.

      Steps to reproduce;

      1. Create a Bitbucket Linked Repository with an Enabled quiet period
        1. Quiet period: 60
        2. Maximum retries: 2
      2. Link the repository to a Build Plan
      3. Commit something to your repository
      4. check the atlassian-bamboo.log, and you will see an ERROR log like below
       tail -100f logs/atlassian-bamboo.log | grep 'DefaultChangeDetectionManager'
      
      2024-03-12 16:56:46,534 INFO [15-BAM::PlanExec:pool-16-thread-1] [DefaultChangeDetectionManager] : Found one change for plan 'TES-BAM', waiting 1 minute to see if there are any more... (one retry remaining)
      2024-03-12 16:57:47,447 ERROR [15-BAM::PlanExec:pool-16-thread-1] [DefaultChangeDetectionManager] Bamboo operation time: Change detection for plan TES-BAM took 61660 ms
      

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              661435e617fd Vani
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated: