You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Shalin Shekhar Mangar (JIRA)" <ji...@apache.org> on 2014/03/28 05:33:16 UTC

[jira] [Comment Edited] (SOLR-5749) Implement an Overseer status API

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

Shalin Shekhar Mangar edited comment on SOLR-5749 at 3/28/14 4:32 AM:
----------------------------------------------------------------------

Thanks for reviewing Otis.

bq. Could this be exposed via JMX, like the rest of the stats?

It'd probably be hard for someone to monitor it with jmx because the mbeans will be published only on the overseer node (which can change from time to time).

The naming is actually copied over from the RequestHandlerBase.getStatistics, except that we track requests per minute instead of per second. I thought we could keep them same in both places for consistency. Would you still prefer to change?


was (Author: shalinmangar):
Thanks for reviewing Otis.

bq. Could this be exposed via JMX, like the rest of the stats?

It'd probably be hard for someone to monitor it with jmx because the mbeans will be published only on the overseer node (which can change from time to time).

The naming is actually copied over from the RequestHandlerStats.getStatistics, except that we track requests per minute instead of per second. I thought we could keep them same in both places for consistency. Would you still prefer to change?

> Implement an Overseer status API
> --------------------------------
>
>                 Key: SOLR-5749
>                 URL: https://issues.apache.org/jira/browse/SOLR-5749
>             Project: Solr
>          Issue Type: Sub-task
>          Components: SolrCloud
>            Reporter: Shalin Shekhar Mangar
>            Assignee: Shalin Shekhar Mangar
>             Fix For: 4.8, 5.0
>
>         Attachments: SOLR-5749.patch, SOLR-5749.patch, SOLR-5749.patch, SOLR-5749.patch, SOLR-5749.patch, SOLR-5749.patch
>
>
> Right now there is little to no information exposed about the overseer from SolrCloud.
> I propose that we have an API for overseer status which can return:
> # Past N commands executed (grouped by command type)
> # Status (queue-size, current overseer leader node)
> # Overseer log



--
This message was sent by Atlassian JIRA
(v6.2#6252)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org