Creating Links between issues seems to make unnecessary calls to re-index those issues.

XMLWordPrintable

    • Type: Suggestion
    • Resolution: Invalid
    • None
    • Component/s: None

      When you remove a link between issues it only re-indexes the two issues if it was a system link (ie parent-> subtask), because these are the only links we store in Lucene index.
      see DefaultIssueLinkManager.removeIssueLink()
      On the other hand, when we create a new link, we always re-index, although it should probably only be necessary for system links.
      see DefaultIssueLinkManager.createIssueLink()

      Apparently Lucene indexing is a performance bottleneck.

            Assignee:
            Unassigned
            Reporter:
            Mark Lassau (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: