This repository has been archived by the owner on Nov 29, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 29
Canary topic seen to ignore rack awareness - 6 brokers cluster across 3 AZs #190
Milestone
Comments
k-wall
added a commit
to k-wall/strimzi-canary
that referenced
this issue
Jun 13, 2022
…trimzi#190) Signed-off-by: kwall <kwall@apache.org>
k-wall
added a commit
to k-wall/strimzi-canary
that referenced
this issue
Jun 13, 2022
…rimzi#190) Signed-off-by: kwall <kwall@apache.org>
k-wall
added a commit
to k-wall/strimzi-canary
that referenced
this issue
Jun 13, 2022
Signed-off-by: kwall <kwall@apache.org>
scholzj
pushed a commit
that referenced
this issue
Jun 15, 2022
* fix: have requestedassignment respect rack (#190) Signed-off-by: kwall <kwall@apache.org> * typo in test error message. Signed-off-by: kwall <kwall@apache.org> * describe algorithm to produce the rack alternated broker list Signed-off-by: kwall <kwall@apache.org>
ppatierno
added a commit
to ppatierno/strimzi-canary
that referenced
this issue
Jun 15, 2022
Signed-off-by: Paolo Patierno <ppatierno@live.com>
scholzj
pushed a commit
that referenced
this issue
Jun 15, 2022
Signed-off-by: Paolo Patierno <ppatierno@live.com>
melchiormoulin
pushed a commit
to melchiormoulin/strimzi-canary
that referenced
this issue
Jun 29, 2022
* fix: have requestedassignment respect rack (strimzi#190) Signed-off-by: kwall <kwall@apache.org> * typo in test error message. Signed-off-by: kwall <kwall@apache.org> * describe algorithm to produce the rack alternated broker list Signed-off-by: kwall <kwall@apache.org> Signed-off-by: Melchior Moulin <melchior.moulin@gmail.com>
melchiormoulin
pushed a commit
to melchiormoulin/strimzi-canary
that referenced
this issue
Jun 29, 2022
Signed-off-by: Paolo Patierno <ppatierno@live.com> Signed-off-by: Melchior Moulin <melchior.moulin@gmail.com>
Closed via #191 |
melchiormoulin
pushed a commit
to melchiormoulin/strimzi-canary
that referenced
this issue
Jul 3, 2022
* fix: have requestedassignment respect rack (strimzi#190) Signed-off-by: kwall <kwall@apache.org> * typo in test error message. Signed-off-by: kwall <kwall@apache.org> * describe algorithm to produce the rack alternated broker list Signed-off-by: kwall <kwall@apache.org> Signed-off-by: Melchior Moulin <melchior.moulin@gmail.com>
melchiormoulin
pushed a commit
to melchiormoulin/strimzi-canary
that referenced
this issue
Jul 3, 2022
Signed-off-by: Paolo Patierno <ppatierno@live.com> Signed-off-by: Melchior Moulin <melchior.moulin@gmail.com>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Testing canary 0.2.0 with a 6 broker kafka cluster deployed to kubernetes with nodes across three AZs, we noticed the canary topic partitions were not respecting the kafka rack awareness feature.
The partition assignment looked like this:
For instance partition 2 is on 2,3,4 but brokers 2 and 3 are both in AZ
1b
.oc logs kafka-instance-kafka-2 | grep -E ^broker.rack
broker.rack=us-east-1b
oc logs kafka-instance-kafka-3 | grep -E ^broker.rack
broker.rack=us-east-1b
The canary topic was created by the canary:
The brokers seem to have been up before that.
so I don't think this is to do with the canary coming up before some of the brokers.
The text was updated successfully, but these errors were encountered: