You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-issues@jackrabbit.apache.org by "Chetan Mehrotra (JIRA)" <ji...@apache.org> on 2016/06/20 10:27:05 UTC

[jira] [Commented] (OAK-2065) JMX stats for operations being performed in DocumentNodeStore

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

Chetan Mehrotra commented on OAK-2065:
--------------------------------------

Committed initial work with 1749183,1749182,1749181. Now all the stats are exposed as part of MetricRegistry 

> JMX stats for operations being performed in DocumentNodeStore
> -------------------------------------------------------------
>
>                 Key: OAK-2065
>                 URL: https://issues.apache.org/jira/browse/OAK-2065
>             Project: Jackrabbit Oak
>          Issue Type: Improvement
>          Components: mongomk
>            Reporter: Chetan Mehrotra
>            Assignee: Chetan Mehrotra
>              Labels: tooling
>             Fix For: 1.6
>
>         Attachments: 0001-OAK-2065-JMX-stats-for-operations-being-performed-in.patch, OAK-2065-1.patch, OAK-2065-v2.patch
>
>
> Currently DocumentStore performs various background operations like
> # Cache consistency check
> # Pushing the lastRev updates
> # Synchrnizing the root node version
> We should capture some stats like time taken in various task and expose them over JMX to determine if those background operations are performing well or not. For example its important that all tasks performed in background task should be completed under 1 sec (default polling interval). If the time taken increases then it would be cause of concern
> See http://markmail.org/thread/57fax4nyabbubbef



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)