Skip to content

Fixed issue in backoff builder configuration#3984

Merged
sijie merged 1 commit intoapache:masterfrom
merlimat:master
Apr 9, 2019
Merged

Fixed issue in backoff builder configuration#3984
sijie merged 1 commit intoapache:masterfrom
merlimat:master

Conversation

@merlimat
Copy link
Contributor

@merlimat merlimat commented Apr 5, 2019

Motivation

In #3848 there was a mismatch of the values when converting from constructor to builder. The values for setMandatoryStop() and setMax() were inverted.

That makes a client to keep reconnecting every 100 millis, instead of doing the expected backoff.

@merlimat merlimat added the type/bug The PR fixed a bug or issue reported a bug label Apr 5, 2019
@merlimat merlimat added this to the 2.4.0 milestone Apr 5, 2019
@merlimat merlimat self-assigned this Apr 5, 2019
@merlimat
Copy link
Contributor Author

merlimat commented Apr 5, 2019

run java8 tests
run integration tests

@jerrypeng
Copy link
Contributor

rerun java8 tests
rerun integration tests

@merlimat merlimat force-pushed the master branch 2 times, most recently from a0c7708 to 6b32ae2 Compare April 8, 2019 20:02
@merlimat
Copy link
Contributor Author

merlimat commented Apr 8, 2019

run integration tests

@sijie sijie merged commit 6bce00b into apache:master Apr 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type/bug The PR fixed a bug or issue reported a bug

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants