You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by vv...@apache.org on 2020/10/19 18:30:47 UTC

[kafka] branch trunk updated (aef6cd6 -> 4d14d6a)

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

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


    from aef6cd6  KAFKA-9274: Add timeout handling for state restore and StandbyTasks (#9368)
     add 4d14d6a  KAFKA-10455: Ensure that probing rebalances always occur (#9383)

No new revisions were added by this update.

Summary of changes:
 .../internals/StreamsPartitionAssignor.java        | 12 +++++-
 .../internals/assignment/AssignmentInfo.java       |  2 +
 .../StreamsAssignmentProtocolVersions.java         |  2 +-
 .../internals/assignment/SubscriptionInfo.java     |  6 ++-
 .../common/message/SubscriptionInfoData.json       |  7 +++-
 ...ighAvailabilityTaskAssignorIntegrationTest.java |  4 +-
 ...ghAvailabilityStreamsPartitionAssignorTest.java |  2 +-
 .../internals/StreamsPartitionAssignorTest.java    | 35 +++++++++++++++--
 .../internals/assignment/AssignmentTestUtils.java  | 12 +++++-
 .../internals/assignment/SubscriptionInfoTest.java | 45 +++++++++++++++-------
 .../kafka/streams/tests/StreamsUpgradeTest.java    |  9 +++--
 11 files changed, 108 insertions(+), 28 deletions(-)