You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by ij...@apache.org on 2020/04/29 21:33:39 UTC

[kafka] branch trunk updated (688f2e9 -> 7edbff3)

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

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


    from 688f2e9  KAFKA-9925: decorate pseudo-topics with app id (#8574)
     add 7edbff3  KAFKA-9932: Don't load configs from ZK when the log has already been loaded (#8582)

No new revisions were added by this update.

Summary of changes:
 core/src/main/scala/kafka/cluster/Partition.scala  | 12 +++++++----
 core/src/main/scala/kafka/log/LogManager.scala     | 16 ++++++++-------
 .../scala/unit/kafka/cluster/PartitionTest.scala   | 24 +++++++++++-----------
 .../test/scala/unit/kafka/log/LogManagerTest.scala | 24 +++++++++++-----------
 .../server/HighwatermarkPersistenceTest.scala      |  6 +++---
 .../scala/unit/kafka/server/LogOffsetTest.scala    |  4 ++--
 .../unit/kafka/server/ReplicaManagerTest.scala     |  8 ++++----
 7 files changed, 50 insertions(+), 44 deletions(-)