wernerdv commented on code in PR #20115:
URL: https://github.com/apache/kafka/pull/20115#discussion_r2217879025
##########
metadata/src/main/java/org/apache/kafka/controller/QuorumController.java:
##########
@@ -1697,7 +1692,7 @@ private void registerGeneratePeriodicPerformanceMessage()
{
*
* This task periodically expires delegation tokens.
*
- * @param checkIntervalNs
+ * @param checkIntervalNs The check interval in nanoseconds.
Review Comment:
I don’t mind removing it, but to clarify - I followed the same pattern as
the existing `QuorumController#registerElectUnclean` method.
--
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]