rondagostino commented on a change in pull request #10113:
URL: https://github.com/apache/kafka/pull/10113#discussion_r574940891



##########
File path: raft/src/test/java/org/apache/kafka/raft/RaftClientTestContext.java
##########
@@ -975,7 +975,7 @@ public void handleClaim(int epoch) {
         }
 
         @Override
-        public void handleResign() {
+        public void handleResign(int epoch) {

Review comment:
       I actually think the Raft layer uses Int, so I'm thinking maybe this is 
correct and the use of Long elsewhere might be where a change could happen.




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

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


Reply via email to