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

Deadlock in matching engine #909

Merged
merged 2 commits into from
Jun 28, 2018

Conversation

samarabbas
Copy link
Contributor

Looks like we never release the write lock if creating the new tasklist
fails. Previously this code can never return error but now it does a
domain reverse lookup for domain name and could fail if domainCache
lookup fails.

Looks like we never release the write lock if creating the new tasklist
fails.  Previously this code can never return error but now it does a
domain reverse lookup for domain name and could fail if domainCache
lookup fails.
@wxing1292 wxing1292 merged commit 308cfc0 into cadence-workflow:master Jun 28, 2018
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