feyman2016 commented on a change in pull request #9739:
URL: https://github.com/apache/kafka/pull/9739#discussion_r559082063
##########
File path: core/src/main/scala/kafka/raft/KafkaMetadataLog.scala
##########
@@ -68,7 +68,7 @@ class KafkaMetadataLog(
val appendInfo = log.appendAsLeader(records.asInstanceOf[MemoryRecords],
leaderEpoch = epoch,
- origin = AppendOrigin.Coordinator)
+ origin = AppendOrigin.Replication)
Review comment:
Added a `AppendOrigin.RaftLeader` and also reverted the changes in
`LogCleanerTest `
----------------------------------------------------------------
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]