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

Jaydeepkumar Chovatia commented on CASSANDRA-14232:
---------------------------------------------------

Hi [~sumanth.pasupuleti]

Can you please use {{Keyspace.open(metadata.keyspace)}} instead of 
{{Schema.instance.getKeyspaceInstance(keyspaceName)}} due to following two 
reasons:
1. {{Keyspace.open}} checks for {{initialization}}
2. To keep code consistent with {{coordinatorReadLatency}}

Jaydeep


> Add metric for coordinator writes per column family
> ---------------------------------------------------
>
>                 Key: CASSANDRA-14232
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-14232
>             Project: Cassandra
>          Issue Type: Improvement
>            Reporter: Sumanth Pasupuleti
>            Assignee: Sumanth Pasupuleti
>            Priority: Major
>             Fix For: 4.0
>
>         Attachments: 14232-trunk.txt
>
>
> Includes write ops and latencies at coordinator per column family.
> Relevant discussion in dev mailing list - 
> [https://lists.apache.org/thread.html/f68f694b13b670a1fa28fa75620304603fc89e94ec515933199f4c37@%3Cdev.cassandra.apache.org%3E]
> Below are a few advantages of having such metric
>  * Ability to identify specific column family that coordinator writes are 
> slow to
>  * Also useful in a multi-tenant cluster, where different column families are 
> owned by different teams



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org

Reply via email to