Jason Gustafson created KAFKA-8237: -------------------------------------- Summary: Untangle TopicDeletionManager and add test cases Key: KAFKA-8237 URL: https://issues.apache.org/jira/browse/KAFKA-8237 Project: Kafka Issue Type: Improvement Reporter: Jason Gustafson Assignee: Jason Gustafson
There are a few circular dependencies involving `TopicDeletionManager`. For example, both `PartitionStateMachine` and `ReplicaStateMachine` depend on `TopicDeletionManager` while it also depends on them. This makes testing difficult and so there are no unit tests. We should fix this. -- This message was sent by Atlassian JIRA (v7.6.3#76005)