Skip to content

Commit

Permalink
updating
Browse files Browse the repository at this point in the history
  • Loading branch information
mageddo committed Jul 31, 2024
1 parent 0daeb03 commit bbb7614
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
## 3.25.4
* Changed CircuitBreaker Ping use UDP instead of TCP #526
* When Circuit Breaker transitioning to Half Open it should not clear the cache as it is only being checked to migrate to a new status

## 3.25.3
* Resources utilization optimization by disabling connection check at every query #524
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ CircuitBreaker<Result> buildCircuitBreaker(
.withDelay(config.getTestDelay())
.onClose(build("CLOSED", address))
.onOpen(build("OPEN", address))
.onHalfOpen(build("HALF_OPEN", address))
.build();
}

Expand Down

0 comments on commit bbb7614

Please sign in to comment.