jolshan commented on code in PR #18720: URL: https://github.com/apache/kafka/pull/18720#discussion_r1936346953
########## core/src/main/scala/kafka/server/ReplicaManager.scala: ########## @@ -950,7 +958,7 @@ class ReplicaManager(val config: KafkaConfig, ): Unit = { // Skip verification if the request is not transactional or transaction verification is disabled. if (transactionalId == null || - !config.transactionLogConfig.transactionPartitionVerificationEnable + (!config.transactionLogConfig.transactionPartitionVerificationEnable && transactionSupportedOperation != addPartition) Review Comment: Yup -- there was a place in Calvin's PR I also need to update. -- 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