[PR #532] [MERGED] SolverRemote: Exclude remote servers with open circuits. #526 #561

Closed
opened 2026-02-26 04:35:38 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/mageddo/dns-proxy-server/pull/532
Author: @mageddo
Created: 8/1/2024
Status: Merged
Merged: 8/1/2024
Merged by: @mageddo

Base: masterHead: feat/526-4


📝 Commits (6)

  • 991a2f2 release notes
  • 5e322b8 [Gradle Release Plugin] - new version commit: '3.25.8-snapshot'.
  • a145057 implementing and adjusting test to the new behavior
  • e0ec341 testing circuit status refresh
  • 179a6c8 refactoring names
  • f121ec0 fixing scenario

📊 Changes

11 files changed (+121 additions, -11 deletions)

View changed files

📝 RELEASE-NOTES.md (+3 -0)
📝 gradle.properties (+1 -1)
src/main/java/com/mageddo/circuitbreaker/failsafe/CircuitStatusRefresh.java (+21 -0)
📝 src/main/java/com/mageddo/dnsproxyserver/solver/remote/application/CircuitBreakerNonResilientService.java (+1 -1)
📝 src/main/java/com/mageddo/dnsproxyserver/solver/remote/application/CircuitBreakerService.java (+1 -1)
📝 src/main/java/com/mageddo/dnsproxyserver/solver/remote/application/ResolverStatsFactory.java (+2 -1)
📝 src/main/java/com/mageddo/dnsproxyserver/solver/remote/application/failsafe/CircuitBreakerFactory.java (+6 -2)
📝 src/main/java/com/mageddo/dnsproxyserver/solver/remote/application/failsafe/CircuitBreakerFailSafeService.java (+2 -2)
src/test/java/com/mageddo/circuitbreaker/failsafe/CircuitStatusRefreshTest.java (+64 -0)
📝 src/test/java/com/mageddo/dnsproxyserver/solver/remote/application/ResolverStatsFactoryTest.java (+3 -3)
📝 src/test/java/testing/templates/solver/remote/FailSafeCircuitBreakerTemplates.java (+17 -0)

📄 Description

Relates to #526


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/mageddo/dns-proxy-server/pull/532 **Author:** [@mageddo](https://github.com/mageddo) **Created:** 8/1/2024 **Status:** ✅ Merged **Merged:** 8/1/2024 **Merged by:** [@mageddo](https://github.com/mageddo) **Base:** `master` ← **Head:** `feat/526-4` --- ### 📝 Commits (6) - [`991a2f2`](https://github.com/mageddo/dns-proxy-server/commit/991a2f26efd29b15e7d56009b255f3bac8818657) release notes - [`5e322b8`](https://github.com/mageddo/dns-proxy-server/commit/5e322b80349baa0364353d7f33fcc9c692db9b73) [Gradle Release Plugin] - new version commit: '3.25.8-snapshot'. - [`a145057`](https://github.com/mageddo/dns-proxy-server/commit/a145057571cc97ebbd81f39a2c6e1a726cda6ef9) implementing and adjusting test to the new behavior - [`e0ec341`](https://github.com/mageddo/dns-proxy-server/commit/e0ec341ab3b02b9688eea27bb73588f6b7955b57) testing circuit status refresh - [`179a6c8`](https://github.com/mageddo/dns-proxy-server/commit/179a6c8848e0dd1fa19c33654e40c7e9d1d7ca2a) refactoring names - [`f121ec0`](https://github.com/mageddo/dns-proxy-server/commit/f121ec0bf87b1e2bd3cbbdc2594416c1da3df189) fixing scenario ### 📊 Changes **11 files changed** (+121 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `RELEASE-NOTES.md` (+3 -0) 📝 `gradle.properties` (+1 -1) ➕ `src/main/java/com/mageddo/circuitbreaker/failsafe/CircuitStatusRefresh.java` (+21 -0) 📝 `src/main/java/com/mageddo/dnsproxyserver/solver/remote/application/CircuitBreakerNonResilientService.java` (+1 -1) 📝 `src/main/java/com/mageddo/dnsproxyserver/solver/remote/application/CircuitBreakerService.java` (+1 -1) 📝 `src/main/java/com/mageddo/dnsproxyserver/solver/remote/application/ResolverStatsFactory.java` (+2 -1) 📝 `src/main/java/com/mageddo/dnsproxyserver/solver/remote/application/failsafe/CircuitBreakerFactory.java` (+6 -2) 📝 `src/main/java/com/mageddo/dnsproxyserver/solver/remote/application/failsafe/CircuitBreakerFailSafeService.java` (+2 -2) ➕ `src/test/java/com/mageddo/circuitbreaker/failsafe/CircuitStatusRefreshTest.java` (+64 -0) 📝 `src/test/java/com/mageddo/dnsproxyserver/solver/remote/application/ResolverStatsFactoryTest.java` (+3 -3) 📝 `src/test/java/testing/templates/solver/remote/FailSafeCircuitBreakerTemplates.java` (+17 -0) </details> ### 📄 Description Relates to #526 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 04:35:38 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/dns-proxy-server-mageddo#561
No description provided.