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

Greg Bowyer commented on SOLR-4156:
-----------------------------------

I don't think this is the case, I have just looked at this and it seems that 
the types are integer.

numdocs claims this type: 
javax.management.openmbean.SimpleType(name=java.lang.Integer)

maxdocs claims this type:
javax.management.openmbean.SimpleType(name=java.lang.Integer)
                
> JMX numDocs and maxDoc are of type string
> -----------------------------------------
>
>                 Key: SOLR-4156
>                 URL: https://issues.apache.org/jira/browse/SOLR-4156
>             Project: Solr
>          Issue Type: Improvement
>    Affects Versions: 4.0
>            Reporter: Greg Harris
>            Assignee: Greg Bowyer
>            Priority: Minor
>             Fix For: 4.3
>
>
> Some monitoring tools are sensitive to the object types that the JMX link 
> provides if not all. numDocs and maxDoc of the "searcher" MBean: 
> solr/collection1:type=searcher,id=org.apache.solr.search.SolrIndexSearcher
> are provided as String's not ints. Int would allow monitoring tools to 
> monitor them correctly. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
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