AndrewJSchofield opened a new pull request, #22268:
URL: https://github.com/apache/kafka/pull/22268

   ShareConsumerRackAwareTest is very slightly flaky. This is caused by the 
fact that the assignor it uses is very particular about the combination of 
members, assigned partitions and rack IDs. Because the assignment can be 
performed at unpredictable points during the test, it is possible that the set 
of members is incomplete when the assignment is calculated. If any of the racks 
has no members, the assignor throws an exception and the test then fails.
   
   The PR makes the assignor tolerant of when there are no members for a rack, 
just picking a random member to assign.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to