You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Jason Gustafson (JIRA)" <ji...@apache.org> on 2019/04/15 20:47:00 UTC

[jira] [Created] (KAFKA-8237) Untangle TopicDeletionManager and add test cases

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)