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 2019/11/13 05:22:10 UTC

[kafka] branch trunk updated (9a125a7 -> 1675115)

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 9a125a7  KAFKA-9011: Scala bindings for flatTransform and flatTransformValues in KStream (#7520)
     add 1675115  MINOR: refactor replica last sent HW updates due to performance regression (#7671)

No new revisions were added by this update.

Summary of changes:
 core/src/main/scala/kafka/cluster/Partition.scala  | 11 ++++----
 core/src/main/scala/kafka/cluster/Replica.scala    |  6 +++--
 .../main/scala/kafka/server/ReplicaManager.scala   | 30 +++++-----------------
 .../kafka/server/DelayedFetchTest.scala            |  3 +--
 .../scala/unit/kafka/cluster/PartitionTest.scala   | 30 ++++++++++++++--------
 .../unit/kafka/server/IsrExpirationTest.scala      | 20 ++++++++++-----
 .../scala/unit/kafka/server/SimpleFetchTest.scala  |  3 ++-
 .../UpdateFollowerFetchStateBenchmark.java         |  8 +++---
 8 files changed, 57 insertions(+), 54 deletions(-)