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

Remove obsolete nil CloseTime check #2813

Merged

Conversation

alexshtin
Copy link
Member

@alexshtin alexshtin commented May 7, 2022

What changed?
Remove obsolete nil CloseTime check.

Why?
DeleteExecutionVisibilityTask can be created with empty CloseTime and it means that visibility records needs to be deleted for open workflow execution. It is valid case and it can happen in replication stack. Obsolete case with Cassandra TTL is not valid anymore because visibility tasks are short lived and TTL was removed few releases ago.

How did you test it?
Current tests and integration tests in upcoming PR.

Potential risks
No risks.

Is hotfix candidate?
No.

@alexshtin alexshtin requested a review from a team as a code owner May 7, 2022 06:49
@alexshtin alexshtin merged commit b31e512 into temporalio:master May 7, 2022
@alexshtin alexshtin deleted the fix/start-time-visibility-queue branch May 7, 2022 07:52
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