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

GetIndexedScript call can deadlock #8266

Merged
merged 1 commit into from
Oct 29, 2014
Merged

Conversation

s1monw
Copy link
Contributor

@s1monw s1monw commented Oct 29, 2014

GetIndexedScript can deadlock since they perform blocking operation
on the network thread. This commit moves the blocking to an async operation

GetIndexedScript can deadlock since they perform blocking operation
on the network thread. This commit moves the blocking to an async operation
@dakrone
Copy link
Member

dakrone commented Oct 29, 2014

LGTM

@s1monw s1monw merged commit bf1aed1 into elastic:master Oct 29, 2014
@clintongormley clintongormley changed the title [SCRIPTS] GetIndexedScript call can deadlock Indexed Scripts/Templates: GetIndexedScript call can deadlock Nov 3, 2014
@clintongormley clintongormley changed the title Indexed Scripts/Templates: GetIndexedScript call can deadlock GetIndexedScript call can deadlock Jun 7, 2015
@clintongormley clintongormley added :Core/Infra/Scripting Scripting abstractions, Painless, and Mustache and removed :Indexed Scripts/Templates labels Feb 13, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants