pprovenzano commented on code in PR #14083:
URL: https://github.com/apache/kafka/pull/14083#discussion_r1293458695


##########
metadata/src/main/java/org/apache/kafka/controller/QuorumController.java:
##########
@@ -1498,6 +1543,30 @@ private void cancelNextWriteNoOpRecord() {
         queue.cancelDeferred(WRITE_NO_OP_RECORD);
     }
 
+    private static final String WRITE_REMOVE_DELEGATIONTOKEN_RECORD = 
"writeRemoveDelegationTokenRecord";

Review Comment:
   I changed it to SWEEP_EXPIRED_DELEGATION_TOKENS and 
"sweepExpiredDelegationTokens" as that is more of what it is doing.



-- 
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: jira-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to