You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by js...@apache.org on 2022/03/15 19:53:06 UTC

[kafka] branch trunk updated (76d287c -> bda5c34)

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

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


    from 76d287c  KAFKA-13727; Preserve txn markers after partial segment cleaning (#11891)
     add bda5c34  MINOR: refactor how ConfigurationControl checks for resource existence (#11835)

No new revisions were added by this update.

Summary of changes:
 .../controller/ConfigurationControlManager.java    | 27 ++++----
 .../apache/kafka/controller/QuorumController.java  | 10 ++-
 .../controller/ReplicationControlManager.java      |  3 +-
 .../ConfigurationControlManagerTest.java           | 81 ++++++++++++++++------
 .../controller/ReplicationControlManagerTest.java  |  8 ++-
 5 files changed, 88 insertions(+), 41 deletions(-)