lordcheng10 edited a comment on pull request #3061:
URL: https://github.com/apache/bookkeeper/pull/3061#issuecomment-1046241891


   Since here we use bucket = (bucket + 4) & (table.length - 1) instead of 
(bucket + 4) % (table.length - 1) , expandFactor and shrinkFactor must be 
multiples of 2,like: 2,4, 5,8,10,...
   do you have any idea about this ?@merlimat @eolivelli 


-- 
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: issues-unsubscr...@bookkeeper.apache.org

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


Reply via email to