-
Bug
-
Resolution: Fixed
-
Low
-
5.0, 5.1
-
5
-
During a re-index all issues are read using the DefaultOfBizListIterator, because this is implemented outside a transaction PostgreSQL does not use a server side cursor and so reads the complete result set containing all issues into memory consuming excessive amounts of memory in the process.
Other databases may behave similarly.
- causes
-
JRASERVER-11725 Exporting data from a JIRA instance with a lot records in the notificationinstance table causes an OutOfMemoryException
- Closed
- relates to
-
JRASERVER-28572 Jira re-indexing process appears to leak memory
- Closed
- copied to
-
JDEV-13116 Loading...