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

[Feature/multi_tenancy] Delay restoring thread context until after all client calls #2798

Conversation

dbwiddis
Copy link
Member

@dbwiddis dbwiddis commented Aug 1, 2024

Description

Fixes Delete Connector and Update Connector transport action handling of thread context. Context was being restored too soon when there were multiple chained calls, and this caused subsequent calls to fail.

Check List

  • Commits are signed per the DCO using --signoff.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

Signed-off-by: Daniel Widdis <widdis@gmail.com>
@dhrubo-os dhrubo-os merged commit 6173a93 into opensearch-project:feature/multi_tenancy Aug 4, 2024
7 of 10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants