kirktrue commented on code in PR #13591:
URL: https://github.com/apache/kafka/pull/13591#discussion_r1222034380


##########
clients/src/main/java/org/apache/kafka/clients/producer/internals/TransactionManager.java:
##########
@@ -471,9 +547,9 @@ synchronized void 
requestEpochBumpForPartition(TopicPartition tp) {
         this.partitionsToRewriteSequences.add(tp);
     }
 
-    private void bumpIdempotentProducerEpoch() {
+    private void 
bumpIdempotentProducerEpoch(@SuppressWarnings("SameParameterValue") 
CallingThread callingThread) {

Review Comment:
   Strictly speaking, it isn't needed, so I removed it.



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