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 2020/03/25 05:17:25 UTC

[kafka] branch trunk updated (e1cbefe -> ef1cd34)

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 e1cbefe  HOTFIX: fix log message in version probing system test (#8341)
     add ef1cd34  KAFKA-9752; New member timeout can leave group rebalance stuck (#8339)

No new revisions were added by this update.

Summary of changes:
 .../kafka/coordinator/group/DelayedHeartbeat.scala |   5 +-
 .../kafka/coordinator/group/GroupCoordinator.scala |  37 +++----
 .../kafka/coordinator/group/MemberMetadata.scala   |  20 ++--
 .../coordinator/group/GroupCoordinatorTest.scala   | 111 +++++++++++++++++++--
 4 files changed, 135 insertions(+), 38 deletions(-)