You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by mi...@apache.org on 2022/06/14 12:20:42 UTC

[kafka] branch trunk updated (f83d95d9a2 -> 4fcfd9ddc4)

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

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


    from f83d95d9a2 KAFKA-13916; Fenced replicas should not be allowed to join the ISR in KRaft (KIP-841, Part 2) (#12181)
     add 4fcfd9ddc4 KAFKA-13958: Expose logdirs total/usable space via Kafka API (KIP-827) (#12248)

No new revisions were added by this update.

Summary of changes:
 .../kafka/clients/admin/KafkaAdminClient.java      |  6 +-
 .../kafka/clients/admin/LogDirDescription.java     | 28 +++++++++
 .../common/requests/DescribeLogDirsResponse.java   |  1 +
 .../common/message/DescribeLogDirsRequest.json     |  3 +-
 .../common/message/DescribeLogDirsResponse.json    | 11 +++-
 .../kafka/clients/admin/KafkaAdminClientTest.java  | 70 ++++++++++++++++++++++
 .../main/scala/kafka/server/ReplicaManager.scala   | 16 ++++-
 .../kafka/api/PlaintextAdminIntegrationTest.scala  |  2 +
 .../kafka/server/DescribeLogDirsRequestTest.scala  |  4 ++
 .../unit/kafka/server/ReplicaManagerTest.scala     | 33 +++++++++-
 10 files changed, 167 insertions(+), 7 deletions(-)