You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by cm...@apache.org on 2021/02/25 22:19:23 UTC

[kafka] branch trunk updated (bd04f75 -> a8eda3c)

This is an automated email from the ASF dual-hosted git repository.

cmccabe pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/kafka.git.


    from bd04f75  MINOR: fix syntax error in upgrade_test.py (#10210)
     add a8eda3c  KAFKA-12367; Ensure partition epoch is propagated to `Partition` state (#10200)

No new revisions were added by this update.

Summary of changes:
 core/src/main/scala/kafka/cluster/Partition.scala  |   2 +-
 .../kafka/server/metadata/MetadataPartitions.scala |  12 +-
 .../server/metadata/MetadataPartitionsTest.scala   |  54 ++++-
 .../server/RaftReplicaChangeDelegateTest.scala     | 146 +++++++++++++
 .../org/apache/kafka/controller/BrokersToIsrs.java |  18 +-
 .../controller/ReplicationControlManager.java      |  57 +++--
 .../apache/kafka/controller/BrokersToIsrsTest.java |  36 ++--
 .../kafka/controller/QuorumControllerTest.java     |   8 +-
 .../controller/ReplicationControlManagerTest.java  | 232 +++++++++++++++++++--
 9 files changed, 479 insertions(+), 86 deletions(-)
 create mode 100644 core/src/test/scala/unit/kafka/server/RaftReplicaChangeDelegateTest.scala