Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Duplicate
-
0.10.2.0
-
None
-
None
-
OS X
Description
There is no indication as to why the delete request fails. Perhaps an error code?
This can be reproduced with the following steps:
1. Start ZK and 1 broker (with default delete.topic.enable=false)
2. Create a topic test
bin/kafka-topics.sh --zookeeper localhost:2181 \ --create --topic test --partition 1 --replication-factor 1
3. Delete topic by sending a DeleteTopicsRequest
4. An error is returned
org.apache.kafka.common.errors.DisconnectException
or
java.lang.IllegalStateException: Attempt to retrieve exception from future which hasn't failed at org.apache.kafka.clients.consumer.internals.RequestFuture.exception(RequestFuture.java:99) at io.confluent.adminclient.KafkaAdminClient.send(KafkaAdminClient.java:195) at io.confluent.adminclient.KafkaAdminClient.deleteTopic(KafkaAdminClient.java:152)
Attachments
Attachments
Issue Links
- is duplicated by
-
KAFKA-5975 No response when deleting topics and delete.topic.enable=false
- Resolved
- links to
- mentioned in
-
Page Loading...