Jason Gustafson created KAFKA-8283: -------------------------------------- Summary: Add additional test cases for the topic deletion state machine Key: KAFKA-8283 URL: https://issues.apache.org/jira/browse/KAFKA-8283 Project: Kafka Issue Type: Bug Reporter: Jason Gustafson Assignee: Jason Gustafson
KAFKA-8237 exposed a few transitions in the topic deletion state machine which seem unintentional. For example, when resuming deletion for a set of offline replicas, we currently do not immediately transition to ReplicaDeletionStarted; instead we await any active replica deletions to succeed. Additionally when completing deletion, replicas are transitioned to Offline. In addition to fixing these problems, we should add more testing to ensure that the state transitions we have today are valid. -- This message was sent by Atlassian JIRA (v7.6.3#76005)