Skip to content

Conversation

sanjaypujare
Copy link
Contributor

…essing

     In handlerAdded we submit a callback to updateSslContext but before the
     callback is executed the handler could be removed (e.g. bad connection)
     in which case the callback should skip all of the processing.
     Also added a unit test to check there is no exception.
@sanjaypujare sanjaypujare requested a review from ejona86 May 1, 2023 04:12
@sanjaypujare
Copy link
Contributor Author

fixes #10119

@sanjaypujare sanjaypujare merged commit f24a5a7 into grpc:master May 3, 2023
@sanjaypujare sanjaypujare deleted the bad-endpoint-handler-removed branch May 3, 2023 14:41
ejona86 pushed a commit to ejona86/grpc-java that referenced this pull request May 3, 2023
…essing (grpc#10118)

* xds: handle the handlerRemoved callback to skip updateSslContext processing
     In handlerAdded we submit a callback to updateSslContext but before the
     callback is executed the handler could be removed (e.g. bad connection)
     in which case the callback should skip all of the processing.
     Also added a unit test to check there is no exception.
ejona86 pushed a commit that referenced this pull request May 3, 2023
…essing (#10118)

* xds: handle the handlerRemoved callback to skip updateSslContext processing
     In handlerAdded we submit a callback to updateSslContext but before the
     callback is executed the handler could be removed (e.g. bad connection)
     in which case the callback should skip all of the processing.
     Also added a unit test to check there is no exception.
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 2, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants