When I see slow queries log, I see something like below..i fail to understand why would i fire a JQL ?
is it something to do with Calculated Fields ?
2015-07-08 13:36:34,817 http-bio-8080-exec-4271 INFO kjaworsk 816x1276623x8 1dhyxhu /browse/KTP-8804 [issue.search.providers.LuceneSearchProvider_SLOW] JQL query '{project = "KTP"} AND {type != "Backport"} AND {fixVersion = "6.30.00.00.0"} AND {text ~ "assignment"}' produced lucene query '+projid:11307 +(+nonemptyfieldids:type -type:7 +visiblefieldids:type) +fixfor:32543 +(ConstantScore(com.atlassian.jira.issue.search.filters.IssueIdFilter@63413785) (+description:assign +nonemptyfieldids:description +visiblefieldids:description) (+environment:assign +nonemptyfieldids:environment +visiblefieldids:environment) ((+summary:assign +nonemptyfieldids:summary +visiblefieldids:summary)^9.0) (+customfield_10118:assign +nonemptyfieldids:customfield_10118 +visiblefieldids:customfield_10118) (+customfield_11001:assign +nonemptyfieldids:customfield_11001 +visiblefieldids:customfield_11001) (+customfield_13403:assign +nonemptyfieldids:customfield_13403 +visiblefieldids:customfield_13403) (+customfield_13302:assign +nonemptyfieldids:customfield_13302 +visiblefieldids:customfield_13302) (+c' and took '1784' ms to run.
Hi Sridhar!
I would check with the user kjaworsk if he has any filters, gadgets in dashboards or report firing this JQL. Is not something you really need to worry about if you are not facing performance issues in your JIRA instance, the only impact of this slow query would be the user kjaworsk waiting more time to view the data he is requesting.
Also, the query itself doesn't not seems related to any calculated field.
Cheers!
Teilor
This is performance related and there are a lot of requests which fire these queries, see the clause {text ~ "assignment"}, I wan't to avoid these queries
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Is the same user responsible for all the JQL calls?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
There are other users as well!! from the slow-queries JQL , i got some logs, ..the /browse/issue-key url seem to fire a slow JQL. I wan't to get rid of it atlease find a reason behind it.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.