Hi Daharewa,
Please check the makeRequests() in
https://github.com/apache/cassandra/blob/trunk/src/java/org/apache/cassandra/service/AbstractReadExecutor.java
- bharat
On Thu, Apr 23, 2015 at 4:35 AM, Daharewa Gureya
wrote:
> Hi,
>
> I want to track the read and write latencies of a Cassandra
Hi,
I want to track the read and write latencies of a Cassandra node. I can
track the coordinator latencies at the StorageProxy, But now I want to
distinguish between a local and a remote operation (for Both read and
write). Can someone help me to identify the exact place in StorageProxy
where thi