You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When can duplicate commit happen?
Two commit requests are sent concurrently, and two requests end up in the Topic, before the DB is updated to prevent further commits.
When can duplicate commit happen?
Two commit requests are sent concurrently, and two requests end up in the Topic, before the DB is updated to prevent further commits.
Solutions:
http://blog.iquestgroup.com/en/windows-azure-service-bus-duplicate-detection/#.Vw7R1DArJaR
Use a hash to distinguish between different commits, and recognize the same commit. For example, request time stamp of previous commit.
The text was updated successfully, but these errors were encountered: