Unable To Delete Topic in Hadoop Kafka
(Doc ID 2114011.1)
Last updated on AUGUST 03, 2021
Applies to:
Big Data Appliance Integrated Software - Version 4.4.0 and laterLinux x86-64
Symptoms
Unable to delete a Kafka topic so that the replication factor for production can be changed. Found that could not be alter or delete the current topic.
The following output is seen:
[root@<HOSTNAME3> ~]# /opt/cloudera/parcels/KAFKA/bin/kafka-topics --zookeeper <HOSTNAME1>:2181,<HOSTNAME2>:2181,<HOSTNAME3>:2181 --delete --topic search
Topic search is marked for deletion.
Note: This will have no impact if delete.topic.enable is not set to true.
Topic search is marked for deletion.
Note: This will have no impact if delete.topic.enable is not set to true.
AND
[root@<HOSTNAME3> ~]# /opt/cloudera/parcels/KAFKA/bin/kafka-topics --zookeeper <HOSTNAME1>:2181,<HOSTNAME2>:2181,<HOSTNAME3>:2181 --list
search
search
The parameter delete.topic.enable is set to true also.
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Cause |
Solution |