You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by ju...@apache.org on 2020/10/09 21:26:13 UTC

[kafka] branch trunk updated (46e48d7 -> 24290de)

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

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


    from 46e48d7  MINOR: Implement ApiError#equals and hashCode (#9390)
     add 24290de  KAFKA-9393: DeleteRecords may cause extreme lock contention for large partition directories (#7929)

No new revisions were added by this update.

Summary of changes:
 core/src/main/scala/kafka/log/Log.scala            |  55 ++-----
 core/src/main/scala/kafka/log/LogManager.scala     |  32 ++--
 .../scala/kafka/log/ProducerStateManager.scala     | 177 +++++++++++++++------
 .../test/scala/unit/kafka/log/LogManagerTest.scala |  12 +-
 core/src/test/scala/unit/kafka/log/LogTest.scala   | 168 ++++++++++++++++---
 .../unit/kafka/log/ProducerStateManagerTest.scala  |  34 ++++
 6 files changed, 344 insertions(+), 134 deletions(-)