Justine Olshan created KAFKA-12332:
--------------------------------------
Summary: Ignore LISR requests from topics with invalid IDs.
Key: KAFKA-12332
URL: https://issues.apache.org/jira/browse/KAFKA-12332
Project: Kafka
Issue Type: Bug
Reporter: Justine Olshan
Assignee: Justine Olshan
In a situation where topics are deleted and recreated in a short amount of
time, LeaderAndIsr requests can contain topics with invalid IDs, but correct
epochs. In this case, we will incorrectly handle the request and simply log an
error message on the broker. It will be more useful to not handle the request
for the partition with an invalid ID and send and error back to the controller.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)