bereng commented on code in PR #3917: URL: https://github.com/apache/cassandra/pull/3917#discussion_r2036588266
########## src/java/org/apache/cassandra/cql3/QueryProcessor.java: ########## @@ -155,6 +155,12 @@ private enum InternalStateInstance } public void preloadPreparedStatements() + { + preloadPreparedStatements(5000); Review Comment: Right. A warning with an explanation of why that could be a problem would be great. And indeed the bug is present no matter what. It's just that some lib versions make it more visible or less. -- 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: pr-unsubscr...@cassandra.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: pr-unsubscr...@cassandra.apache.org For additional commands, e-mail: pr-h...@cassandra.apache.org