xtern commented on a change in pull request #9833:
URL: https://github.com/apache/ignite/pull/9833#discussion_r818583315
##########
File path:
modules/core/src/main/java/org/apache/ignite/internal/util/BasicRateLimiter.java
##########
@@ -136,7 +143,7 @@ public void acquire(int permits) throws
IgniteInterruptedCheckedException {
* @param permits The number of permits.
* @return Time in microseconds to wait until the resource can be
acquired, never negative.
*/
- private long reserve(int permits) {
+ private long reserve(long permits) {
Review comment:
done
--
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]