XMLWordPrintable

Details

    • We collect Jira feedback from various sources, and we evaluate what we've collected when planning our product roadmap. To understand how this piece of feedback will be reviewed, see our Implementation of New Features Policy.

    Description

      As the issue navigator has been refactored and does not hit the database for many issues, the need for issue cache is greatly reduced. The issue cache also is one of the main sources of memory consumptionin JIRA, especially if issues have long descriptsions and if Oracle 10g drivers are used (as they seem to allocate strings in 32K buffers at all times).

      It appears that as the get() method of the UtilCache (used by the issue cache) is not synchronised but manipulates the underlying collections to provide LRU functionality. As the underlying collections are not synchronised a race condition could occur.

      Removing the issue cache should help avoid all these problems and will not decrease JIRA's performance.

      Attachments

        Issue Links

          Activity

            People

              dylan@atlassian.com Dylan Etkin [Atlassian]
              anton@atlassian.com AntonA
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: