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

[4.0 -> main] Ignore http error on remote_endpoint() causing terminate #1454

Merged
merged 5 commits into from
Jul 27, 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/4.0 into main including #1452 & #1453. No diff as fix already in main via #1177.

Resolves #1418

@heifner heifner requested review from linh2931 and greg7mdp July 26, 2023 19:34
@heifner heifner added the OCI Work exclusive to OCI team label Jul 26, 2023
@heifner heifner merged commit 4fd572c into main Jul 27, 2023
@heifner heifner deleted the GH-1418-transport-main branch July 27, 2023 21:29
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