maoling opened a new pull request #2381:
URL: https://github.com/apache/bookkeeper/pull/2381


   - When` latency.size` is  is more than `20,000,000`(e.g, `25000000`),
   `(size * percentile) / 100` will be a negative number due to Integer 
overflow and the latency will be wrong.
   - For example: `size `= 25000000, `percentile `= 99, `sampleSize `= -18199672


----------------------------------------------------------------
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:
[email protected]


Reply via email to