Uploaded image for project: 'Bitbucket Data Center'
  1. Bitbucket Data Center
  2. BSERV-9964

Commit indexing is rolled back and reattempted on repositories with very large commit histories

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Low
    • 4.14.8, 5.0.7, 5.1.5, 5.2.3
    • 4.14.7
    • None
    • None

    Description

      BSERV-9900 increased the amount of time that commit indexing will wait for commits to arrive. Unfortunately, the timeouts weren't increased on the git commands that find the commits. If commits don't arrive within the timeout, the commit indexer will try to stop the git process. However, the process discovers it's been running/idle for longer than it's configured (default) timeouts and throws an exception. This exception causes a complete rollback of the commit indexing process, which means the next time the process runs it will start from scratch again.

      Set the process timeouts to sensible values given the other configured timeouts.

      Attachments

        Issue Links

          Activity

            People

              bplump Brent P
              bplump Brent P
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: