cmccabe opened a new pull request #10334:
URL: https://github.com/apache/kafka/pull/10334


   The array backing BaseHashTable is intended to be sized as a power of
   two.  Due to a bug, the initial array size was calculated incorrectly
   in some cases.
   
   Also make the maximum array size the largest possible 31-bit power of
   two.  Previously it was a smaller size, but this was due to a typo.


----------------------------------------------------------------
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.

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


Reply via email to