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

Fixing a bug that causes, in rare cases, completable futures to never complete #21874

Merged
merged 1 commit into from
May 27, 2021

Conversation

yvgopal
Copy link
Member

@yvgopal yvgopal commented May 26, 2021

In management client, parsing xml description sometime can throw unexpected runtime exceptions and when that happens, those exceptions were not handled and completable futures were never completed. Any threads waiting on those completable futures will keep waiting forever.
Fix for #13903

… complete in managemet client.

Parsing xml description sometime can throw unexpected runtime exceptions and when that happens, those exceptions were not handled.
Copy link
Member

@srnagar srnagar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me!

@yvgopal yvgopal merged commit d9b2a83 into Azure:master May 27, 2021
azure-sdk pushed a commit to azure-sdk/azure-sdk-for-java that referenced this pull request Dec 15, 2022
Updating Examples for SAP Trans (Azure#21874)

* Updating examples

* Updated payload example

* Updating payloads

* Updating descriptions

Co-authored-by: Shreyas Kottukkal <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants