JieFang.He created KAFKA-18821:
----------------------------------
Summary: There seems to be a problem with the partition replica
synchronization mechanism for empty data
Key: KAFKA-18821
URL: https://issues.apache.org/jira/browse/KAFKA-18821
Project: Kafka
Issue Type: Bug
Affects Versions: 2.8.1
Reporter: JieFang.He
Attachments: 2025-02-18_20-32.png, 2025-02-18_20-40.png
There seems to be a problem with the partition replica synchronization
mechanism for empty data. I have encountered this situation many times. When
created a topic with more than 1 replica, but write no data to this topic. Then
restarted a node in the kafka cluster, and the replica on this node could
never enter the ISR list.
use kafka-topics.sh --bootstrap-server --describe get the node not in ISR
!2025-02-18_20-32.png!
The Topic partition has no data
!2025-02-18_20-40.png!
--
This message was sent by Atlassian Jira
(v8.20.10#820010)