hangc0276 opened a new pull request #3100:
URL: https://github.com/apache/bookkeeper/pull/3100


   ### Motivation
   Current bkperf message rate limit use `int` to store the rate value, 
however, max rate will be limit by `MAX_INTEGER` value to 2GB. We'd better use 
long to support higher message rate limiter.
   
   ### Changes
   
   Use `long` instead of `int` to store the message rate limit value.
   
   


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