[ 
https://issues.apache.org/jira/browse/SOLR-3330?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13249801#comment-13249801
 ] 

Stefan Matheis (steffkes) commented on SOLR-3330:
-------------------------------------------------

Ryan, the Handler normally returns data structured like this:
{code}solr-mbeans: [
        "QUERYHANDLER"
        {
                "/admin/mbeans":
                {
                        class: 
"org.apache.solr.handler.admin.SolrInfoMBeanHandler",
                        version: "4.0.0.2012.04.07.21.36.12"
                }
        }
]{code}

but the diff-response looks like this:
{code}solr-mbeans: [
        "QUERYHANDLER"
        [
                "/admin/mbeans",
                [
                        "class"
                        "org.apache.solr.handler.admin.SolrInfoMBeanHandler"
                        "version"
                        "4.0.0.2012.04.07.21.36.12"
                ]
        ]
]{code}

if we could change this latter one and use the same format that we have on the 
first request, would be easy to merge and show the differences on the page? In 
the meantime i'll cleanup the js-code a little bit and integrate highlights of 
changed informations
                
> Show changes in plugin statistics across multiple requests
> ----------------------------------------------------------
>
>                 Key: SOLR-3330
>                 URL: https://issues.apache.org/jira/browse/SOLR-3330
>             Project: Solr
>          Issue Type: New Feature
>          Components: web gui
>            Reporter: Ryan McKinley
>             Fix For: 4.0
>
>         Attachments: SOLR-3330-pluggins-diff.patch, 
> SOLR-3330-pluggins-diff.patch, SOLR-3330-record-changes-ui.patch
>
>
> When debugging configuration and performance, I often:
>  1. Look at stats values
>  2. run some queries
>  3. See how the stats values changed
> This is fine, but is often a bit clunky and you have to really know what you 
> are looking for to see any changes.
> It would be great if the 'plugins' page had a button that would make this 
> easier

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to