Re: Cassandra local and remote Read/Write paths

2015-04-24 Thread Bharatendra Boddu
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

Cassandra local and remote Read/Write paths

2015-04-23 Thread Daharewa Gureya
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