belliottsmith commented on a change in pull request #1045:
URL: https://github.com/apache/cassandra/pull/1045#discussion_r679922393
##########
File path: src/java/org/apache/cassandra/transport/CQLMessageHandler.java
##########
@@ -454,6 +526,30 @@ protected String id()
return channel.id().asShortText();
}
+ private void scheduleConnectionWakeupTask(long waitLengthMicros)
Review comment:
It might be slightly preferable to pass the units alongside, so that the
caller is forced to ensure they consider the units they provide.
--
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]