[ https://issues.apache.org/jira/browse/KAFKA-12367?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Jason Gustafson resolved KAFKA-12367. ------------------------------------- Resolution: Fixed > RaftReplicaManager needs to propagate isr version to Partition > -------------------------------------------------------------- > > Key: KAFKA-12367 > URL: https://issues.apache.org/jira/browse/KAFKA-12367 > Project: Kafka > Issue Type: Bug > Reporter: Jason Gustafson > Assignee: Jason Gustafson > Priority: Blocker > Labels: kip-500 > Fix For: 2.8.0 > > > The quorum controller verifies the isr version from the `AlterIsr` request. > If it does not match, then `INVALID_UPDATE_VERSION` is returned. At the > moment, this prevents the leader from being able to shrink or expand the ISR > since the version does not get propagated in > `RaftReplicaChangeDelegate.makeLeaders`. -- This message was sent by Atlassian Jira (v8.3.4#803005)