sanjeet006py commented on code in PR #7340:
URL: https://github.com/apache/hbase/pull/7340#discussion_r2377586897


##########
hbase-server/src/main/java/org/apache/hadoop/hbase/ipc/ServerCall.java:
##########
@@ -607,11 +606,10 @@ public synchronized BufferChain getResponse() {
 
   @Override
   public void updateFsReadTime(long latencyMillis) {
-    fsReadTimeMillis += latencyMillis;
   }
 
   @Override
   public long getFsReadTime() {

Review Comment:
   Actually I wanted remove these from `RpcCall` interface but I saw that 
`RpcCall` is marked LimitedPrivate with visibility to Phoenix and Coprocs in 
general while `ServerCall` its HBase implementation is marked `Private`.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to