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

Close issue #35 #37

Merged
merged 2 commits into from Jun 14, 2016
Merged

Close issue #35 #37

merged 2 commits into from Jun 14, 2016

Conversation

alkampfergit
Copy link
Contributor

This is a proposal to close issue #35. Actually there is
another pull request by @mikegore1000 but we think that
a simple try catch (without a retry) is the best solution for the issue.

Actually when UpdateStreamAsync is called with high load
and WiredTiger, it is possible that the update of stream
head throws a MongoDuplicateKeyException. In such a
situation we can safely ignore the error, because some
other thread already updated the record and we are not
able to know which is the latest one.

Actually when UpdateStreamAsync is called with high load
and WiredTiger, it is possible that the update of stream
head throws a MongoDuplicateKeyException. In such a
situation we can safely ignore the error, because some
other thread already updated the record and we are not
able to know which is the latest one.
Now version is handled by the build server, so there
is not the need for the single VersionAssemblyInfo.cs anymore.
@alkampfergit alkampfergit merged commit 2c2cfe7 into master Jun 14, 2016
@alkampfergit alkampfergit deleted the hotfix/5.3.5 branch June 14, 2016 19:21
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

3 participants