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/12/10 20:31:42 UTC

[kafka] branch trunk updated (0c01ab6 -> 454d63c)

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 0c01ab6  MINOR; Update merge script to work against Python3
     add 454d63c  KAFKA-13515: Fix KRaft config validation issues (#11577)

No new revisions were added by this update.

Summary of changes:
 checkstyle/suppressions.xml                        |   2 +-
 .../server/ControllerConfigurationValidator.scala  |  17 +-
 .../ControllerConfigurationValidatorTest.scala     |  41 +-
 .../kafka/server/DynamicConfigChangeTest.scala     | 424 +++++++++++++--------
 .../controller/ConfigurationControlManager.java    |  87 ++---
 .../apache/kafka/controller/QuorumController.java  |  48 ++-
 .../controller/ReplicationControlManager.java      |   7 +-
 .../ConfigurationControlManagerTest.java           |  76 ++--
 .../kafka/controller/QuorumControllerTest.java     |   6 +-
 9 files changed, 425 insertions(+), 283 deletions(-)