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] Ignore http error on remote_endpoint() causing terminate #1452

Merged
merged 1 commit 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

Resolves #1418

@heifner heifner linked an issue Jul 26, 2023 that may be closed by this pull request
@heifner heifner added the OCI Work exclusive to OCI team label Jul 26, 2023
@heifner heifner merged commit e0ee8ab into release/3.2 Jul 26, 2023
16 checks passed
@heifner heifner deleted the GH-1418-transport-3.2 branch July 26, 2023 18:58
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
3 participants