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 2023/04/11 22:02:47 UTC

[kafka] branch trunk updated (e49a5a265fd -> f1f35ef1a87)

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 e49a5a265fd KAFKA-14783 (KIP-875): New STOPPED state for connectors (#13424)
     add f1f35ef1a87 KAFKA-14894: MetadataLoader must call finishSnapshot after loading a snapshot (#13541)

No new revisions were added by this update.

Summary of changes:
 .../apache/kafka/image/loader/MetadataLoader.java  |  6 ++-
 .../apache/kafka/image/writer/ImageReWriter.java   |  1 +
 .../kafka/image/loader/MetadataLoaderTest.java     | 48 ++++++++++++++++++++++
 .../kafka/image/writer/ImageReWriterTest.java      | 30 ++++++++++++++
 4 files changed, 84 insertions(+), 1 deletion(-)