hachikuji commented on code in PR #12138:
URL: https://github.com/apache/kafka/pull/12138#discussion_r875265491
##########
core/src/main/scala/kafka/cluster/Partition.scala:
##########
@@ -673,7 +675,8 @@ class Partition(val topicPartition: TopicPartition,
updateAssignmentAndIsr(
assignment =
partitionState.replicas.asScala.iterator.map(_.toInt).toSeq,
- isr = Set.empty[Int],
+ followers = Seq.empty,
+ isr = Set.empty,
Review Comment:
Yeah, I think we should be propagating changes in the zk path as well, but
that's a separate concern. I agree to leave it unchanged here in any case.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]