Skip to content

fix: using connection manager shared - #4883

Open
pablocarle wants to merge 4 commits into
v3.x.xfrom
reboot/fix/connection-evict-threads
Open

fix: using connection manager shared#4883
pablocarle wants to merge 4 commits into
v3.x.xfrom
reboot/fix/connection-evict-threads

Conversation

@pablocarle

@pablocarle pablocarle commented Aug 10, 2026

Copy link
Copy Markdown
Contributor

Description

#4383 fixed an issue with CLOSE_WAIT state connections but introduced a problem with evictor threads.
Each time the Eureka server requires a new connection (upon errors for example) it creates a new http client with its own eviction thread. These accumulate over time eventually leading to exhaust the z/OS thread limit.

Type of change

  • fix: Bug fix (non-breaking change which fixes an issue)

Checklist:

  • My code follows the style guidelines of this project
  • PR title conforms to commit message guideline ## Commit Message Structure Guideline
  • I have commented my code, particularly in hard-to-understand areas. In JS I did provide JSDoc
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • The java tests in the area I was working on leverage @nested annotations
  • Any dependent changes have been merged and published in downstream modules

Signed-off-by: Pablo Carle <pablo.carle@broadcom.com>
@sonarqubecloud

Copy link
Copy Markdown

@pablocarle
pablocarle marked this pull request as ready for review August 12, 2026 08:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant