You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Yan Xue (Jira)" <ji...@apache.org> on 2022/09/15 00:29:00 UTC

[jira] [Created] (KAFKA-14234) /admin/delete_topics is not in the list of zookeeper watchers

Yan Xue created KAFKA-14234:
-------------------------------

             Summary: /admin/delete_topics is not in the list of zookeeper watchers
                 Key: KAFKA-14234
                 URL: https://issues.apache.org/jira/browse/KAFKA-14234
             Project: Kafka
          Issue Type: Bug
          Components: controller
    Affects Versions: 3.2.1
            Reporter: Yan Xue


I deployed the Kafka cluster on Kuberentes and am trying to figure out how topic deletion works. I know Kafka controller has the topic deletion manager which watches the node change in the zookeeper. Whenever a topic is deleted, the manager is triggered. I expected to see that the {{/admin/delete_topics}} is in the watcher list. However, I didn't find it. Sample output:

root@kafka-broker-2:/opt/kafka# echo wchc | nc ZOOKEEPER_IP 2181
0x200100211390000
    /admin/preferred_replica_election
    /brokers/ids/0
    /brokers/ids/1
    /brokers/ids/2
    /brokers/topics/__consumer_offsets
    /brokers/ids/3
    /brokers/ids/4
    /controller
    /admin/reassign_partitions
    /brokers/topics/test-test
    /feature
0x200100211390001
    /controller
    /feature
0x1631f90000
    /controller
    /feature



--
This message was sent by Atlassian Jira
(v8.20.10#820010)