You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Peter Schuller (Commented) (JIRA)" <ji...@apache.org> on 2012/01/27 08:23:38 UTC

[jira] [Commented] (CASSANDRA-3671) provide JMX counters for unavailables/timeouts for reads and writes

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

Peter Schuller commented on CASSANDRA-3671:
-------------------------------------------

Yes, probably.

So here's the deal: Other than running into CASSANDRA-3797, there is the problem that we cannot have both the Coda Metrics and our own MBean:s publish under the same class name (StorageProxy in this case).

I considered various options, and decided to at least submit for consideration something that might be controversial: I have created an org.apache.cassandra.metrics package, containing a ClientRequestMetrics class which has these metrics. The idea is that if we are going to need to adjust naming conventions anyway, let's move to a naming convention which makes sense to the user/system administrator, rather than the implementor ("StorageProxy" means very little to most people who don't know the code, I would suspect).

It does create a split-world syndrome of "new style" vs. "old style" metrics though. I'd love input.

Attaching a patch (.jar binary is there on purpose).

                
> provide JMX counters for unavailables/timeouts for reads and writes
> -------------------------------------------------------------------
>
>                 Key: CASSANDRA-3671
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3671
>             Project: Cassandra
>          Issue Type: Improvement
>            Reporter: Peter Schuller
>            Assignee: Peter Schuller
>            Priority: Minor
>         Attachments: CASSANDRA-3671-trunk-v2.txt, CASSANDRA-3671-trunk.txt
>
>
> Attaching patch against trunk.

--
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