Hey folks, I'm quite confused here. I have a random partition that has 4 replications instead of 3. I don't have a clue how to fix it or what the ramifications of this are either. There are no repartitioning happening or reassignments or anything at all. This looks like the metadata is just wrong. That node 38 id on that partition shouldn't have existed at all. Can somebody tell me what's going on here? Do I have to worry? How do I fix it? What do I need to worry about with the inconsistency here? How will stores be affected? Etc? This is on a kafka 3.6.2 cluster using kraft servers.
bash-4.2# KAFKA_HEAP_OPTS="-Xms64m -Xmx200m" /opt/kafka/bin/kafka-topics.sh --bootstrap-server broker16:9092 --describe --topic iris.insight Topic: iris.insight TopicId: b-QgeEnGRmKc1Dfutxq4XQ PartitionCount: 15 ReplicationFactor: 3 Configs: segment.bytes=1073741824,retention.ms=604800000 Topic: iris.insight Partition: 0 Leader: 28 Replicas: 28,29,30 Isr: 28,30,29 Topic: iris.insight Partition: 1 Leader: 31 Replicas: 31,32,33 Isr: 31,33,32 Topic: iris.insight Partition: 2 Leader: 34 Replicas: 34,11,12 Isr: 11,12,34 Topic: iris.insight Partition: 3 Leader: 13 Replicas: 13,14,15 Isr: 13,14,15 Topic: iris.insight Partition: 4 Leader: 16 Replicas: 16,17,18 Isr: 17,16,18 Topic: iris.insight Partition: 5 Leader: 19 Replicas: 19,20,21 Isr: 19,20,21 Topic: iris.insight Partition: 6 Leader: 22 Replicas: 22,23,24,38 Isr: 24,22,23,38 Topic: iris.insight Partition: 7 Leader: 25 Replicas: 25,26,27 Isr: 25,27,26 Topic: iris.insight Partition: 8 Leader: 32 Replicas: 32,17,23 Isr: 17,32,23 Topic: iris.insight Partition: 9 Leader: 37 Replicas: 37,38,39 Isr: 37,38,39 Topic: iris.insight Partition: 10 Leader: 38 Replicas: 38,39,40 Isr: 38,39,40 Topic: iris.insight Partition: 11 Leader: 39 Replicas: 39,40,11 Isr: 39,40,11 Topic: iris.insight Partition: 12 Leader: 40 Replicas: 40,11,12 Isr: 40,11,12 Topic: iris.insight Partition: 13 Leader: 11 Replicas: 11,12,13 Isr: 11,12,13 Topic: iris.insight Partition: 14 Leader: 12 Replicas: 12,13,14 Isr: 12,13,14 bash-4.2# KAFKA_HEAP_OPTS="-Xms64m -Xmx200m" /opt/kafka/bin/kafka-reassign-partitions.sh --bootstrap-server broker16:9092 --list No partition reassignments found.