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


##########
src/java/org/apache/cassandra/transport/CQLMessageHandler.java:
##########
@@ -178,7 +182,8 @@ protected boolean processOneContainedMessage(ShareableBytes 
bytes, Limit endpoin
 
         // max CQL message size defaults to 256mb, so should be safe to 
downcast
         int messageSize = Ints.checkedCast(header.bodySizeInBytes);

Review Comment:
   Not related to your patch, but I think I forgot to throw an `@Override` 
annotation on `processOneContainedMessage()`



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