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

Rank index slows down the concurent issue creation in JIRA

    XMLWordPrintable

Details

    • Bug
    • Resolution: Won't Fix
    • High
    • 6.1.5
    • 6.1.3.2
    • None

    Description

      @Override
          public synchronized RankChange rankLast(long customFieldId, long issueId)
          {
              // insert after the one before tail
              return doRankAfter(customFieldId, issueId, getIndex(customFieldId).tail.previous.id);
          }
      

      The above indicates that GreenHopper will call the indexing for the rank field after creating the issue. This is a bottle neck when multiple user is creating issue concurrently in JIRA.

      Attachments

        Issue Links

          Activity

            People

              miruflin Michael Ruflin
              vkharisma vkharisma (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: