allegro / allegro/consul-recipes
BackoffRunner can overflow
Aberta
- Linguagem predominante
- Java
- Estrelas
- 12
- Forks
- 2
- Métricas de merge de PRs
- Nenhum PR com merge em 30d
Descrição
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.
Guia de contribuição
Nenhum guia de contribuição indexado para este repositório
Avaliação
Esta issue ainda não foi avaliada.