Implement a slow query feature for RequestHandlers
--------------------------------------------------
Key: SOLR-1102
URL: https://issues.apache.org/jira/browse/SOLR-1102
Project: Solr
Issue Type: New Feature
Components: web gui
Reporter: Noble Paul
a diagnostics feature built on top of SOLR-1101
This must keep 'n'' slowest queries serviced by this request handler
It may also have extra information like
{code}
solrparams;
timeTaken;
when,
indexVersion,
lastCommitTime;
{code}
it requires an extra configuration to enable this
{code:xml}
<str name="logSlowQueryCount">100</str>
{code}
on the requesthandler
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.