bereng commented on code in PR #3917:
URL: https://github.com/apache/cassandra/pull/3917#discussion_r2081040496


##########
src/java/org/apache/cassandra/cql3/QueryProcessor.java:
##########
@@ -131,6 +128,16 @@ public class QueryProcessor implements QueryHandler
                     DatabaseDescriptor.getPreparedStatementsCacheSizeMiB());
     }
 
+    public static void evictPreparedStatement(MD5Digest key, RemovalCause 
cause)

Review Comment:
   I would add annotation VisibleForTesting here? It is not intended to be 
called iiuc



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