maedhroz commented on code in PR #3122:
URL: https://github.com/apache/cassandra/pull/3122#discussion_r1502978740


##########
src/java/org/apache/cassandra/index/sai/plan/QueryController.java:
##########
@@ -73,7 +73,7 @@ public class QueryController
     private final ColumnFamilyStore cfs;
     private final ReadCommand command;
     private final QueryContext queryContext;
-    private final TableQueryMetrics tableQueryMetrics;
+    public final TableQueryMetrics tableQueryMetrics;

Review Comment:
   It feels like we should have done that anyway. `QueryController` is an odd 
place for this to be when `ResultRetriever` is the thing that actually actuates 
recording the metrics...



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to