rreddy-22 commented on PR #13920:
URL: https://github.com/apache/kafka/pull/13920#issuecomment-1611886952

   > @flashmouse Thanks for the PR. It seems that this condition has been 
around for a while now. Did you observe a similar issue with version prior to 
3.5? I wonder what if changes introduced in 3.5 for the rack aware assignment 
made this worse than it used to be. I agree that we need to get to the bottom 
of this.
   
   The rack awareness changes introduce a whole iteration through all the 
potential consumers to check if any consumer has a matching rack and in the 
worst case scenario where no consumer with matching rack is found, the whole 
iteration happens all over again. Previously we would only iterate through the 
list once, so potentially the time could've doubled now.


-- 
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: jira-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to