You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by jg...@apache.org on 2019/11/18 23:35:15 UTC

[kafka] branch 2.4 updated (28af3e3 -> 876eada)

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

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


    from 28af3e3  KAFKA-9200: ListOffsetRequest missing error response for v5 (#7704)
     add 4c277b6  MINOR: Fetch only from leader should be respected in purgatory (#7650)
     add 876eada  KAFKA-9198; Complete purgatory operations on receiving StopReplica (#7701)

No new revisions were added by this update.

Summary of changes:
 .../src/main/scala/kafka/server/DelayedFetch.scala |   7 +-
 .../main/scala/kafka/server/DelayedProduce.scala   |  17 +-
 .../main/scala/kafka/server/ReplicaManager.scala   |  37 ++-
 .../unit/kafka/server/ReplicaManagerTest.scala     | 364 ++++++++++++++++-----
 4 files changed, 326 insertions(+), 99 deletions(-)