New and Improved 3.13 Beta. Highlights: Shareable filters and dashboards and lots of other goodies. Any feedback can be raised as JIRA issues in the JIRA project.
Issue Details (XML | Word | Printable)

Key: JRA-15059
Type: Improvement Improvement
Status: Open Open
Priority: Major Major
Assignee: Unassigned
Reporter: Nick Menere [Atlassian]
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
JIRA

One/TwoDimensionalTermHitCollectors use StatsJiraLuceneFieldCache with no cacheing

Created: 04/Jun/08 11:38 PM   Updated: 15/Jul/08 02:53 AM
Component/s: Dashboard, Filtering & Indexing, Issue Fields, Performance, Performance - Memory leaks, Portlets
Affects Version/s: None
Fix Version/s: None

Time Tracking:
Not Specified

Participants: Nick Menere [Atlassian]
Since last comment: 12 weeks ago
Labels:


 Description  « Hide
Currently the JiraLuceneFieldCache has a cache that does nothing (this is one purpose). The cache used to be in place (but I am sure it was broken back then) bu it was disabled.

It used by Both Lucene and 1/2DimensionalermHitCollectors and anything else that uses the StatisticAccessorBean.searchCountMap().

This creates an index the size of the index that sticks around for the request and does not cache it.
There was an old cache in place but Scott removed this around 3.8.

Options:

  1. Fix cache - add caching to getMatches() but not for getCustom().
  2. Switch everything that use this to use a DocHitCollector (a LOT more memory efficient but may need to do performance hits).


 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
There are no comments yet on this issue.