feyman2016 commented on a change in pull request #9739:
URL: https://github.com/apache/kafka/pull/9739#discussion_r559082654
##########
File path: core/src/test/scala/unit/kafka/log/LogCleanerTest.scala
##########
@@ -599,12 +599,12 @@ class LogCleanerTest {
val log = makeLog(config = LogConfig.fromProps(logConfig.originals,
logProps))
val appendFirstTransaction = appendTransactionalAsLeader(log, producerId,
producerEpoch,
- origin = AppendOrigin.Replication)
+ origin = AppendOrigin.Coordinator)
Review comment:
Reverted since we have a new added `AppendOrigin.RaftLeader`
##########
File path: core/src/test/scala/unit/kafka/log/LogCleanerTest.scala
##########
@@ -599,12 +599,12 @@ class LogCleanerTest {
val log = makeLog(config = LogConfig.fromProps(logConfig.originals,
logProps))
val appendFirstTransaction = appendTransactionalAsLeader(log, producerId,
producerEpoch,
- origin = AppendOrigin.Replication)
+ origin = AppendOrigin.Coordinator)
Review comment:
Reverted since we have a newly added `AppendOrigin.RaftLeader`
----------------------------------------------------------------
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:
[email protected]