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!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.