mjsax commented on code in PR #18486:
URL: https://github.com/apache/kafka/pull/18486#discussion_r1911759131


##########
clients/src/main/java/org/apache/kafka/clients/producer/internals/Sender.java:
##########
@@ -462,17 +462,10 @@ private boolean maybeSendAndPollTransactionalRequest() {
             return true;
         }
 
-        if (transactionManager.hasAbortableError() || 
transactionManager.isAborting()) {
-            if (accumulator.hasIncomplete()) {

Review Comment:
   Right. It's a no-op so check is not necessary.



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