Description
When deleting a topic, we see spurious ERROR logs from kafka.zk.migration.ZkConfigMigrationClient:
Did not delete ConfigResource(type=TOPIC, name='xxx') since the node did not exist.
This seems to happen because ZkTopicMigrationClient#deleteTopic is deleting the topic, partitions, and config ZNodes in one shot. Subsequent calls from KRaftMigrationZkWriter to delete the config encounter a NO_NODE since the ZNode is already gone.
Attachments
Issue Links
- links to