Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

SOLR and JIRA Plugins

Varsha Kantheti
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
September 12, 2018

One of my SOLR core is Bringing back a million rows for a JQL query i intend to use. Example: I want to create a JQL that brings back all the issue in JIRA that has **Specific Condition** resulting in a Million  Results( I am using SOLR for this as the data source).

When I am developing my JQL query to handle these results in a plugin for JIRA and Debugging it to check if it is bringing back all these results or not, I see GC Overhead Limit Exceeded exceptions.

Is this due to the Size of the Data that SOLR is bringing back? Is this an issue with SOLR or with the Plugin? What can I do to avoid these errors?  

Can I increase the memory size of my plugin in a safe way? i.e by increasing the Memory it shouldn't affect the overall performance of JIRA when I place this in Production. 

 Looking for some expert advice. Thanks!

 

1 answer

Suggest an answer

Log in or Sign up to answer