CalvinConfluent commented on code in PR #17698:
URL: https://github.com/apache/kafka/pull/17698#discussion_r1848952661


##########
core/src/main/scala/kafka/coordinator/transaction/TransactionCoordinator.scala:
##########
@@ -476,7 +476,7 @@ class TransactionCoordinator(txnConfig: TransactionConfig,
   private def logInvalidStateTransitionAndReturnError(transactionalId: String,
                                                       transactionState: 
TransactionState,
                                                       transactionResult: 
TransactionResult) = {
-    debug(s"TransactionalId: $transactionalId's state is $transactionState, 
but received transaction " +
+    error(s"TransactionalId: $transactionalId's state is $transactionState, 
but received transaction " +

Review Comment:
   Stale requests are fenced before this point. But I can make it WARN.



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