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

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


    from 57b098c397c KAFKA-17584: Fix incorrect synonym handling for dynamic 
log configurations (#17258)
     new c2c2dd424b2 KAFKA-16963: Ducktape test for KIP-853 (#17081)
     new 89cb632acd3 KAFKA-17608, KAFKA-17604, KAFKA-16963; KRaft controller 
crashes when active controller is removed (#17146)

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../kafka/controller/OffsetControlManager.java     |   4 +
 .../apache/kafka/controller/QuorumController.java  |   8 +-
 .../org/apache/kafka/raft/KafkaRaftClient.java     |   2 +-
 .../java/org/apache/kafka/raft/LeaderState.java    |  11 +-
 tests/kafkatest/services/kafka/config_property.py  |   4 +
 tests/kafkatest/services/kafka/kafka.py            | 153 ++++++++++++---
 .../services/kafka/templates/kafka.properties      |   6 +-
 .../tests/core/quorum_reconfiguration_test.py      | 205 +++++++++++++++++++++
 8 files changed, 361 insertions(+), 32 deletions(-)
 create mode 100644 tests/kafkatest/tests/core/quorum_reconfiguration_test.py

Reply via email to