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

Return NamespaceNotFound error from RespondWorkflowTaskCompleted handler #2810

Merged
merged 1 commit into from
May 6, 2022

Conversation

alexshtin
Copy link
Member

What changed?
Return NamespaceNotFound error from RespondWorkflowTaskCompleted handler.

Why?
There are few places where NamespaceNotFound can be returned from namespace registry. Previously it was substituted with Unavailable error and it introduces inconsistency. Original error should be returned to the caller instead.

How did you test it?
Existing tests.

Potential risks
No risks.

Is hotfix candidate?
No.

@alexshtin alexshtin requested a review from a team as a code owner May 5, 2022 21:42
@alexshtin alexshtin merged commit 1f44265 into temporalio:master May 6, 2022
@alexshtin alexshtin deleted the fix/wt-ns-not-found branch May 6, 2022 05:48
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.

None yet

2 participants