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

[3.2 -> 4.0] Ignore http error on remote_endpoint() causing terminate #1453

Merged
merged 3 commits into from
Jul 26, 2023

Conversation

heifner
Copy link
Member

@heifner heifner commented Jul 26, 2023

remote_endpoint() call was generating error Transport endpoint is not connected. This call is only used for logging of the remote endpoint. Ignore the error and log unknown for the remote endpoint. This prevents an uncaught exception in 3.2 and an exit of the http thread pool in 4.0+.

Already fixed in 4.0+ via: #1175

Merges release/3.2 into release/4.0 including #1452. No diff as fix already in 4.0 via #1175.

Resolves #1418

@heifner heifner added the OCI Work exclusive to OCI team label Jul 26, 2023
@heifner heifner linked an issue Jul 26, 2023 that may be closed by this pull request
@heifner heifner merged commit 9b202b2 into release/4.0 Jul 26, 2023
16 checks passed
@heifner heifner deleted the GH-1418-transport-4.0 branch July 26, 2023 19:31
@arhag arhag added this to the Leap v4.0.5 milestone Aug 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OCI Work exclusive to OCI team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

remote_endpoint: Transport endpoint is not connected exception
4 participants