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/01/11 04:22:34 UTC

[kafka] branch trunk updated (be4f50e -> 36805b8)

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 be4f50e  MINOR: JavaDoc cleanup (#7873)
     add 36805b8  MINOR: Remove `updatePartitionReplicaAssignment` from `ControllerContext` (#7924)

No new revisions were added by this update.

Summary of changes:
 .../scala/kafka/controller/ControllerContext.scala | 59 ++++++++--------------
 .../scala/kafka/controller/KafkaController.scala   | 22 ++++----
 .../kafka/controller/ReplicaStateMachine.scala     | 15 ++++--
 .../controller/ControllerChannelManagerTest.scala  |  2 +-
 .../kafka/controller/ControllerContextTest.scala   | 46 ++---------------
 .../controller/PartitionStateMachineTest.scala     | 28 ++++++----
 .../kafka/controller/ReplicaStateMachineTest.scala | 18 +++----
 .../controller/TopicDeletionManagerTest.scala      |  2 +-
 8 files changed, 77 insertions(+), 115 deletions(-)