MM2 do not replicate message from new broker #7965
Unanswered
SimonCardaire
asked this question in
Q&A
Replies: 1 comment
-
This sounds more like Kafka bug than a Strimzi bug. But without the logs it might be hard to track it. But TBH Strimzi 0.25 (which supported Kafka 2.7 and 2.8 IIRC) is quite old and MM2 was still quite new. So a lot improved since. I would suggest to first try if you have the same issue when upgrading. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I think I found a bug on mm2 for strimzi 0.25
MM2 do not mirror message when leader broker of the partition is a newly added broker in the source cluster
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I which all data are replicated from source cluster to target cluster. But when the new added broker is leader of a partition, the data in this partition are not replicated.
For example :
If I have 4 partition on my 4 broker with a replication factor of 3
Topic: foo Partition: 0 Leader: 0 Replicas: 1,2
Topic: foo Partition: 1 Leader: 1 Replicas: 0,2
Topic: foo Partition: 2 Leader: 2 Replicas: 1,3
Topic: foo Partition: 3 Leader: 3 Replicas: 1,2
The broker 0 1 and 2 are the initial brokers of my cluster and the broker 3 is the newly added broker. Broker 3 is added after the creation of the MM2.
All data in the Partition 3 are not replicated to the target cluster.
Is it a known issue?
Regards.
Beta Was this translation helpful? Give feedback.
All reactions