GitHub user dieb opened a pull request:
https://github.com/apache/commons-lang/pull/309
Fix EventCountCircuitBreaker increment batch
Fixes #incrementAndCheckState(Integer increment) by passing the increment
downstream.
I wasn't very sure which additional tests should be added, open to
suggestions.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/dieb/commons-lang
dieb/fix-count-cb-bigger-increment
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/commons-lang/pull/309.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #309
----
commit f9a4bef179887b032c9338af42ea697f457d4e14
Author: Andre Dieb <[email protected]>
Date: 2017-11-22T18:44:23Z
Fix EventCountCircuitBreaker increment batch
Fixes #incrementAndCheckState(Integer increment) by passing the increment
downstream.
----
---