Uploaded image for project: 'Jira Software Data Center'
  1. Jira Software Data Center
  2. JSWSERVER-20243

DVCS syncing shows in progress for completed syncs

    XMLWordPrintable

Details

    Description

      Issue Summary

      Some repositories are showing as still syncing in the GUI even though they have already finished.

      Steps to Reproduce

      1. setup GHE in DVCS accounts
      2. set interval syncs for a very large repository

      Expected Results

      When the sync is complete, it should show reflect this in the GUI

      Actual Results

      GUI shows the repo as still syncing

      Running the Repository get API:

       GET /rest/bitbucket/1.0/repository/<idofrepo>

      shows the following:

      {
      "id": xx,
      "organizationId":xx,
      "dvcsType": "githube",
      "slug": "repo",
      "name": "repo",
      "lastCommitDate": 1568725405000,
      "linked": true,
      "deleted": false,
      "smartcommitsEnabled": true,
      "lastActivityDate": 1568725405000,
      "repositoryUrl": "https://<URL>",
      "fork": true,
      "sync":
      
      { "finished": true, "changesetCount": 0, "jiraCount": 0, "pullRequestActivityCount": 0, "synchroErrorCount": 0, "startTime": 1568727290791, "finishTime": 1568727292656, "flightTimeMs": 0, "numRequests": 0, "softsync": true, "webHookSync": true, "warning": false, "hasAdminPermission": true }
      }
      

      (Optional - If Necessary)

      Workaround

      Schedule a restart of JIRA

      Attachments

        Issue Links

          Activity

            People

              cvanes Chris van Es (Inactive)
              rvolkmar Ronnie Volkmar
              Votes:
              2 Vote for this issue
              Watchers:
              8 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: