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

message store cleanup catch exception when message is updated (#4271) #4273

Merged

Conversation

ancaantochi
Copy link
Contributor

cherry-pick #4271
In some customer cases it happens that cleanup fails when it tries to update message store because value is not found in the db and throws InvalidOperationException. Catching the exception so it continues cleaning up otherwise it's not able to clean up messages for the endpoint.

…4271)

In some customer cases it happens that cleanup fails when it tries to update message store because value is not found in the db and throws InvalidOperationException. Catching the exception so it continues cleaning up otherwise it's not able to clean up messages for the endpoint.
@kodiakhq kodiakhq bot merged commit 4a196f0 into Azure:release/1.1 Jan 22, 2021
pmzara pushed a commit to pmzara/iotedge that referenced this pull request Jan 27, 2021
…4271) (Azure#4273)

cherry-pick Azure#4271
In some customer cases it happens that cleanup fails when it tries to update message store because value is not found in the db and throws InvalidOperationException. Catching the exception so it continues cleaning up otherwise it's not able to clean up messages for the endpoint.
@ancaantochi ancaantochi deleted the ancan/fix-messagestore-clean-1.1 branch March 3, 2021 22:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants