allegro / allegro/consul-recipes
BackoffRunner can overflow
オープン
- 主要言語
- Java
- スター
- 12
- フォーク
- 2
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
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.
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
評価
この issue はまだ評価されていません。