You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by rs...@apache.org on 2020/01/14 14:52:33 UTC

[kafka] branch trunk updated (6da70f9 -> d6ace7b)

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

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


    from 6da70f9  KAFKA-9346: Consumer back-off logic when fetching pending offsets (#7878)
     add d6ace7b  KAFKA-7538: Reduce lock contention for Partition ISR lock (#5866)

No new revisions were added by this update.

Summary of changes:
 core/src/main/scala/kafka/cluster/Partition.scala  |  56 +++-
 .../unit/kafka/cluster/PartitionLockTest.scala     | 291 +++++++++++++++++++++
 2 files changed, 335 insertions(+), 12 deletions(-)
 create mode 100644 core/src/test/scala/unit/kafka/cluster/PartitionLockTest.scala