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/10/12 19:38:05 UTC

[kafka] branch trunk updated (0a93d2b -> aba9036)

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 0a93d2b  KAFKA-10574: Fix infinite loop in Values::parseString (#9375)
     add aba9036  KAFKA-10143; Improve test coverage for throttle changes during reassignment (#8891)

No new revisions were added by this update.

Summary of changes:
 .../kafka/admin/ReassignPartitionsCommand.scala    | 232 +++++++++++---------
 .../scala/kafka/controller/KafkaController.scala   |   2 +-
 .../admin/ReassignPartitionsIntegrationTest.scala  | 243 ++++++++++++++-------
 .../kafka/admin/ReassignPartitionsUnitTest.scala   |  32 ++-
 .../kafka/controller/ControllerContextTest.scala   |  14 ++
 5 files changed, 333 insertions(+), 190 deletions(-)