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/15 16:25:09 UTC

[kafka] branch trunk updated (7da1302 -> 4ac2ad3)

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 7da1302  MINOR: avoid autoboxing in FetchRequest.PartitionData.equals
     add 4ac2ad3  MINOR: Eliminate unnecessary partition lookups (#8484)

No new revisions were added by this update.

Summary of changes:
 core/src/main/scala/kafka/server/DelayedFetch.scala    |  4 ++--
 core/src/main/scala/kafka/server/ReplicaManager.scala  | 18 ++++++++----------
 .../unit/kafka/server/ReplicaManagerQuotasTest.scala   |  2 +-
 .../scala/unit/kafka/server/ReplicaManagerTest.scala   |  4 +---
 4 files changed, 12 insertions(+), 16 deletions(-)