You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by cm...@apache.org on 2021/03/19 16:57:24 UTC

[kafka] branch trunk updated (f49053b -> d9bb2ef)

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

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


    from f49053b  MINOR: Remove inexistent parameter in doc of `LogManager#getOrCreateLog` (#10359)
     add d9bb2ef  MINOR: The new KIP-500 code should treat cluster ID as a string (#10357)

No new revisions were added by this update.

Summary of changes:
 .../common/message/BrokerRegistrationRequest.json  |  2 +-
 .../kafka/common/requests/RequestResponseTest.java |  2 +-
 .../kafka/server/BrokerLifecycleManager.scala      |  6 +--
 .../kafka/server/BrokerMetadataCheckpoint.scala    | 17 ++-------
 core/src/main/scala/kafka/tools/StorageTool.scala  |  2 +-
 .../main/scala/kafka/tools/TestRaftServer.scala    |  2 +-
 .../server/BrokerMetadataCheckpointTest.scala      | 44 +++++++++++-----------
 .../kafka/server/BrokerLifecycleManagerTest.scala  |  4 +-
 .../unit/kafka/server/ControllerApisTest.scala     |  2 +-
 .../unit/kafka/server/KafkaRaftServerTest.scala    | 16 ++++----
 .../scala/unit/kafka/tools/StorageToolTest.scala   |  3 +-
 .../kafka/controller/QuorumControllerTest.java     |  2 +-
 12 files changed, 44 insertions(+), 58 deletions(-)