-
Suggestion
-
Resolution: Invalid
-
None
-
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.
- is related to
-
JRASERVER-13955 Moving a subtask to a new Parent calls too many re-indexes on Lucene.
- Closed
- is superseded by
-
JRASERVER-14877 Deleting a link changes the "updated date" field, but it does not reindex lucene.
- Closed