You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by ma...@apache.org on 2020/02/26 05:26:39 UTC

[kafka] branch trunk updated (c178494 -> 922a95a)

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

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


    from c178494  HOTFIX: compile error in EmbeddedKafkaCluster (#8170)
     add 922a95a  KAFKA-9594: Add a separate lock to pause the follower log append while checking if the log dir could be replaced.

No new revisions were added by this update.

Summary of changes:
 core/src/main/scala/kafka/cluster/Partition.scala  |  75 +++++-----
 .../scala/unit/kafka/cluster/PartitionTest.scala   |  77 +++++++++-
 ...rk.java => PartitionMakeFollowerBenchmark.java} | 159 ++++++++++-----------
 3 files changed, 195 insertions(+), 116 deletions(-)
 copy jmh-benchmarks/src/main/java/org/apache/kafka/jmh/partition/{UpdateFollowerFetchStateBenchmark.java => PartitionMakeFollowerBenchmark.java} (57%)