Skip to content

Update glossary.txt #2525

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

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions source/reference/glossary.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1038,8 +1038,8 @@ Glossary
A situation in which two concurrent operations, at least
one of which is a write, attempt to use a resource in a way
that would violate constraints imposed by a storage engine
using optimistic :term:`concurrency control`. MongoDB will abort
and transparently retry one of the conflicting operations.
using optimistic :term:`concurrency control`. MongoDB will
transparently abort and retry one of the conflicting operations.

write lock
An exclusive :term:`lock` on a resource such as a collection
Expand Down