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 2021/08/10 19:07:43 UTC

[kafka] branch trunk updated (a5daae2 -> 0837fba)

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

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


    from a5daae2  KAFKA-13155; Fix concurrent modification in consumer shutdown (#11164)
     add 0837fba  KAFKA-13161; Update replica partition state and replica fetcher state on follower update (#11189)

No new revisions were added by this update.

Summary of changes:
 .../main/scala/kafka/server/DelayedProduce.scala   |  13 +-
 .../main/scala/kafka/server/ReplicaManager.scala   |  53 +-
 .../unit/kafka/server/ReplicaManagerTest.scala     | 736 +++++++++++++++------
 .../org/apache/kafka/image/ClusterImageTest.java   |   2 +-
 4 files changed, 568 insertions(+), 236 deletions(-)