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

[kafka] branch trunk updated (eae5ae3 -> 1e92b70)

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

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


    from eae5ae3  KAFKA-7080 and KAFKA-7222: Cleanup overlapping KIP changes Part 2
     add 1e92b70  MINOR: Ensure initial topic configs and updates are logged

No new revisions were added by this update.

Summary of changes:
 core/src/main/scala/kafka/admin/TopicCommand.scala |  2 +-
 .../src/main/scala/kafka/server/AdminManager.scala | 12 +--
 core/src/main/scala/kafka/zk/AdminZkClient.scala   | 86 +++++++++-------------
 .../PreferredReplicaElectionCommandTest.scala      |  4 +-
 .../admin/ReassignPartitionsCommandTest.scala      |  2 +-
 .../controller/ControllerIntegrationTest.scala     |  2 +-
 .../integration/UncleanLeaderElectionTest.scala    |  2 +-
 .../test/scala/unit/kafka/utils/TestUtils.scala    |  4 +-
 .../scala/unit/kafka/zk/AdminZkClientTest.scala    | 15 ++--
 9 files changed, 58 insertions(+), 71 deletions(-)