allegro / allegro/consul-recipes
BackoffRunner can overflow
Đang mở
- Ngôn ngữ chính
- Java
- Star
- 12
- Fork
- 2
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
With big enough `initialBackoff` and `retry`, the `backoff` variable can be negative.
AC:
* `backoff` cannot be be negative. We should set the result of `initialBackoff << retry` to `Integer.MAX_INT` if it's negative.
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.