mumrah commented on a change in pull request #9100:
URL: https://github.com/apache/kafka/pull/9100#discussion_r475630695
##########
File path: core/src/main/scala/kafka/cluster/Partition.scala
##########
@@ -806,8 +840,9 @@ class Partition(val topicPartition: TopicPartition,
// avoid unnecessary collection generation
var newHighWatermark = leaderLog.logEndOffsetMetadata
remoteReplicasMap.values.foreach { replica =>
+ // Note here we are using effectiveInSyncReplicaIds, see explanation
above
Review comment:
Fix comment to refer to correct variable
----------------------------------------------------------------
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]