Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ensure Health Monitor HTTP connections are closed #2510

Merged
merged 1 commit into from
Apr 11, 2024

Commits on Apr 5, 2024

  1. Ensure Health Monitor HTTP connections are closed

    When EventMachine was removed from Health Monitor in favor of
    async-http, it neglected to explicitly close the Async::Http::Client
    objects. This results in connections to the Director on port 25555 to
    constantly accumulate and remain in a CLOSE_WAIT state. This can result
    in problems with NATS, such as the bosh-nats-sync process being unable
    to connect to the Director to get a list of valid clients.
    ystros committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    e413f8b View commit details
    Browse the repository at this point in the history